html5/spec Overview.html,1.2899,1.2900

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

Modified Files:
	Overview.html 
Log Message:
make the link ui a 'may' instead of a 'should'. (whatwg r3721)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2899
retrieving revision 1.2900
diff -u -d -r1.2899 -r1.2900
--- Overview.html	31 Aug 2009 09:00:06 -0000	1.2899
+++ Overview.html	31 Aug 2009 09:14:17 -0000	1.2900
@@ -9330,15 +9330,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 id="linkui">Interactive user agents should provide users with a
+  <hr><p id="linkui">Interactive user agents may 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>
+  defined by this specification, but if present, 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 09:14:30 UTC