Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) grammar
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12358

git-svn-id: http://svn.whatwg.org/webapps@6227 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 14, 2011
1 parent edfa542 commit c0ba83f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -30124,7 +30124,7 @@ <h6 id=media-controllers><span class=secno>4.8.10.11.2 </span>Media controllers<
media elements</a> are <a href=#blocked-media-element title="blocked media
element">blocked media elements</a>, or if any of its
<a href=#slaved-media-elements>slaved media elements</a> whose <a href=#autoplaying-flag>autoplaying
flag</a> is true still have a <code title=dom-media-paused><a href=#dom-media-paused>paused</a></code> attribute that is true, or if
flag</a> is true still have their <code title=dom-media-paused><a href=#dom-media-paused>paused</a></code> attribute set to true, or if
all of its <a href=#slaved-media-elements>slaved media elements</a> have their <code title=dom-media-paused><a href=#dom-media-paused>paused</a></code> attribute set to true.</p>

<p>A <a href=#media-element>media element</a> is <dfn id=blocked-on-its-media-controller>blocked on its media
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -30117,7 +30117,7 @@ interface <dfn id=mediacontroller>MediaController</dfn> {
media elements</a> are <a href=#blocked-media-element title="blocked media
element">blocked media elements</a>, or if any of its
<a href=#slaved-media-elements>slaved media elements</a> whose <a href=#autoplaying-flag>autoplaying
flag</a> is true still have a <code title=dom-media-paused><a href=#dom-media-paused>paused</a></code> attribute that is true, or if
flag</a> is true still have their <code title=dom-media-paused><a href=#dom-media-paused>paused</a></code> attribute set to true, or if
all of its <a href=#slaved-media-elements>slaved media elements</a> have their <code title=dom-media-paused><a href=#dom-media-paused>paused</a></code> attribute set to true.</p>

<p>A <a href=#media-element>media element</a> is <dfn id=blocked-on-its-media-controller>blocked on its media
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -32978,8 +32978,8 @@ interface <dfn>MediaController</dfn> {
media elements</span> are <span title="blocked media
element">blocked media elements</span>, or if any of its
<span>slaved media elements</span> whose <span>autoplaying
flag</span> is true still have a <code
title="dom-media-paused">paused</code> attribute that is true, or if
flag</span> is true still have their <code
title="dom-media-paused">paused</code> attribute set to true, or if
all of its <span>slaved media elements</span> have their <code
title="dom-media-paused">paused</code> attribute set to true.</p>

Expand Down

0 comments on commit c0ba83f

Please sign in to comment.