Skip to content

Commit

Permalink
[e] (0) xref
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11303

git-svn-id: http://svn.whatwg.org/webapps@5801 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 22, 2011
1 parent af16b89 commit 9d17776
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -3430,8 +3430,8 @@ <h4 id=extensibility><span class=secno>2.2.2 </span>Extensibility</h4>
predefined set of metadata names</a>.</li>

<li>Authors can use the <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel=""</a></code> mechanism to annotate
links with specific meanings by registering <span title=concept-rel-extensions> extensions to the predefined set of
link types</span>. This is also used by Microformats.</li>
links with specific meanings by registering <a href=#concept-rel-extensions title=concept-rel-extensions>extensions to the predefined set of
link types</a>. This is also used by Microformats.</li>

<li>Authors can embed raw data using the <code title=script><a href=#script>&lt;script type=""&gt;</a></code> mechanism with a custom
type, for further handling by inline or server-side scripts.</li>
Expand Down Expand Up @@ -51907,8 +51907,8 @@ <h6 id=link-type-prev><span class=secno>4.12.4.18.4 </span>Link type "<dfn title

<h5 id=other-link-types><span class=secno>4.12.4.19 </span>Other link types</h5>

<p><span title=concept-rel-extensions>Extensions to the predefined
set of link types</span> may be registered in the <a href=http://wiki.whatwg.org/wiki/RelExtensions>WHATWG Wiki
<p><dfn id=concept-rel-extensions title=concept-rel-extensions>Extensions to the predefined
set of link types</dfn> may be registered in the <a href=http://wiki.whatwg.org/wiki/RelExtensions>WHATWG Wiki
RelExtensions page</a>. <a href=#refsWHATWGWIKI>[WHATWGWIKI]</a></p>

<p>Anyone is free to edit the WHATWG Wiki RelExtensions page at any
Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -3409,8 +3409,8 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
predefined set of metadata names</a>.</li>

<li>Authors can use the <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel=""</a></code> mechanism to annotate
links with specific meanings by registering <span title=concept-rel-extensions> extensions to the predefined set of
link types</span>. This is also used by Microformats.</li>
links with specific meanings by registering <a href=#concept-rel-extensions title=concept-rel-extensions>extensions to the predefined set of
link types</a>. This is also used by Microformats.</li>

<li>Authors can embed raw data using the <code title=script><a href=#script>&lt;script type=""&gt;</a></code> mechanism with a custom
type, for further handling by inline or server-side scripts.</li>
Expand Down Expand Up @@ -51889,8 +51889,8 @@ local.onconnect = function (event) {

<h5 id=other-link-types><span class=secno>4.12.4.19 </span>Other link types</h5>

<p><span title=concept-rel-extensions>Extensions to the predefined
set of link types</span> may be registered in the <a href=http://wiki.whatwg.org/wiki/RelExtensions>WHATWG Wiki
<p><dfn id=concept-rel-extensions title=concept-rel-extensions>Extensions to the predefined
set of link types</dfn> may be registered in the <a href=http://wiki.whatwg.org/wiki/RelExtensions>WHATWG Wiki
RelExtensions page</a>. <a href=#refsWHATWGWIKI>[WHATWGWIKI]</a></p>

<p>Anyone is free to edit the WHATWG Wiki RelExtensions page at any
Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -2389,7 +2389,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<li>Authors can use the <code
title="attr-hyperlink-rel">rel=""</code> mechanism to annotate
links with specific meanings by registering <span
title="concept-rel-extensions"> extensions to the predefined set of
title="concept-rel-extensions">extensions to the predefined set of
link types</span>. This is also used by Microformats.</li>

<li>Authors can embed raw data using the <code
Expand Down Expand Up @@ -58487,8 +58487,8 @@ local.onconnect = function (event) {

<h5>Other link types</h5>

<p><span title="concept-rel-extensions">Extensions to the predefined
set of link types</span> may be registered in the <a
<p><dfn title="concept-rel-extensions">Extensions to the predefined
set of link types</dfn> may be registered in the <a
href="http://wiki.whatwg.org/wiki/RelExtensions">WHATWG Wiki
RelExtensions page</a>. <a
href="#refsWHATWGWIKI">[WHATWGWIKI]</a></p>
Expand Down

0 comments on commit 9d17776

Please sign in to comment.