Skip to content

Commit

Permalink
[e] (0) xref error (duplicate term definition)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1858 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 10, 2008
1 parent 20eb6ea commit 6e0c245
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 deletions index
Expand Up @@ -25,7 +25,7 @@

<h1 id=html-5>HTML 5</h1>

<h2 class="no-num no-toc" id=draft>Draft Recommendation &mdash; 9 July
<h2 class="no-num no-toc" id=draft>Draft Recommendation &mdash; 10 July
2008</h2>

<p>You can take part in this work. <a
Expand Down Expand Up @@ -9214,13 +9214,13 @@ data:text/xml,<script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[ alert('test
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
Expand All @@ -9239,7 +9239,7 @@ data:text/xml,<script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[ alert('test
<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>

Expand Down Expand Up @@ -9267,21 +9267,21 @@ data:text/xml,<script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[ alert('test
<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
title=attr-meta-charset><a href="#charset1">charset</a></code> attribute.

<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.

Expand Down Expand Up @@ -9317,13 +9317,13 @@ data:text/xml,<script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[ alert('test
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.

Expand All @@ -9334,7 +9334,7 @@ data:text/xml,<script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[ alert('test
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>

Expand Down Expand Up @@ -9462,11 +9462,11 @@ data:text/xml,<script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[ alert('test
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.-->

Expand Down Expand Up @@ -9554,7 +9554,7 @@ people expect to have work and what is necessary.

<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:

Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -7705,8 +7705,8 @@ data:text/xml,<script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[ alert('test
is specified on a <code>meta</code> element, the element is a pragma
directive.</p>

<p>The <dfn
title="attr-meta-http-equiv"><code>http-equiv</code></dfn> attribute
<p>The <code
title="attr-meta-http-equiv">http-equiv</code> attribute
is an <span>enumerated attribute</span>. 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
Expand Down

0 comments on commit 6e0c245

Please sign in to comment.