[html5] r1147 - /
whatwg at whatwg.org
whatwg at whatwg.org
Tue Dec 11 18:45:26 PST 2007
Author: ianh
Date: 2007-12-11 18:45:25 -0800 (Tue, 11 Dec 2007)
New Revision: 1147
Modified:
index
source
Log:
[e] (0) add an id for xrefs so that i can annotate that paragraph to say we're removing it...
Modified: index
===================================================================
--- index 2007-12-11 10:35:43 UTC (rev 1146)
+++ index 2007-12-12 02:45:25 UTC (rev 1147)
@@ -24,7 +24,7 @@
<h1 id=html-5>HTML 5</h1>
- <h2 class="no-num no-toc" id=working>Working Draft — 11 December
+ <h2 class="no-num no-toc" id=working>Working Draft — 12 December
2007</h2>
<p>You can take part in this work. <a
@@ -10504,20 +10504,20 @@
attribute of ancestor elements does not affect <code><a
href="#dfn">dfn</a></code> elements.
- <p>The <code><a href="#dfn">dfn</a></code> element enables automatic
- cross-references. Specifically, any <code><a href="#span">span</a></code>,
- <code><a href="#abbr">abbr</a></code>, <code><a
- href="#code">code</a></code>, <code><a href="#var">var</a></code>,
- <code><a href="#samp">samp</a></code>, or <code><a href="#i">i</a></code>
- element that has a non-empty <code title=attr-title><a
- href="#title">title</a></code> attribute whose value exactly equals the <a
- href="#defining" title="defining term">term</a> of a <code><a
- href="#dfn">dfn</a></code> element in the same document, or which has no
- <code title=attr-title><a href="#title">title</a></code> attribute but
- whose <code><a href="#textcontent">textContent</a></code> exactly equals
- the <a href="#defining" title="defining term">term</a> of a <code><a
- href="#dfn">dfn</a></code> element in the document, and that has no <a
- href="#interactive1">interactive elements</a> or <code><a
+ <p id=xrefs>The <code><a href="#dfn">dfn</a></code> element enables
+ automatic cross-references. Specifically, any <code><a
+ href="#span">span</a></code>, <code><a href="#abbr">abbr</a></code>,
+ <code><a href="#code">code</a></code>, <code><a
+ href="#var">var</a></code>, <code><a href="#samp">samp</a></code>, or
+ <code><a href="#i">i</a></code> element that has a non-empty <code
+ title=attr-title><a href="#title">title</a></code> attribute whose value
+ exactly equals the <a href="#defining" title="defining term">term</a> of a
+ <code><a href="#dfn">dfn</a></code> element in the same document, or which
+ has no <code title=attr-title><a href="#title">title</a></code> attribute
+ but whose <code><a href="#textcontent">textContent</a></code> exactly
+ equals the <a href="#defining" title="defining term">term</a> of a
+ <code><a href="#dfn">dfn</a></code> element in the document, and that has
+ no <a href="#interactive1">interactive elements</a> or <code><a
href="#dfn">dfn</a></code> elements either as ancestors or descendants,
and has no other elements as ancestors that are themselves matching these
conditions, should be presented in such a way that the user can jump from
Modified: source
===================================================================
--- source 2007-12-11 10:35:43 UTC (rev 1146)
+++ source 2007-12-12 02:45:25 UTC (rev 1147)
@@ -8596,13 +8596,13 @@
<p class="note">The <code title="attr-title">title</code> attribute
of ancestor elements does not affect <code>dfn</code> elements.</p>
- <p>The <code>dfn</code> element enables automatic cross-references.
- Specifically, any <code>span</code>, <code>abbr</code>,
- <code>code</code>, <code>var</code>, <code>samp</code>, or
- <code>i</code> element that has a non-empty <code
- title="attr-title">title</code> attribute whose value exactly equals
- the <span title="defining term">term</span> of a <code>dfn</code>
- element in the same document, or which has no <code
+ <p id="xrefs">The <code>dfn</code> element enables automatic
+ cross-references. Specifically, any <code>span</code>,
+ <code>abbr</code>, <code>code</code>, <code>var</code>,
+ <code>samp</code>, or <code>i</code> element that has a non-empty
+ <code title="attr-title">title</code> attribute whose value exactly
+ equals the <span title="defining term">term</span> of a
+ <code>dfn</code> element in the same document, or which has no <code
title="attr-title">title</code> attribute but whose
<code>textContent</code> exactly equals the <span title="defining
term">term</span> of a <code>dfn</code> element in the document, and
More information about the Commit-Watchers
mailing list