- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 13 Dec 2010 08:06:48 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv25824/src
Modified Files:
datatypes.html map-attributes.html
Log Message:
doc video/@audio + input button requires value att
Index: datatypes.html
===================================================================
RCS file: /sources/public/html5/markup/src/datatypes.html,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- datatypes.html 12 Aug 2010 19:55:38 -0000 1.53
+++ datatypes.html 13 Dec 2010 08:06:46 -0000 1.54
@@ -772,6 +772,33 @@
</div>
</dd>
</dl>
+ <dl><dt>audio-states-list</dt>
+ <dd></dd>
+ <dd>
+ <div class="datatype-desc">An
+ <a href="#data-unordered-tokens">unordered set of unique space-separated tokens</a>,
+ each of which is a
+ <a href="#case-insensitive">case-insensitive match</a>
+ for one of the following literal strings:
+ <ul>
+ <li>"<code>muted</code>"</li>
+ </ul>
+ <div class="note">
+ <p>Currently, "<code>muted</code>" is the only token defined.</p>
+ </div>
+ <div class="note">
+ <p>Because an
+ <a href="#data-unordered-tokens">unordered set of unique space-separated tokens</a>
+ can contain zero tokens, this datatype also allows the following:</p>
+ <ul>
+ <li>the empty string</li>
+ <li>any string consisting only of
+ <a href="#space">space characters</a></li>
+ </ul>
+ </div>
+ </div>
+ </dd>
+ </dl>
<dl><dt>circle</dt>
<dd></dd>
<dd>
Index: map-attributes.html
===================================================================
RCS file: /sources/public/html5/markup/src/map-attributes.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- map-attributes.html 30 Jul 2010 10:34:16 -0000 1.10
+++ map-attributes.html 13 Dec 2010 08:06:46 -0000 1.11
@@ -512,6 +512,10 @@
<li>attr-media-src</li>
</ul>
<ul>
+ <li>video.attrs.audio</li>
+ <li>attr-media-audio</li>
+ </ul>
+ <ul>
<li>video.attrs.width</li>
<li>attr-dim-width</li>
</ul>
Received on Monday, 13 December 2010 08:06:50 UTC