html5/spec Overview.html,1.2893,1.2894

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv19250

Modified Files:
	Overview.html 
Log Message:
add an id (whatwg r3715)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2893
retrieving revision 1.2894
diff -u -d -r1.2893 -r1.2894
--- Overview.html	31 Aug 2009 02:34:27 -0000	1.2893
+++ Overview.html	31 Aug 2009 03:03:36 -0000	1.2894
@@ -9253,14 +9253,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>

Received on Monday, 31 August 2009 03:03:49 UTC