html5/spec common-dom-interfaces.html,1.17,1.18 spec.html,1.1246,1.1247 the-map-element.html,1.18,1.19

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

Modified Files:
	common-dom-interfaces.html spec.html the-map-element.html 
Log Message:
Match UAs better for 'limited to known values' reflection. (whatwg r5537)

[updated by splitter]


Index: the-map-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-map-element.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- the-map-element.html	26 Sep 2010 03:16:37 -0000	1.18
+++ the-map-element.html	28 Sep 2010 23:16:32 -0000	1.19
@@ -547,7 +547,7 @@
 
   <p>The IDL attribute <dfn id="dom-area-shape" title="dom-area-shape"><code>shape</code></dfn> must
   <a href="common-dom-interfaces.html#reflect">reflect</a> the <code title="attr-area-shape"><a href="#attr-area-shape">shape</a></code>
-  content attribute, <a href="common-dom-interfaces.html#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="common-dom-interfaces.html#reflect">reflect</a> the <code title="attr-hyperlink-rel"><a href="links.html#attr-hyperlink-rel">rel</a></code>

Index: common-dom-interfaces.html
===================================================================
RCS file: /sources/public/html5/spec/common-dom-interfaces.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- common-dom-interfaces.html	28 Sep 2010 19:46:35 -0000	1.17
+++ common-dom-interfaces.html	28 Sep 2010 23:16:32 -0000	1.18
@@ -370,14 +370,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="infrastructure.html#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

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1246
retrieving revision 1.1247
diff -u -d -r1.1246 -r1.1247
--- spec.html	28 Sep 2010 22:46:45 -0000	1.1246
+++ spec.html	28 Sep 2010 23:16:32 -0000	1.1247
@@ -338,7 +338,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.4424.
+This is revision 1.4425.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Tuesday, 28 September 2010 23:16:36 UTC