- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 08 Feb 2010 06:49:38 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/src In directory hutz:/tmp/cvs-serv14188/src Modified Files: attributes.html datatypes.html references.html syntax.html Log Message: checkpointing Index: references.html =================================================================== RCS file: /sources/public/html5/markup/src/references.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- references.html 31 Jul 2009 19:54:04 -0000 1.12 +++ references.html 8 Feb 2010 06:49:36 -0000 1.13 @@ -47,13 +47,13 @@ >Character Sets</a></cite>. Internet Assigned Numbers Authority (IANA).</dd> <dt><dfn id="refsMQ">[MQ]</dfn></dt> <dd><cite><a - href="http://www.w3.org/TR/2008/WD-css3-mediaqueries-20081015/" + href="http://www.w3.org/TR/2009/CR-css3-mediaqueries-20090915/" >Media Queries</a></cite>. Håkon Wium Lie, Tantek Çelik, Daniel Glazman, Anne van Kesteren. - W3C Working Draft. 15 October 2008.</dd> + W3C Working Draft. 15 September 2009.</dd> <dd><span class="references-note" >(see in particular <a - href="http://www.w3.org/TR/2008/WD-css3-mediaqueries-20081015/#media0" - >http://www.w3.org/TR/2008/WD-css3-mediaqueries-20081015/#media0</a>)</span></dd> + href="http://www.w3.org/TR/2009/CR-css3-mediaqueries-20090915/#syntax" + >http://www.w3.org/TR/2009/CR-css3-mediaqueries-20090915/#syntax</a>)</span></dd> <dt><dfn id="refsRFC2046">[RFC2046]</dfn></dt> <!-- * <dd><cite><a href="http://tools.ietf.org/html/rfc2046" --> <dd><cite><a href="http://tools.ietf.org/html/rfc2046" @@ -76,14 +76,14 @@ <dd><span class="references-note" >(see in particular <a href="http://tools.ietf.org/html/rfc3987#section-2.2" >http://tools.ietf.org/html/rfc3987#section-2.2</a>)</span></dd> - <dt><dfn id="refsRFC4646">[RFC4646]</dfn></dt> - <dd><cite><a href="http://tools.ietf.org/html/rfc4646" + <dt><dfn id="refsRFC5646">[RFC5646]</dfn></dt> + <dd><cite><a href="http://tools.ietf.org/html/rfc5646" >Tags for Identifying Languages</a></cite>. A. Phillips, M. Davis. September 2006.</dd> <dd><span class="references-note" >(for examples of language tags, see in particular <a - href="http://tools.ietf.org/html/rfc4646#appendix-B" - >http://tools.ietf.org/html/rfc4646#appendix-B</a>)</span></dd> + href="http://tools.ietf.org/html/rfc5646#appendix-A" + >http://tools.ietf.org/html/rfc5646#appendix-A</a>)</span></dd> <dt><dfn id="refsRFC5322">[RFC5322]</dfn></dt> <dd><cite><a href="http://tools.ietf.org/html/rfc5322" >Internet Message Format</a></cite>. P. Resnick. October 2008.</dd> Index: syntax.html =================================================================== RCS file: /sources/public/html5/markup/src/syntax.html,v retrieving revision 1.72 retrieving revision 1.73 diff -u -d -r1.72 -r1.73 --- syntax.html 5 Feb 2010 08:17:24 -0000 1.72 +++ syntax.html 8 Feb 2010 06:49:36 -0000 1.73 @@ -222,7 +222,7 @@ <a href="#refsSCSU">[SCSU]</a> </p> <p>In a - <a href="#syntax-document-xml">document the XML syntax</a>, + <a href="#syntax-document-xml">document in the XML syntax</a>, the <dfn id="xml-declaration" Index: datatypes.html =================================================================== RCS file: /sources/public/html5/markup/src/datatypes.html,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- datatypes.html 3 Sep 2009 02:39:07 -0000 1.35 +++ datatypes.html 8 Feb 2010 06:49:36 -0000 1.36 @@ -71,7 +71,7 @@ that is either of the following: <ul> <li>a - <a href="#common.data.browsing-context-name">browsing-context-name</a></li> + <a href="#common.data.browsing-context-name">browsing-context name</a></li> <li>any <a href="#case-insensitive">case-insensitive match</a> for one of the following literal strings: @@ -119,7 +119,7 @@ <dd> <div class="datatype-desc">A <a href="#space">space</a>-separated list of one or more - <a href="#common.data.idref">idref</a> instances.</div> + <a href="#common.data.idref">IDREF</a> instances.</div> </dd> </dl> <dl><dt>name</dt> @@ -367,15 +367,23 @@ <dd></dd> <dd> <div class="datatype-desc"> - <p>For documents in the <a href="#html-syntax">HTML - syntax</a>: Any + <p>For documents in the + <a href="#html-syntax">HTML syntax</a>: + a + <a href="#case-insensitive">case-insensitive match</a> + for any <dfn id="character-set-name" title="character-set-name" >character set name</dfn> - listed in the IANA <cite>Character Sets</cite> - list - <a href="#refsIANACHARSET">[IANACHARSET]</a>.</p> + given in a <code>Name</code> or <code>Alias</code> field + labeled as “preferred MIME name” in the IANA + <cite>Character Sets</cite> registry + <a href="#refsIANACHARSET">[IANACHARSET]</a>, + if there is one; 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.</p> <p>For documents in the <a href="#xml-syntax">XML syntax</a>, any <a href="#case-insensitive">case-insensitive match</a> @@ -397,7 +405,7 @@ <li>The literal string "<code>charset=</code>".</li> <li>A - <a href="#common.data.charset">charset</a>.</li> + <a href="#common.data.charset">character encoding name</a>.</li> </ol> </div> </dd> @@ -444,7 +452,7 @@ <dfn id="media-query" title="media-query" - >media query</dfn>, + >media query list</dfn>, as defined in <cite>Media Queries</cite> <a href="#refsMQ">[MQ]</a>.</div> </dd> @@ -457,8 +465,8 @@ id="language tag" title="language tag" >language tag</dfn>, - as defined in RFC 4646 - <a href="#refsRFC4646">[RFC4646]</a>.</div> + as defined in RFC 5646 + <a href="#refsRFC5646">[RFC5646]</a>.</div> </dd> </dl> <dl><dt>mimetypelist</dt> @@ -466,7 +474,7 @@ <dd> <div class="datatype-desc">A set of comma-separated <a href="#data-token">tokens</a>, each of which is a valid <a - href="#common.data.mimetype">mimetype</a>, with no + href="#common.data.mimetype">mime type</a>, with no parameters.</div> </dd> </dl> @@ -475,7 +483,7 @@ <dd> <div class="datatype-desc">A set of comma-separated <a href="#data-token">tokens</a>, each of which is a valid <a - href="#common.data.charset">charset</a> that specifies an + href="#common.data.charset">character encoding name</a> that specifies an <a href="#ascii-compatible">ASCII-compatible character encoding</a>.</div> </dd> @@ -639,7 +647,7 @@ <dd> <div class="datatype-desc">A set of comma-separated <a href="#data-token">tokens</a>, each of which is a valid - <a href="#form.data.emailaddress">emailaddress</a>.</div> + <a href="#form.data.emailaddress">email address</a>.</div> </dd> </dl> <dl><dt>color</dt> Index: attributes.html =================================================================== RCS file: /sources/public/html5/markup/src/attributes.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- attributes.html 7 Feb 2010 11:54:03 -0000 1.10 +++ attributes.html 8 Feb 2010 06:49:36 -0000 1.11 @@ -139,9 +139,9 @@ control.</dd> </dl> <dl> - <dt id="common-form.attrs.form">form</dt> + <dt id="common-form.attrs.form" class="new">form</dt> <dd>Identifies a - <a href="#form" class="new">form</a> + <a href="#form">form</a> with which to associate the element.</dd> </dl> <dl>
Received on Monday, 8 February 2010 06:49:41 UTC