html5/spec Overview.html,1.3241,1.3242

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

Modified Files:
	Overview.html 
Log Message:
Hide <audio> irrespective of CSS. (whatwg r4083)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3241
retrieving revision 1.3242
diff -u -d -r1.3241 -r1.3242
--- Overview.html	5 Oct 2009 23:22:58 -0000	1.3241
+++ Overview.html	5 Oct 2009 23:24:38 -0000	1.3242
@@ -63936,7 +63936,8 @@
   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>
+  interface</a>, the user agent is expected to hide it,
+  irrespective of CSS rules.</p>
 
   <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

Received on Monday, 5 October 2009 23:24:43 UTC