[html5] r3744 - [] (0) Remove redundant requirements on <a>; remove constraints on UI for <link>.
whatwg at whatwg.org
whatwg at whatwg.org
Thu Sep 3 15:48:50 PDT 2009
Author: ianh
Date: 2009-09-03 15:48:49 -0700 (Thu, 03 Sep 2009)
New Revision: 3744
Modified:
index
source
Log:
[] (0) Remove redundant requirements on <a>; remove constraints on UI for <link>.
Modified: index
===================================================================
--- index 2009-09-03 13:05:21 UTC (rev 3743)
+++ index 2009-09-03 22:48:49 UTC (rev 3744)
@@ -10500,11 +10500,11 @@
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 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>
+ defined by this specification, but it could 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>
@@ -10517,8 +10517,8 @@
<li>The optimum media for the resource (given by the <code title=attr-link-media><a href=#attr-link-media>media</a></code> attribute).</li>
- </ul><p>User agents may also include other information, such as the type
- of the resource (as given by the <code title=attr-link-type><a href=#attr-link-type>type</a></code> attribute).</p>
+ </ul><p>User agents could also include other information, such as the
+ type of the resource (as given by the <code title=attr-link-type><a href=#attr-link-type>type</a></code> attribute).</p>
</div>
@@ -14729,10 +14729,10 @@
<div class=impl>
- <p>Interactive user agents should allow users to <a href=#following-hyperlinks title="following hyperlinks">follow hyperlinks</a> created using
- the <code><a href=#the-a-element>a</a></code> element. The <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code>, <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code> and <code title=attr-hyperlink-ping><a href=#ping>ping</a></code> attributes decide how the
- link is followed. The <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>,
- <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code>, <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>, and <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code> attributes may be used to
+ <p>The <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code>, <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code> and <code title=attr-hyperlink-ping><a href=#ping>ping</a></code> attributes affect what
+ happens when users <a href=#following-hyperlinks title="following hyperlinks">follow
+ hyperlinks</a> created using the <code><a href=#the-a-element>a</a></code> element. The
+ <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>, <code title=attr-hyperlink-media><a href=#attr-hyperlink-media>media</a></code>, <code title=attr-hyperlink-hreflang><a href=#attr-hyperlink-hreflang>hreflang</a></code>, and <code title=attr-hyperlink-type><a href=#attr-hyperlink-type>type</a></code> attributes may be used to
indicate to the user the likely nature of the target resource before
the user follows the link.</p>
Modified: source
===================================================================
--- source 2009-09-03 13:05:21 UTC (rev 3743)
+++ source 2009-09-03 22:48:49 UTC (rev 3744)
@@ -11021,11 +11021,11 @@
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 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>
+ defined by this specification, but it could 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 -->
@@ -11046,8 +11046,8 @@
</ul>
- <p>User agents may also include other information, such as the type
- of the resource (as given by the <code
+ <p>User agents could also include other information, such as the
+ type of the resource (as given by the <code
title="attr-link-type">type</code> attribute).</p>
</div>
@@ -15750,14 +15750,13 @@
<div class="impl">
- <p>Interactive user agents should allow users to <span
- title="following hyperlinks">follow hyperlinks</span> created using
- the <code>a</code> element. The <code
- title="attr-hyperlink-href">href</code>, <code
+ <p>The <code title="attr-hyperlink-href">href</code>, <code
title="attr-hyperlink-target">target</code> and <code
- title="attr-hyperlink-ping">ping</code> attributes decide how the
- link is followed. The <code title="attr-hyperlink-rel">rel</code>,
- <code title="attr-hyperlink-media">media</code>, <code
+ title="attr-hyperlink-ping">ping</code> attributes affect what
+ happens when users <span title="following hyperlinks">follow
+ hyperlinks</span> created using the <code>a</code> element. The
+ <code title="attr-hyperlink-rel">rel</code>, <code
+ title="attr-hyperlink-media">media</code>, <code
title="attr-hyperlink-hreflang">hreflang</code>, and <code
title="attr-hyperlink-type">type</code> attributes may be used to
indicate to the user the likely nature of the target resource before
More information about the Commit-Watchers
mailing list