html5/spec Overview.html,1.3088,1.3089

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv14113

Modified Files:
	Overview.html 
Log Message:
Update the rendering section to handle media elements' controls='' attribute in a more correct way. (whatwg r3927)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3088
retrieving revision 1.3089
diff -u -d -r1.3088 -r1.3089
--- Overview.html	21 Sep 2009 09:59:01 -0000	1.3088
+++ Overview.html	21 Sep 2009 10:15:19 -0000	1.3089
@@ -64881,9 +64881,9 @@
 
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
 
-[hidden], area, audio:not([controls]), base, basefont, command,
-datalist, head, input[type=hidden], link, menu[type=context], meta,
-noembed, noframes, param, rp, script, source, style, title {
+[hidden], area, base, basefont, command, datalist, head,
+input[type=hidden], link, menu[type=context], meta, noembed, noframes,
+param, rp, script, source, style, title {
   display: none;
 }
 
@@ -65739,11 +65739,15 @@
   elements are expected to be treated as ordinary elements in the
   rendering model.</p>
 
-  <p>The <code><a href="#audio">audio</a></code> element, when it has a <code title="attr-media-controls"><a href="#attr-media-controls">controls</a></code> attribute, is expected
-  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="#audio">audio</a></code> element, when it is <a href="#expose-a-user-interface-to-the-user" title="expose a
+  user interface to the user">exposing a user interface</a>, is
+  expected 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. When an <code><a href="#audio">audio</a></code> element is not <a href="#expose-a-user-interface-to-the-user" title="expose a user interface to the user">exposing a user
+  interface</a>, it is expected to render as an empty element.</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
+  <p>Whether a <code><a href="#video">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
   changes, and are expected to disappear when the user does not need

Received on Monday, 21 September 2009 10:15:31 UTC