- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 15 Dec 2010 05:52:12 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/src In directory hutz:/tmp/cvs-serv29151/src Modified Files: datatypes.html elements-by-function.html Log Message: document the track element Index: elements-by-function.html =================================================================== RCS file: /sources/public/html5/markup/src/elements-by-function.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- elements-by-function.html 28 Jul 2010 16:07:33 -0000 1.2 +++ elements-by-function.html 15 Dec 2010 05:52:10 -0000 1.3 @@ -90,6 +90,7 @@ <li>ruby</li> <li>rt</li> <li>rp</li> + <li>bdi</li> <li>bdo</li> <li>span</li> </ul> @@ -112,6 +113,7 @@ <li>video</li> <li>audio</li> <li>source</li> + <li>track</li> <li>canvas</li> <li>map</li> <li>area</li> Index: datatypes.html =================================================================== RCS file: /sources/public/html5/markup/src/datatypes.html,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- datatypes.html 13 Dec 2010 08:06:46 -0000 1.54 +++ datatypes.html 15 Dec 2010 05:52:10 -0000 1.55 @@ -424,32 +424,23 @@ <div class="datatype-desc">A string that identifies a valid <var class="defined-elsewhere">MIME media type</var> as defined in - <a href="#refsRFC2046">[RFC 2046]</a>.</div> </dd> + <a href="#refsRFC2046">[RFC 2046]</a>.</div> + </dd> </dl> <dl><dt>charset</dt> <dd></dd> <dd> - <div class="datatype-desc">One of the following: - <ul> - <li>For documents in the - <a href="#html-syntax">HTML syntax</a>: A - <a href="#case-insensitive">case-insensitive match</a> - for any - <var class="defined-elsewhere">character set name</var> - for which the IANA - <a href="#refsCharacterSets">[Character Sets]</a> - registry has a <code>Name</code> or <code>Alias</code> field - labeled as “preferred MIME name”; - or, if none of the <code>Alias</code> fields are so labeled, a - <a href="#case-insensitive">case-insensitive match</a> - for a <code>Name</code> field in the registry.</li> - <li>For documents in the <a href="#xml-syntax">XML - syntax</a>: Any - <a href="#case-insensitive">case-insensitive match</a> - for the string - "<code>UTF-8</code>".</li> - </ul> - </div> + <div class="datatype-desc">A + <a href="#case-insensitive">case-insensitive match</a> + for any + <var class="defined-elsewhere">character set name</var> + for which the IANA + <a href="#refsCharacterSets">[Character Sets]</a> + registry has a <code>Name</code> or <code>Alias</code> field + labeled as “preferred MIME name”; + or, if none of the <code>Alias</code> fields are so labeled, a + <a href="#case-insensitive">case-insensitive match</a> + for a <code>Name</code> field in the registry.</div> </dd> </dl> <dl><dt>meta-charset</dt> @@ -464,8 +455,20 @@ <a href="#space">space characters</a>.</li> <li>The literal string "<code>charset=</code>".</li> - <li>A - <a href="#common.data.charset">character encoding name</a>.</li> + <li>One of the following: + <ul> + <li>For documents in the + <a href="#html-syntax">HTML syntax</a>: + A + <a href="#common.data.charset">character encoding name</a>.</li> + <li>For documents in the + <a href="#xml-syntax">XML syntax</a>: + Any + <a href="#case-insensitive">case-insensitive match</a> + for the string + "<code>UTF-8</code>".</li> + </ul> + </li> </ol> </div> </dd>
Received on Wednesday, 15 December 2010 05:52:14 UTC