Skip to content

Commit

Permalink
Selectors: attr name in any NS on HTML elements are case-insensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin authored and Alice Boxhall committed Jan 7, 2019
1 parent cb167f1 commit 8fad301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -67951,7 +67951,7 @@ contradict people?
<!-- https://software.hixie.ch/utilities/js/live-dom-viewer/?saved=2623 -->

<p>When comparing the name part of a CSS <span>attribute selector</span> to the names of
namespace-less attributes on <span>HTML elements</span> in <span>HTML documents</span>, the name
attributes on <span>HTML elements</span> in <span>HTML documents</span>, the name
part of the CSS <span>attribute selector</span> must first be <span>converted to ASCII
lowercase</span>. The same selector when compared to other attributes must be compared according
to its original case. In both cases, the comparison is <span>case-sensitive</span>.</p>
Expand Down

0 comments on commit 8fad301

Please sign in to comment.