Skip to content

Commit

Permalink
[e] (0) note case-sensitivity issues
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1918 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 23, 2008
1 parent 01b55e2 commit 6ee3d8b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
16 changes: 9 additions & 7 deletions index
Expand Up @@ -2714,7 +2714,8 @@
href="http://www.w3.org/TR/REC-xml/#NT-Name"><code
title="">Name</code></a> production defined in XML, they contain no U+003A
COLON (:) characters, and they do not start with three characters "<code
title="">xml</code>". <a href="#refsXML">[XML]</a>
title="">xml</code>". <a href="#refsXML">[XML]</a></p>
<!-- XXX case-insensitive ASCII -->

<p>The term <a href="#html-">HTML documents</a> is sometimes used in
contrast with <a href="#xml-documents">XML documents</a> to specifically
Expand Down Expand Up @@ -5265,12 +5266,13 @@
on getting, the DOM attribute must return the conforming value associated
with the state the attribute is in (in its canonical case), or the empty
string if the attribute is in a state that has no associated keyword
value; and on setting, if the new value case-insensitively matches one of
the keywords given for that attribute, then the content attribute must be
set to the conforming value associated with the state that the attribute
would be in if set to the given new value, otherwise, if the new value is
the empty string, then the content attribute must be removed, otherwise,
the setter must raise a <code>SYNTAX_ERR</code> exception.
value; and on setting, if the new value case-insensitively <!-- XXX -->
matches one of the keywords given for that attribute, then the content
attribute must be set to the conforming value associated with the state
that the attribute would be in if set to the given new value, otherwise,
if the new value is the empty string, then the content attribute must be
removed, otherwise, the setter must raise a <code>SYNTAX_ERR</code>
exception.

<p>If a reflecting DOM attribute is a <code>DOMString</code> but doesn't
fall into any of the above categories, then the getting and setting must
Expand Down
15 changes: 8 additions & 7 deletions source
Expand Up @@ -811,7 +811,7 @@
title="">Name</code></a> production defined in XML, they contain no
U+003A COLON (:) characters, and they do not start with three
characters "<code title="">xml</code>". <a
href="#refsXML">[XML]</a></p>
href="#refsXML">[XML]</a></p> <!-- XXX case-insensitive ASCII -->

<p>The term <span>HTML documents</span> is sometimes used in
contrast with <span>XML documents</span> to specifically mean
Expand Down Expand Up @@ -3401,12 +3401,13 @@
associated with the state the attribute is in (in its canonical
case), or the empty string if the attribute is in a state that has
no associated keyword value; and on setting, if the new value
case-insensitively matches one of the keywords given for that
attribute, then the content attribute must be set to the conforming
value associated with the state that the attribute would be in if
set to the given new value, otherwise, if the new value is the empty
string, then the content attribute must be removed, otherwise, the
setter must raise a <code>SYNTAX_ERR</code> exception.</p>
case-insensitively <!-- XXX --> matches one of the keywords given
for that attribute, then the content attribute must be set to the
conforming value associated with the state that the attribute would
be in if set to the given new value, otherwise, if the new value is
the empty string, then the content attribute must be removed,
otherwise, the setter must raise a <code>SYNTAX_ERR</code>
exception.</p>

<p>If a reflecting DOM attribute is a <code>DOMString</code> but
doesn't fall into any of the above categories, then the getting and
Expand Down

0 comments on commit 6ee3d8b

Please sign in to comment.