spec/Overview.html 1.1047 1858 xref error (duplicate term definition) (

xref error (duplicate term definition) (whatwg r1858) (changed by: Ian
Hickson)

Diffs for this change per section: 
  http://people.w3.org/mike/diffs/html5/spec/Overview.1.1047.html#name
  http://people.w3.org/mike/diffs/html5/spec/Overview.1.1047.html#http-equiv0
  http://people.w3.org/mike/diffs/html5/spec/Overview.1.1047.html#standard
  http://people.w3.org/mike/diffs/html5/spec/Overview.1.1047.html#meta0
  http://people.w3.org/mike/diffs/html5/spec/Overview.1.1047.html#httpequiv
  http://people.w3.org/mike/diffs/html5/spec/Overview.1.1047.html#http-equiv
  http://people.w3.org/mike/diffs/html5/spec/Overview.1.1047.html#htmlmetaelement

Current content per affected section: 
  http://dev.w3.org/html5/spec/Overview.html#name
  http://dev.w3.org/html5/spec/Overview.html#http-equiv0
  http://dev.w3.org/html5/spec/Overview.html#standard
  http://dev.w3.org/html5/spec/Overview.html#meta0
  http://dev.w3.org/html5/spec/Overview.html#httpequiv
  http://dev.w3.org/html5/spec/Overview.html#http-equiv
  http://dev.w3.org/html5/spec/Overview.html#htmlmetaelement

Previously published WD content per affected section: 
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#name
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#http-equiv0
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#standard
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#meta0
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#httpequiv
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#http-equiv
  http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#htmlmetaelement

Cumulative diff: http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1046&r2=1.1047&f=h

http://html5.org/tools/web-apps-tracker?from=1857&to=1858

===================================================================
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:40:47 UTC