[html5] r3715 - [e] (0) add an id
whatwg at whatwg.org
whatwg at whatwg.org
Sun Aug 30 20:06:01 PDT 2009
Author: ianh
Date: 2009-08-30 20:06:00 -0700 (Sun, 30 Aug 2009)
New Revision: 3715
Modified:
index
source
Log:
[e] (0) add an id
Modified: index
===================================================================
--- index 2009-08-31 02:36:50 UTC (rev 3714)
+++ index 2009-08-31 03:06:00 UTC (rev 3715)
@@ -10416,14 +10416,15 @@
<p>The <a href=#task-source>task source</a> for these tasks is the <a href=#dom-manipulation-task-source>DOM
manipulation task source</a>.</p>
- <hr><p>Interactive user agents should provide users with a means to
- <a href=#following-hyperlinks title="following hyperlinks">follow the hyperlinks</a>
- created using the <code><a href=#the-link-element>link</a></code> element, somewhere within their
- user interface. The exact interface is not defined by this
- specification, but it should include the following information
- (obtained from the element's attributes, again as defined below), in
- some form or another (possibly simplified), for each hyperlink
- created with each <code><a href=#the-link-element>link</a></code> element in the document:</p>
+ <hr><p id=linkui>Interactive user agents should provide users with a
+ means to <a href=#following-hyperlinks title="following hyperlinks">follow the
+ hyperlinks</a> created using the <code><a href=#the-link-element>link</a></code> element,
+ somewhere within their user interface. The exact interface is not
+ defined by this specification, but it should include the following
+ information (obtained from the element's attributes, again as
+ defined below), in some form or another (possibly simplified), for
+ each hyperlink created with each <code><a href=#the-link-element>link</a></code> element in the
+ document:</p>
<ul><!-- the order here is the order that makes most sense for a UI --><li>The relationship between this document and the resource (given
by the <code title=attr-link-rel><a href=#attr-link-rel>rel</a></code> attribute)</li>
Modified: source
===================================================================
--- source 2009-08-31 02:36:50 UTC (rev 3714)
+++ source 2009-08-31 03:06:00 UTC (rev 3715)
@@ -10929,14 +10929,15 @@
<hr>
- <p>Interactive user agents should provide users with a means to
- <span title="following hyperlinks">follow the hyperlinks</span>
- created using the <code>link</code> element, somewhere within their
- user interface. The exact interface is not defined by this
- specification, but it should include the following information
- (obtained from the element's attributes, again as defined below), in
- some form or another (possibly simplified), for each hyperlink
- created with each <code>link</code> element in the document:</p>
+ <p id="linkui">Interactive user agents should provide users with a
+ means to <span title="following hyperlinks">follow the
+ hyperlinks</span> created using the <code>link</code> element,
+ somewhere within their user interface. The exact interface is not
+ defined by this specification, but it should include the following
+ information (obtained from the element's attributes, again as
+ defined below), in some form or another (possibly simplified), for
+ each hyperlink created with each <code>link</code> element in the
+ document:</p>
<ul> <!-- the order here is the order that makes most sense for a UI -->
More information about the Commit-Watchers
mailing list