Skip to content

Commit

Permalink
0.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
bahrus committed Jun 28, 2024
1 parent 2af274f commit c6f4b52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Since *be-calculating* seems like a highly useful enhancement that would appear
</form>
```

So everywhere you see 🧮, please map this hieroglyph to the expression "be calculating".
So everywhere you see 🧮, please map this hieroglyph in your mind to the expression "be calculating".

Anything that requires subscribing to alternative event names, or that requires referencing nearby elements using something other than id, needs to use an alternative to the *for* attribute, and use neither the oninput nor the onchange event. We do so by adopting [DSS](https://github.com/bahrus/trans-render/wiki/VIII.--Directed-Scoped-Specifiers-(DSS)) to describe what to observe.

Expand All @@ -153,7 +153,7 @@ Anything that requires subscribing to alternative event names, or that requires

This still assumes the "input" event, but we use the more neutral "onload" event as our event name du jour. "Onload of (changes) to these elements, do this...". Id's and the *for* attribute are generated automatically in order to optimize our accessibility experience.

This enhancement also supports one other HTML element type other than the output element -- the void (self closing) meta element. In ths case, we merge the results of the onload expression into the parent element.
This enhancement also supports one other HTML element type other than the output element -- the void (self closing) *meta* element. In ths case, we merge the results of the onload expression into the parent element.

```html
<input name=domain value=emojipedia.org>
Expand Down

0 comments on commit c6f4b52

Please sign in to comment.