-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Editorial] "state" keywords have inconsistent casing #10802 #10981
base: main
Are you sure you want to change the base?
Conversation
@@ -13190,7 +13190,7 @@ https://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E% | |||
<li><code data-x="attr-autocorrect">autocorrect</code></li> | |||
<li><code data-x="attr-fe-autofocus">autofocus</code></li> | |||
<li><code data-x="attr-contenteditable">contenteditable</code></li> | |||
<li><code data-x="attr-dir">dir</code></li> | |||
<li><code data-x="attr-dir">Dir</code></li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't seem right. I think you meant to change casings of states only and not of attribute names?
Was there a decision somewhere to use title-case for enumerated attribute states? I find it inconsistent with other things in the HTML standard, and when those states represent strings that are specified elsewhere ( |
Ah I see the comments on #10802 now, sorry. |
(See WHATWG Working Mode: Changes for more details.)
/acknowledgements.html ( diff )
/browsing-the-web.html ( diff )
/dnd.html ( diff )
/dom.html ( diff )
/embedded-content.html ( diff )
/form-control-infrastructure.html ( diff )
/form-elements.html ( diff )
/forms.html ( diff )
/images.html ( diff )
/index.html ( diff )
/infrastructure.html ( diff )
/input.html ( diff )
/interaction.html ( diff )
/parsing.html ( diff )
/popover.html ( diff )
/rendering.html ( diff )
/scripting.html ( diff )
/semantics-other.html ( diff )
/semantics.html ( diff )
/tables.html ( diff )
/text-level-semantics.html ( diff )
/urls-and-fetching.html ( diff )