[html5] r5537 - [giow] (2) Match UAs better for 'limited to known values' reflection. Fixing htt [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Sep 28 16:11:13 PDT 2010
Author: ianh
Date: 2010-09-28 16:11:12 -0700 (Tue, 28 Sep 2010)
New Revision: 5537
Modified:
complete.html
index
source
Log:
[giow] (2) Match UAs better for 'limited to known values' reflection.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10380
Modified: complete.html
===================================================================
--- complete.html 2010-09-28 22:30:54 UTC (rev 5536)
+++ complete.html 2010-09-28 23:11:12 UTC (rev 5537)
@@ -6615,14 +6615,8 @@
getting, the IDL 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 is an
- <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for 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 content attribute must be set to the given
- new value.</p>
+ no associated keyword value; and on setting, the content attribute
+ must be set to the specified new value.</p>
<p>If a reflecting IDL attribute is a <code>DOMString</code> but
doesn't fall into any of the above categories, then the getting and
@@ -33742,7 +33736,7 @@
<p>The IDL attribute <dfn id=dom-area-shape title=dom-area-shape><code>shape</code></dfn> must
<a href=#reflect>reflect</a> the <code title=attr-area-shape><a href=#attr-area-shape>shape</a></code>
- content attribute, <a href=#limited-to-only-known-values>limited to only known values</a>.</p>
+ content attribute.</p>
<p>The IDL attribute <dfn id=dom-area-rellist title=dom-area-rellist><code>relList</code></dfn> must
<a href=#reflect>reflect</a> the <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>
Modified: index
===================================================================
--- index 2010-09-28 22:30:54 UTC (rev 5536)
+++ index 2010-09-28 23:11:12 UTC (rev 5537)
@@ -6592,14 +6592,8 @@
getting, the IDL 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 is an
- <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for 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 content attribute must be set to the given
- new value.</p>
+ no associated keyword value; and on setting, the content attribute
+ must be set to the specified new value.</p>
<p>If a reflecting IDL attribute is a <code>DOMString</code> but
doesn't fall into any of the above categories, then the getting and
@@ -33722,7 +33716,7 @@
<p>The IDL attribute <dfn id=dom-area-shape title=dom-area-shape><code>shape</code></dfn> must
<a href=#reflect>reflect</a> the <code title=attr-area-shape><a href=#attr-area-shape>shape</a></code>
- content attribute, <a href=#limited-to-only-known-values>limited to only known values</a>.</p>
+ content attribute.</p>
<p>The IDL attribute <dfn id=dom-area-rellist title=dom-area-rellist><code>relList</code></dfn> must
<a href=#reflect>reflect</a> the <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>
Modified: source
===================================================================
--- source 2010-09-28 22:30:54 UTC (rev 5536)
+++ source 2010-09-28 23:11:12 UTC (rev 5537)
@@ -6275,14 +6275,8 @@
getting, the IDL 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 is an
- <span>ASCII case-insensitive</span> match for 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 content attribute must be set to the given
- new value.</p>
+ no associated keyword value; and on setting, the content attribute
+ must be set to the specified new value.</p>
<p>If a reflecting IDL attribute is a <code>DOMString</code> but
doesn't fall into any of the above categories, then the getting and
@@ -37326,7 +37320,7 @@
<p>The IDL attribute <dfn
title="dom-area-shape"><code>shape</code></dfn> must
<span>reflect</span> the <code title="attr-area-shape">shape</code>
- content attribute, <span>limited to only known values</span>.</p>
+ content attribute.</p>
<p>The IDL attribute <dfn
title="dom-area-rellist"><code>relList</code></dfn> must
More information about the Commit-Watchers
mailing list