Skip to content

Commit

Permalink
[gow] (2) Hide <audio> irrespective of CSS.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4083 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 5, 2009
1 parent 15f46ea commit e6d0ca6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index
Expand Up @@ -70334,7 +70334,8 @@ fieldset {
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
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -86714,7 +86714,8 @@ fieldset {
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
Expand Down

0 comments on commit e6d0ca6

Please sign in to comment.