Skip to content

Commit

Permalink
[] (0) define 'case-[in]sensitive' for CSS section
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3308 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 23, 2009
1 parent 6c9f53d commit 4bf129b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions index
Expand Up @@ -69547,16 +69547,17 @@ time:empty { binding: <i title="">time</i>; }</pre>

<p>Attribute and element <em>names</em> of <a href=#html-elements>HTML
elements</a> in <a href=#html-documents>HTML documents</a> must be treated as
case-insensitive.</p>
<a href=#ascii-case-insensitive>ASCII case-insensitive</a>.</p>

<p>Classes from the <code title=attr-class><a href=#classes>class</a></code> attribute
of <a href=#html-elements>HTML elements</a> in documents that are in <a href=#quirks-mode>quirks
mode</a> must be treated as case-insensitive.</p>
mode</a> must be treated as <a href=#ascii-case-insensitive>ASCII
case-insensitive</a>.</p>

<p>Attribute selectors on an <a href=#html-elements title="HTML elements">HTML
element</a> in an <a href=#html-documents title="HTML documents">HTML
document</a> must treat the <em>values</em> of attributes with
the following names as case-insensitive:</p>
the following names as <a href=#ascii-case-insensitive>ASCII case-insensitive</a>:</p>

<!-- based on Mozilla's list, which was itself based on HTML4 -->
<!-- WebKit's was identical at the time of writing except as noted below -->
Expand Down Expand Up @@ -69608,7 +69609,7 @@ time:empty { binding: <i title="">time</i>; }</pre>
<li><code title="">vlink</code>
</ul><p>All other <a href=#html-elements>HTML elements</a> and all attribute names and
values on <a href=#html-elements>HTML elements</a> must be treated as
case-sensitive.</p>
<a href=#case-sensitive>case-sensitive</a>.</p>


<div class=impl>
Expand Down
9 changes: 5 additions & 4 deletions source
Expand Up @@ -82010,16 +82010,17 @@ time:empty { binding: <i title="">time</i>; }</pre>

<p>Attribute and element <em>names</em> of <span>HTML
elements</span> in <span>HTML documents</span> must be treated as
case-insensitive.</p>
<span>ASCII case-insensitive</span>.</p>

<p>Classes from the <code title="attr-class">class</code> attribute
of <span>HTML elements</span> in documents that are in <span>quirks
mode</span> must be treated as case-insensitive.</p>
mode</span> must be treated as <span>ASCII
case-insensitive</span>.</p>

<p>Attribute selectors on an <span title="HTML elements">HTML
element</span> in an <span title="HTML documents">HTML
document</span> must treat the <em>values</em> of attributes with
the following names as case-insensitive:</p>
the following names as <span>ASCII case-insensitive</span>:</p>

<!-- based on Mozilla's list, which was itself based on HTML4 -->
<!-- WebKit's was identical at the time of writing except as noted below -->
Expand Down Expand Up @@ -82074,7 +82075,7 @@ time:empty { binding: <i title="">time</i>; }</pre>

<p>All other <span>HTML elements</span> and all attribute names and
values on <span>HTML elements</span> must be treated as
case-sensitive.</p>
<span>case-sensitive</span>.</p>


<div class="impl">
Expand Down

0 comments on commit 4bf129b

Please sign in to comment.