Skip to content
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

DOM 4.1 > 2018-03-01 #51

Closed
xfq opened this issue Feb 3, 2018 · 1 comment
Closed

DOM 4.1 > 2018-03-01 #51

xfq opened this issue Feb 3, 2018 · 1 comment
Assignees
Labels
LC Working Draft approaching CR. REVIEW REQUESTED

Comments

@xfq
Copy link
Member

xfq commented Feb 3, 2018

The Web Platform Working Group requests review of the following specification before 2018-03-01:

W3C DOM 4.1
https://www.w3.org/TR/dom41/

The group requests feedback via the specification's GitHub repository: https://github.com/w3c/dom/issues

This publication is a Pre-Candidate Recommendation Draft under the 2017 Process. Therefore, the group is looking for confirmation that it has satisfied its relevant technical requirements and dependencies with other groups.


Some preliminary evaluation here:

The DOM specification does not deal with typographic features, local date/time/format, or content negotiation.

A document’s encoding can be returned by document.characterSet (or its aliases) defined in this spec, and uses UTF-8 by default.

String comparisons are done in a case-sensitive manner. Methods including (but not limited to):

  • element.getElementsByTagName/getElementsByClassName/removeAttribute/setAttribute/hasAttribute/insertAdjacentElement, and
  • document.getElementsByTagName/getElementsByClassName/createEvent

match case-insensitively against tag names, attribute names, class names, and event names.

The methods document.createElement/createAttribute convert the names of the HTML elements/attributes to ASCII lowercase.


Thanks,

Fuqiao

@aphillips
Copy link
Contributor

[ACTION-701] Notified webapps that we completed a review with no issues https://lists.w3.org/Archives/Public/public-i18n-core/2018JanMar/0049.html

@r12a r12a transferred this issue from w3c/i18n-activity Dec 19, 2019
@r12a r12a added LC Working Draft approaching CR. REVIEW REQUESTED labels Dec 19, 2019
@r12a r12a closed this as completed Dec 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LC Working Draft approaching CR. REVIEW REQUESTED
Development

No branches or pull requests

3 participants