hixie: Try to clarify that controls aren't supposed to be overlapped by content, since that would be pointless. (whatwg r6535)

hixie: Try to clarify that controls aren't supposed to be overlapped by
content, since that would be pointless. (whatwg r6535)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5233&r2=1.5234&f=h
http://html5.org/tools/web-apps-tracker?from=6534&to=6535

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5233
retrieving revision 1.5234
diff -u -d -r1.5233 -r1.5234
--- Overview.html 4 Sep 2011 17:45:40 -0000 1.5233
+++ Overview.html 4 Sep 2011 17:49:11 -0000 1.5234
@@ -64850,7 +64850,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>

Received on Sunday, 4 September 2011 17:49:20 UTC