[html5] r2864 - [] (0) Remove some notes that were intended for the rendering section but which [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Feb 23 18:26:58 PST 2009
Author: ianh
Date: 2009-02-23 18:26:57 -0800 (Mon, 23 Feb 2009)
New Revision: 2864
Modified:
index
source
Log:
[] (0) Remove some notes that were intended for the rendering section but which are now addressed; address others.
Modified: index
===================================================================
--- index 2009-02-24 02:19:34 UTC (rev 2863)
+++ index 2009-02-24 02:26:57 UTC (rev 2864)
@@ -17875,9 +17875,6 @@
agents could disable screensavers while video playback is in
progress.</p>
- <!-- XXX rendering section should mention that resizing a video
- should in no way interrupt playback -->
-
<p class=warning>User agents should not provide a public API to
cause videos to be shown full-screen. A script, combined with a
carefully crafted video file, could trick the user into thinking a
@@ -17888,15 +17885,8 @@
provided to easily allow the user to obtain a full-screen playback
mode.</p>
- <p class=XXX>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 id=video-and-audio-codecs-for-video-elements><span class=secno>4.8.7.1 </span>Video and audio codecs for <code><a href=#video>video</a></code> elements</h5>
<p>User agents may support any video and audio codecs and container
@@ -28667,9 +28657,6 @@
result is a number greater than zero, then the user agent should
ensure that at least that many characters are visible.</p>
- <p class=XXX>The rendering section will define this in more
- detail.</p>
-
<p>The <code title=dom-input-size><a href=#dom-input-size>size</a></code> DOM attribute
<a href=#limited-to-only-positive-non-zero-numbers>limited to only positive non-zero numbers</a>.</p>
@@ -29376,16 +29363,6 @@
then the <code title=attr-input-size><a href=#attr-input-size>size</a></code> attribute's
default value is 1.</p>
- <!-- XXX for the rendering section
- <p>If the <code title="attr-select-multiple">multiple</code>
- attribute is absent, and either the <code
- title="attr-input-size">size</code> attribute is also absent or
- parsing its value using the <span>rules for parsing non-negative
- integers</span> returns 1, 0, or an error, then the control should
- be rendered as a drop-down select box. Otherwise, it should be
- rendered as a list select box.</p>
- -->
-
<p>If the <code title=attr-select-multiple><a href=#attr-select-multiple>multiple</a></code>
attribute is absent, and the element is not <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a>, then the user agent
should allow the user to pick an <code><a href=#the-option-element>option</a></code> element in its
@@ -58177,6 +58154,15 @@
to be treated as a replaced element about one line high, as wide as
is necessary to expose the user agent's user interface features.</p>
+ <p>The <code><a href=#video>video</a></code> element's <code title=attr-media-controls><a href=#attr-media-controls>controls</a></code> attribute is not
+ expected to affect the size of the rendering; controls are expected
+ to be overlaid with the page content without causing any layout
+ changes, and are expected to disappear when the user does not need
+ them.</p>
+
+ <p class=note>Resizing <code><a href=#video>video</a></code> and <code><a href=#the-canvas-element>canvas</a></code>
+ elements does not interrupt video playback or clear the canvas.</p>
+
<hr><p>The following CSS rules are expected to apply:</p>
<pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
@@ -59989,6 +59975,8 @@
- or on the radio button itself
- or both, so it works even when the form controls have names
that vary more than HTMLFormControlCollection allows?
+ XXX * should check all cases of 'active document' and change the
+ relevant ones to 'fully active document'.
-->
Modified: source
===================================================================
--- source 2009-02-24 02:19:34 UTC (rev 2863)
+++ source 2009-02-24 02:26:57 UTC (rev 2864)
@@ -19146,9 +19146,6 @@
agents could disable screensavers while video playback is in
progress.</p>
- <!-- XXX rendering section should mention that resizing a video
- should in no way interrupt playback -->
-
<p class="warning">User agents should not provide a public API to
cause videos to be shown full-screen. A script, combined with a
carefully crafted video file, could trick the user into thinking a
@@ -19159,15 +19156,8 @@
provided to easily allow the user to obtain a full-screen playback
mode.</p>
- <p class="XXX">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
@@ -31962,9 +31952,6 @@
result is a number greater than zero, then the user agent should
ensure that at least that many characters are visible.</p>
- <p class="XXX">The rendering section will define this in more
- detail.</p>
-
<p>The <code title="dom-input-size">size</code> DOM attribute
<span>limited to only positive non-zero numbers</span>.</p>
@@ -32854,17 +32841,7 @@
then the <code title="attr-input-size">size</code> attribute's
default value is 1.</p>
- <!-- XXX for the rendering section
<p>If the <code title="attr-select-multiple">multiple</code>
- attribute is absent, and either the <code
- title="attr-input-size">size</code> attribute is also absent or
- parsing its value using the <span>rules for parsing non-negative
- integers</span> returns 1, 0, or an error, then the control should
- be rendered as a drop-down select box. Otherwise, it should be
- rendered as a list select box.</p>
- -->
-
- <p>If the <code title="attr-select-multiple">multiple</code>
attribute is absent, and the element is not <span
title="concept-fe-disabled">disabled</span>, then the user agent
should allow the user to pick an <code>option</code> element in its
@@ -63841,6 +63818,16 @@
to be treated as a replaced element about one line high, as wide as
is necessary to expose the user agent's user interface features.</p>
+ <p>The <code>video</code> element's <code
+ title="attr-media-controls">controls</code> attribute is not
+ expected to affect the size of the rendering; controls are expected
+ to be overlaid with the page content without causing any layout
+ changes, and are expected to disappear when the user does not need
+ them.</p>
+
+ <p class="note">Resizing <code>video</code> and <code>canvas</code>
+ elements does not interrupt video playback or clear the canvas.</p>
+
<hr>
<p>The following CSS rules are expected to apply:</p>
@@ -65856,6 +65843,8 @@
- or on the radio button itself
- or both, so it works even when the form controls have names
that vary more than HTMLFormControlCollection allows?
+ XXX * should check all cases of 'active document' and change the
+ relevant ones to 'fully active document'.
-->
</body>
More information about the Commit-Watchers
mailing list