- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 10 Sep 2010 23:46:35 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv6631 Modified Files: acknowledgements.html browsers.html spec.html the-map-element.html video.html Log Message: Adjust to match reality (whatwg r5468) [updated by splitter] Index: the-map-element.html =================================================================== RCS file: /sources/public/html5/spec/the-map-element.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- the-map-element.html 10 Sep 2010 01:47:10 -0000 1.15 +++ the-map-element.html 10 Sep 2010 23:46:33 -0000 1.16 @@ -924,4 +924,9 @@ and <code><a href="video.html#video">video</a></code> elements must <a href="common-dom-interfaces.html#reflect">reflect</a> the respective content attributes of the same name.</p> + <p class="note">For <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code>, <code><a href="the-iframe-element.html#the-embed-element">embed</a></code>, and + <code><a href="the-iframe-element.html#the-object-element">object</a></code> the IDL attributes are <code>DOMString</code>; + for <code><a href="video.html#video">video</a></code> the IDL attributes are <code>unsigned + long</code>.</p> + </div></body></html> \ No newline at end of file Index: acknowledgements.html =================================================================== RCS file: /sources/public/html5/spec/acknowledgements.html,v retrieving revision 1.1037 retrieving revision 1.1038 diff -u -d -r1.1037 -r1.1038 --- acknowledgements.html 10 Sep 2010 01:47:05 -0000 1.1037 +++ acknowledgements.html 10 Sep 2010 23:46:33 -0000 1.1038 @@ -339,6 +339,7 @@ Akatsuki Kitamura, Alan Plum, Alastair Campbell, + Alejandro G. Castro, Alex Bishop, Alex Nicolaou, Alex Rousskov, Index: video.html =================================================================== RCS file: /sources/public/html5/spec/video.html,v retrieving revision 1.888 retrieving revision 1.889 diff -u -d -r1.888 -r1.889 --- video.html 10 Sep 2010 01:47:10 -0000 1.888 +++ video.html 10 Sep 2010 23:46:33 -0000 1.889 @@ -349,8 +349,8 @@ <dt>DOM interface:</dt> <dd> <pre class="idl">interface <dfn id="htmlvideoelement">HTMLVideoElement</dfn> : <a href="#htmlmediaelement">HTMLMediaElement</a> { - attribute DOMString <a href="the-map-element.html#dom-dim-width" title="dom-dim-width">width</a>; - attribute DOMString <a href="the-map-element.html#dom-dim-height" title="dom-dim-height">height</a>; + attribute unsigned long <a href="the-map-element.html#dom-dim-width" title="dom-dim-width">width</a>; + attribute unsigned long <a href="the-map-element.html#dom-dim-height" title="dom-dim-height">height</a>; 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>; Index: browsers.html =================================================================== RCS file: /sources/public/html5/spec/browsers.html,v retrieving revision 1.1004 retrieving revision 1.1005 diff -u -d -r1.1004 -r1.1005 --- browsers.html 8 Sep 2010 09:25:42 -0000 1.1004 +++ browsers.html 10 Sep 2010 23:46:33 -0000 1.1005 @@ -730,7 +730,7 @@ </li> - </ol></div><h3 id="the-window-object"><span class="secno">5.2 </span>The <code><a href="#window">Window</a></code> object</h3><pre class="idl">[OverrideBuiltins, ReplaceableNamedProperties] <!-- XXX http://www.w3.org/Bugs/Public/show_bug.cgi?id=8241 --> + </ol></div><h3 id="the-window-object"><span class="secno">5.2 </span>The <code><a href="#window">Window</a></code> object</h3><pre class="idl">[OverrideBuiltins, ReplaceableNamedProperties] <!-- XXX http://www.w3.org/Bugs/Public/show_bug.cgi?id=8241 and http://www.w3.org/Bugs/Public/show_bug.cgi?id=10340 --> interface <dfn id="window">Window</dfn> { // the current browsing context readonly attribute <a href="#windowproxy">WindowProxy</a> <a href="#dom-window" title="dom-window">window</a>; Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1205 retrieving revision 1.1206 diff -u -d -r1.1205 -r1.1206 --- spec.html 10 Sep 2010 22:46:38 -0000 1.1205 +++ spec.html 10 Sep 2010 23:46:33 -0000 1.1206 @@ -336,7 +336,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.4359. +This is revision 1.4360. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Friday, 10 September 2010 23:46:37 UTC