-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Selectors: attr name in any NS on HTML elements are case-insensitive.
On elements in the HTML namespace in HTML documents, selector matching of attribute names is ASCII-case insensitive regardless of the attribute’s namespace. This is a change proposed in whatwg/html#2694. In the HTML spec before that change, this case-insensitivity only applies to namespace-less attributes. (Note that the HTML parser never crates namespaced attributes on HTML elements, so using the DOM’s `setAttributeNS` is necessary to create a situation where this change is observable.) This change matches Firefox 53 and Chromium 58: the number of passing/failing sub-tests didn’t change.
- Loading branch information
1 parent
4839a0a
commit f2a30cc
Showing
4 changed files
with
15 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.