- From: poot <cvsmail@w3.org>
- Date: Wed, 29 Sep 2010 08:11:36 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Match UAs better for 'limited to known values' reflection. (whatwg r5537) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4424&r2=1.4425&f=h http://html5.org/tools/web-apps-tracker?from=5536&to=5537 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4424 retrieving revision 1.4425 diff -u -d -r1.4424 -r1.4425 --- Overview.html 28 Sep 2010 22:31:00 -0000 1.4424 +++ Overview.html 28 Sep 2010 23:11:17 -0000 1.4425 @@ -5801,14 +5801,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 @@ -24080,7 +24074,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>
Received on Tuesday, 28 September 2010 23:12:31 UTC