Skip to content

Commit

Permalink
[] (0) make the link ui a 'may' instead of a 'should'.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3721 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 31, 2009
1 parent d1b5483 commit 3744808
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions index
Expand Up @@ -10501,15 +10501,15 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
<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>
Expand Down
12 changes: 6 additions & 6 deletions source
Expand Up @@ -11025,15 +11025,15 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0

<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 -->

Expand Down

0 comments on commit 3744808

Please sign in to comment.