[html5] r1628 - /

whatwg at whatwg.org whatwg at whatwg.org
Thu May 15 00:30:03 PDT 2008


Author: ianh
Date: 2008-05-15 00:30:02 -0700 (Thu, 15 May 2008)
New Revision: 1628

Modified:
   index
   source
Log:
[e] (0) make a note about what the spec should say about height/width of controls on videos

Modified: index
===================================================================
--- index	2008-05-15 06:38:02 UTC (rev 1627)
+++ index	2008-05-15 07:30:02 UTC (rev 1628)
@@ -14998,6 +14998,12 @@
    interface features may be provided to easily allow the user to obtain a
    full-screen playback mode.
 
+  <p class=big-issue>The spec does not currently define the interaction of
+   the "controls" attribute with the "height" and "width" attributes. This
+   will likely be defined in the rendering section based on implementation
+   experience. So far, browsers seem to be making the controls overlay-only,
+   thus somewhat sidestepping the issue.
+
   <h5 id=video0><span class=secno>3.12.7.1. </span>Video and audio codecs for
    <code><a href="#video1">video</a></code> elements</h5>
 

Modified: source
===================================================================
--- source	2008-05-15 06:38:02 UTC (rev 1627)
+++ source	2008-05-15 07:30:02 UTC (rev 1628)
@@ -12997,8 +12997,15 @@
   provided to easily allow the user to obtain a full-screen playback
   mode.</p>
 
+  <p class="big-issue">The spec does not currently define the
+  interaction of the "controls" attribute with the "height" and
+  "width" attributes. This will likely be defined in the rendering
+  section based on implementation experience. So far, browsers seem to
+  be making the controls overlay-only, thus somewhat sidestepping the
+  issue.</p>
 
 
+
   <h5>Video and audio codecs for <code>video</code> elements</h5>
 
   <p>User agents may support any video and audio codecs and container




More information about the Commit-Watchers mailing list