[html5] r4083 - [gow] (2) Hide <audio> irrespective of CSS.

whatwg at whatwg.org whatwg at whatwg.org
Mon Oct 5 16:34:20 PDT 2009


Author: ianh
Date: 2009-10-05 16:34:19 -0700 (Mon, 05 Oct 2009)
New Revision: 4083

Modified:
   index
   source
Log:
[gow] (2) Hide <audio> irrespective of CSS.

Modified: index
===================================================================
--- index	2009-10-05 23:32:38 UTC (rev 4082)
+++ index	2009-10-05 23:34:19 UTC (rev 4083)
@@ -70334,7 +70334,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

Modified: source
===================================================================
--- source	2009-10-05 23:32:38 UTC (rev 4082)
+++ source	2009-10-05 23:34:19 UTC (rev 4083)
@@ -86714,7 +86714,8 @@
   wide as is necessary to expose the user agent's user interface
   features. When an <code>audio</code> element is not <span
   title="expose a user interface to the user">exposing a user
-  interface</span>, it is expected to render as an empty element.</p>
+  interface</span>, the user agent is expected to hide it,
+  irrespective of CSS rules.</p>
 
   <p>Whether a <code>video</code> element is <span title="expose a
   user interface to the user">exposing a user interface</span> is not




More information about the Commit-Watchers mailing list