[html5] r6535 - [e] (0) Try to clarify that controls aren't supposed to be overlapped by content [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sun Sep 4 10:47:46 PDT 2011
Author: ianh
Date: 2011-09-04 10:47:45 -0700 (Sun, 04 Sep 2011)
New Revision: 6535
Modified:
complete.html
index
source
Log:
[e] (0) Try to clarify that controls aren't supposed to be overlapped by content, since that would be pointless.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12405
Modified: complete.html
===================================================================
--- complete.html 2011-09-04 17:44:13 UTC (rev 6534)
+++ complete.html 2011-09-04 17:47:45 UTC (rev 6535)
@@ -92710,7 +92710,7 @@
<p>Whether a <code><a href=#the-video-element>video</a></code> element is <a href=#expose-a-user-interface-to-the-user title="expose a
user interface to the user">exposing a user interface</a> is not
expected to affect the size of the rendering; controls are expected
- to be overlaid with the page content without causing any layout
+ to be overlaid above the page content without causing any layout
changes, and are expected to disappear when the user does not need
them.</p>
Modified: index
===================================================================
--- index 2011-09-04 17:44:13 UTC (rev 6534)
+++ index 2011-09-04 17:47:45 UTC (rev 6535)
@@ -88157,7 +88157,7 @@
<p>Whether a <code><a href=#the-video-element>video</a></code> element is <a href=#expose-a-user-interface-to-the-user title="expose a
user interface to the user">exposing a user interface</a> is not
expected to affect the size of the rendering; controls are expected
- to be overlaid with the page content without causing any layout
+ to be overlaid above the page content without causing any layout
changes, and are expected to disappear when the user does not need
them.</p>
Modified: source
===================================================================
--- source 2011-09-04 17:44:13 UTC (rev 6534)
+++ source 2011-09-04 17:47:45 UTC (rev 6535)
@@ -105052,7 +105052,7 @@
<p>Whether a <code>video</code> element is <span title="expose a
user interface to the user">exposing a user interface</span> is not
expected to affect the size of the rendering; controls are expected
- to be overlaid with the page content without causing any layout
+ to be overlaid above the page content without causing any layout
changes, and are expected to disappear when the user does not need
them.</p>
More information about the Commit-Watchers
mailing list