- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 05 Oct 2011 23:33:07 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv26016 Modified Files: Overview.html Log Message: Clarify the value of mediagroup='' attributes is freeform text. (whatwg r6644) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5327 retrieving revision 1.5328 diff -u -d -r1.5327 -r1.5328 --- Overview.html 5 Oct 2011 23:30:57 -0000 1.5327 +++ Overview.html 5 Oct 2011 23:33:04 -0000 1.5328 @@ -25607,7 +25607,9 @@ 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>.<div class="impl"> + <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.<div class="impl"> <p>When a <a href="#media-element">media element</a> is created with a <code title="attr-media-mediagroup"><a href="#attr-media-mediagroup">mediagroup</a></code> attribute, and when a <a href="#media-element">media element</a>'s <code title="attr-media-mediagroup"><a href="#attr-media-mediagroup">mediagroup</a></code> attribute is set,
Received on Wednesday, 5 October 2011 23:33:12 UTC