- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 10 Jul 2008 17:37:13 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv24275 Modified Files: Overview.html Log Message: xref error (duplicate term definition) (whatwg r1858) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1046 retrieving revision 1.1047 diff -u -d -r1.1046 -r1.1047 --- Overview.html 9 Jul 2008 11:13:01 -0000 1.1046 +++ Overview.html 10 Jul 2008 17:37:09 -0000 1.1047 @@ -19,7 +19,7 @@ for HTML and XHTML</h2> <h2 class="no-num no-toc" id=editors0><!-- "W3C Working Draft" --> - Editor's Draft <!--ZZZ--> 9 July 2008</h2> + Editor's Draft <!--ZZZ-->10 July 2008</h2> <dl><!-- ZZZ: update the month/day <dt>This Version:</dt> @@ -167,8 +167,8 @@ <p>The W3C <a href="http://www.w3.org/html/wg/">HTML Working Group</a> is the W3C working group responsible for this specification's progress along - the W3C Recommendation track. <!--ZZZ:--> This specification is the 9 July - 2008 <!--ZZZ "Working Draft"-->Editor's Draft. <!--:ZZZ--></p> + the W3C Recommendation track. <!--ZZZ:--> This specification is the 10 + July 2008 <!--ZZZ "Working Draft"-->Editor's Draft. <!--:ZZZ--></p> <!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --> <!-- relationship to other work (required) --> @@ -9276,13 +9276,13 @@ as the first element in a <code><a href="#head">head</a></code> element. <dd>If the <code title=attr-meta-http-equiv><a - href="#http-equiv0">http-equiv</a></code> attribute is present, and the + href="#http-equiv">http-equiv</a></code> attribute is present, and the element is not in the <a href="#encoding" title=attr-meta-http-equiv-content-type>Encoding declaration state</a>: in a <code><a href="#head">head</a></code> element. <dd>If the <code title=attr-meta-http-equiv><a - href="#http-equiv0">http-equiv</a></code> attribute is present, and the + href="#http-equiv">http-equiv</a></code> attribute is present, and the element is not in the <a href="#encoding" title=attr-meta-http-equiv-content-type>Encoding declaration state</a>: in a <code><a href="#noscript">noscript</a></code> element that is a @@ -9301,7 +9301,7 @@ <dd><code title=attr-meta-name><a href="#name">name</a></code> <dd><code title=attr-meta-http-equiv><a - href="#http-equiv0">http-equiv</a></code> + href="#http-equiv">http-equiv</a></code> <dd><code title=attr-meta-content><a href="#content1">content</a></code> @@ -9329,7 +9329,7 @@ <p>The <code><a href="#meta0">meta</a></code> element can represent document-level metadata with the <code title=attr-meta-name><a href="#name">name</a></code> attribute, pragma directives with the <code - title=attr-meta-http-equiv><a href="#http-equiv0">http-equiv</a></code> + title=attr-meta-http-equiv><a href="#http-equiv">http-equiv</a></code> attribute, and the file's <a href="#character2">character encoding declaration</a> when an HTML document is serialized to string form (e.g. for transmission over the network or for disk storage) with the <code @@ -9337,13 +9337,13 @@ <p>Exactly one of the <code title=attr-meta-name><a href="#name">name</a></code>, <code title=attr-meta-http-equiv><a - href="#http-equiv0">http-equiv</a></code>, and <code + href="#http-equiv">http-equiv</a></code>, and <code title=attr-meta-charset><a href="#charset1">charset</a></code> attributes must be specified. <p>If either <code title=attr-meta-name><a href="#name">name</a></code> or <code title=attr-meta-http-equiv><a - href="#http-equiv0">http-equiv</a></code> is specified, then the <code + href="#http-equiv">http-equiv</a></code> is specified, then the <code title=attr-meta-content><a href="#content1">content</a></code> attribute must also be specified. Otherwise, it must be omitted. @@ -9379,13 +9379,13 @@ then the value part of the metadata name/value pair is the empty string. <p>If a <code><a href="#meta0">meta</a></code> element has the <code - title=attr-meta-http-equiv><a href="#http-equiv0">http-equiv</a></code> + title=attr-meta-http-equiv><a href="#http-equiv">http-equiv</a></code> attribute specified, it must be either in a <code><a href="#head">head</a></code> element or in a <code><a href="#noscript">noscript</a></code> element that itself is in a <code><a href="#head">head</a></code> element. If a <code><a href="#meta0">meta</a></code> element does not have the <code - title=attr-meta-http-equiv><a href="#http-equiv0">http-equiv</a></code> + title=attr-meta-http-equiv><a href="#http-equiv">http-equiv</a></code> attribute specified, it must be in a <code><a href="#head">head</a></code> element. @@ -9396,7 +9396,7 @@ name. The DOM attribute <dfn id=httpequiv title=dom-meta-httpEquiv><code>httpEquiv</code></dfn> must <a href="#reflect">reflect</a> the content attribute <code - title=attr-meta-http-equiv><a href="#http-equiv0">http-equiv</a></code>. + title=attr-meta-http-equiv><a href="#http-equiv">http-equiv</a></code>. <h5 id=standard><span class=secno>4.2.5.1. </span>Standard metadata names</h5> @@ -9524,11 +9524,11 @@ specified on a <code><a href="#meta0">meta</a></code> element, the element is a pragma directive. - <p>The <dfn id=http-equiv0 - title=attr-meta-http-equiv><code>http-equiv</code></dfn> attribute is an - <a href="#enumerated">enumerated attribute</a>. The following table lists - the keywords defined for this attribute. The states given in the first - cell of the rows with keywords give the states to which those keywords + <p>The <code title=attr-meta-http-equiv><a + href="#http-equiv">http-equiv</a></code> attribute is an <a + href="#enumerated">enumerated attribute</a>. The following table lists the + keywords defined for this attribute. The states given in the first cell of + the rows with keywords give the states to which those keywords map.<!-- Some of the keywords are non-conforming, as noted in the last column.--> @@ -9616,7 +9616,7 @@ <p>When a <code><a href="#meta0">meta</a></code> element is inserted into the document, if its <code title=attr-meta-http-equiv><a - href="#http-equiv0">http-equiv</a></code> attribute is present and + href="#http-equiv">http-equiv</a></code> attribute is present and represents one of the above states, then the user agent must run the algorithm appropriate for that state, as described in the following list:
Received on Thursday, 10 July 2008 17:37:47 UTC