html5/spec Overview.html,1.4424,1.4425

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv6939

Modified Files:
	Overview.html 
Log Message:
Match UAs better for 'limited to known values' reflection. (whatwg r5537)

Index: Overview.html
===================================================================
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:11:23 UTC