-
Notifications
You must be signed in to change notification settings - Fork 296
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
Use only lowercase for all ids. #94
Comments
Yeah, could you create a PR perhaps? |
Is there any fast instruction how do this correctly? |
Edit |
Hmm, now see there is more, I listing all here and when finish DOM analize, then I make next PR for all: |
Why change these? Doing so breaks incoming links for no benefit. |
Will be one consistent style (beetwen specs), and in the past all this IDs were lowercase, don't now why was change, I see in some place (like MDN) that this changing mixing case breaks actual references, so backing to previouse will fix them... but if this new style must be like this then OK, change is no need. Above I mean only use lowercase for all, don't change them in other way. |
Well, if it un-breaks links, it is probably good. |
Yeah, this would be a good change. Please make it @ArkadiuszMichalski! |
I see that some of id was changed and using uppercase:
concept-DTL-tokens (was concept-dtl-tokens)
concept-DTL-update (was concept-dtl-update)
concept-NodeIterator-traverse (was concept-nodeiterator-traverse)
concept-traversal-whatToShow (was concept-traversal-whattoshow)
dom-Range-toString (previouse was better dom-range-stringifier)
stringification-behavior (previouse was better dom-domtokenlist-stringifier)
Maybe use one convention (all lowercase letters)?
The text was updated successfully, but these errors were encountered: