dom icon indicating copy to clipboard operation
dom copied to clipboard

[Editorial] Typo occurance -> occurrence in section's id

Open Kaiido opened this issue 3 years ago • 2 comments

This commit fixes a small typo in the id of the section https://dom.spec.whatwg.org/#action-versus-occurance. Since this id is probably used in many places, we kept a <span> with the previous id to preserve the previous link (Thanks @sideshowbarker for the suggestion).

Ps: I'm not too used to bikeshed, but for whatever reasons it was requesting the id to be hardcoded, instead of deriving it from the title's content.

  • [ ] At least two implementers are interested (and none opposed):
    • N/A this is editorial only
  • [ ] Tests are written and can be reviewed and commented upon at:
    • N/A
  • [ ] Implementation bugs are filed:
    • Chrome: …
    • Firefox: …
    • Safari: …
    • Deno (only for aborting and events): …
    • Node.js (only for aborting and events): …

(See WHATWG Working Mode: Changes for more details.)


Preview | Diff

Kaiido avatar Aug 01 '22 07:08 Kaiido

You should be able to use oldids="" instead of the manual <span>, for Bikeshed spec. (HTML/Wattsi requires the span trick.)

domenic avatar Aug 01 '22 08:08 domenic

Great that even avoid the ugly line break ;-)

Kaiido avatar Aug 01 '22 08:08 Kaiido

Thanks @Kaiido (and @domenic)!

annevk avatar Aug 25 '22 16:08 annevk