[html5] r3721 - [] (0) make the link ui a 'may' instead of a 'should'.

whatwg at whatwg.org whatwg at whatwg.org
Mon Aug 31 02:16:15 PDT 2009


Author: ianh
Date: 2009-08-31 02:16:14 -0700 (Mon, 31 Aug 2009)
New Revision: 3721

Modified:
   index
   source
Log:
[] (0) make the link ui a 'may' instead of a 'should'.

Modified: index
===================================================================
--- index	2009-08-31 09:02:32 UTC (rev 3720)
+++ index	2009-08-31 09:16:14 UTC (rev 3721)
@@ -10501,15 +10501,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>

Modified: source
===================================================================
--- source	2009-08-31 09:02:32 UTC (rev 3720)
+++ source	2009-08-31 09:16:14 UTC (rev 3721)
@@ -11025,15 +11025,15 @@
 
   <hr>
 
-  <p id="linkui">Interactive user agents should provide users with a
+  <p id="linkui">Interactive user agents may 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>
+  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>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