Skip to content

Commit

Permalink
[e] (0) Clarify the value of mediagroup='' attributes is freeform text.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13850

git-svn-id: http://svn.whatwg.org/webapps@6644 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 5, 2011
1 parent c159264 commit ec4eef8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion complete.html
Expand Up @@ -30551,7 +30551,9 @@ <h6 id=assigning-a-media-controller-declaratively><span class=secno>4.8.10.11.3
attribute on <a href=#media-element title="media element">media elements</a> can
be used to link multiple <a href=#media-element title="media element">media
elements</a> together by implicitly creating a
<code><a href=#mediacontroller>MediaController</a></code>.</p>
<code><a href=#mediacontroller>MediaController</a></code>. The value is text; <a href=#media-element title="media
element">media elements</a> with the same value are automatically
linked by the user agent.</p>

<div class=impl>

Expand Down
4 changes: 3 additions & 1 deletion index
Expand Up @@ -30551,7 +30551,9 @@ interface <dfn id=mediacontroller>MediaController</dfn> {
attribute on <a href=#media-element title="media element">media elements</a> can
be used to link multiple <a href=#media-element title="media element">media
elements</a> together by implicitly creating a
<code><a href=#mediacontroller>MediaController</a></code>.</p>
<code><a href=#mediacontroller>MediaController</a></code>. The value is text; <a href=#media-element title="media
element">media elements</a> with the same value are automatically
linked by the user agent.</p>

<div class=impl>

Expand Down
4 changes: 3 additions & 1 deletion source
Expand Up @@ -33303,7 +33303,9 @@ interface <dfn>MediaController</dfn> {
attribute on <span title="media element">media elements</span> can
be used to link multiple <span title="media element">media
elements</span> together by implicitly creating a
<code>MediaController</code>.</p>
<code>MediaController</code>. The value is text; <span title="media
element">media elements</span> with the same value are automatically
linked by the user agent.</p>

<div class="impl">

Expand Down

0 comments on commit ec4eef8

Please sign in to comment.