hixie: Adjust to match reality (whatwg r5468)

hixie: Adjust to match reality (whatwg r5468)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4359&r2=1.4360&f=h
http://html5.org/tools/web-apps-tracker?from=5467&to=5468

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4359
retrieving revision 1.4360
diff -u -d -r1.4359 -r1.4360
--- Overview.html 10 Sep 2010 22:39:17 -0000 1.4359
+++ Overview.html 10 Sep 2010 23:27:06 -0000 1.4360
@@ -20363,8 +20363,8 @@
    <dt>DOM interface:</dt>
    <dd>
     <pre class="idl">interface <dfn id="htmlvideoelement">HTMLVideoElement</dfn> : <a href="#htmlmediaelement">HTMLMediaElement</a> {
-           attribute DOMString <a href="#dom-dim-width" title="dom-dim-width">width</a>;
-           attribute DOMString <a href="#dom-dim-height" title="dom-dim-height">height</a>;
+           attribute unsigned long <a href="#dom-dim-width" title="dom-dim-width">width</a>;
+           attribute unsigned long <a href="#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>;
@@ -24254,6 +24254,11 @@
   and <code><a href="#video">video</a></code> elements must <a href="#reflect">reflect</a> the
   respective content attributes of the same name.</p>
 
+  <p class="note">For <code><a href="#the-iframe-element">iframe</a></code>, <code><a href="#the-embed-element">embed</a></code>, and
+  <code><a href="#the-object-element">object</a></code> the IDL attributes are <code>DOMString</code>;
+  for <code><a href="#video">video</a></code> the IDL attributes are <code>unsigned
+  long</code>.</p>
+
   </div><h3 id="tabular-data"><span class="secno">4.9 </span>Tabular data</h3><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/32">ISSUE-32</a> (table-summary) blocks progress to Last Call</span><h4 id="the-table-element"><span class="secno">4.9.1 </span>The <dfn><code>table</code></dfn> element</h4><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/92">ISSUE-92</a> (cleanuptable) blocks progress to Last Call</span><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dt>Contexts in which this element can be used:</dt>
@@ -41640,7 +41645,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>;
@@ -68835,6 +68840,7 @@
   Akatsuki Kitamura,
   Alan Plum,
   Alastair Campbell,
+  Alejandro G. Castro,
   Alex Bishop,
   Alex Nicolaou,
   Alex Rousskov,

Received on Friday, 10 September 2010 23:27:51 UTC