html5/spec Overview.html,1.4533,1.4534

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

Modified Files:
	Overview.html 
Log Message:
that's a token list, not a boolean, oops (whatwg r5667)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4533
retrieving revision 1.4534
diff -u -d -r1.4533 -r1.4534
--- Overview.html	2 Nov 2010 02:08:58 -0000	1.4533
+++ Overview.html	2 Nov 2010 19:44:14 -0000	1.4534
@@ -20813,7 +20813,7 @@
   readonly attribute unsigned long <a href="#dom-video-videowidth" title="dom-video-videoWidth">videoWidth</a>;
   readonly attribute unsigned long <a href="#dom-video-videoheight" title="dom-video-videoHeight">videoHeight</a>;
            attribute DOMString <a href="#dom-video-poster" title="dom-video-poster">poster</a>;
-           attribute boolean <a href="#dom-media-audio" title="dom-media-audio">audio</a>; <!-- attr-media-audio -->
+  [PutForwards=<a href="#dom-domsettabletokenlist-value" title="dom-DOMSettableTokenList-value">value</a> attribute <a href="#domsettabletokenlist">DOMSettableTokenList</a> <a href="#dom-media-audio" title="dom-media-audio">audio</a>; <!-- attr-media-audio -->
 };</pre>
    </dd>
   </dl><p>A <code><a href="#video">video</a></code> element is used for playing videos or
@@ -45494,7 +45494,7 @@
   </div>
 
 
-  <h4 id="downloading-or-updating-an-application-cache"><span class="secno">5.6.4 </span>Downloading or updating an application cache</h4><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/121">ISSUE-121</a> (http-caching) blocks progress to Last Call</span></p>
+  <h4 id="downloading-or-updating-an-application-cache"><span class="secno">5.6.4 </span>Downloading or updating an application cache</h4>
 
   <p>When the user agent is required (by other parts of this
   specification) to start the <dfn id="application-cache-download-process">application cache download

Received on Tuesday, 2 November 2010 19:44:20 UTC