[html5] r8222 - [] (0) Clarify the activation behaviour of <link> elements. Affected topics: HTML
whatwg at whatwg.org
whatwg at whatwg.org
Tue Oct 15 10:28:04 PDT 2013
Author: ianh
Date: 2013-10-15 10:28:02 -0700 (Tue, 15 Oct 2013)
New Revision: 8222
Modified:
complete.html
index
source
Log:
[] (0) Clarify the activation behaviour of <link> elements.
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2013-10-11 23:15:20 UTC (rev 8221)
+++ complete.html 2013-10-15 17:28:02 UTC (rev 8222)
@@ -256,7 +256,7 @@
<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 11 October 2013</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 15 October 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -12901,9 +12901,15 @@
<div class=impl>
- <!--!--><!-- s/header fields/headers/ for consistency with the rest of the spec -->
+ <p>The <a href=#activation-behavior>activation behavior</a> of <code><a href=#the-link-element>link</a></code> elements that create <a href=#hyperlink title=hyperlink>hyperlinks</a> is to run the following steps:</p>
- <p>HTTP <code title=http-link>Link:</code> header fields, if supported, must be assumed to come
+ <ol><!-- c.f. <a> and <area>'s similar sections --><li><p>If the <code><a href=#the-link-element>link</a></code> element's <code><a href=#document>Document</a></code> is not <a href=#fully-active>fully active</a>,
+ then abort these steps.</li>
+
+ <li><p><a href=#following-hyperlinks title="following hyperlinks">Follow the hyperlink</a> created by the
+ <code><a href=#the-link-element>link</a></code> element.</li>
+
+ </ol><!--CLEANUP--><!-- s/header fields/headers/ for consistency with the rest of the spec --><p>HTTP <code title=http-link>Link:</code> header fields, if supported, must be assumed to come
before any links in the document, in the order that they were given in the HTTP message. These
header fields are to be processed according to the rules given in the relevant specifications. <a href=#refsHTTP>[HTTP]</a> <a href=#refsWEBLINK>[WEBLINK]</a></p> <!-- WEBLINK is ref for Link:
header -->
@@ -19245,7 +19251,7 @@
<p>The <a href=#activation-behavior>activation behavior</a> of <code><a href=#the-a-element>a</a></code> elements that create <a href=#hyperlink title=hyperlink>hyperlinks</a> is to run the following steps:</p>
- <ol><!-- c.f. <area>'s similar section --><li><p>If the <code><a href=#the-a-element>a</a></code> element's <code><a href=#document>Document</a></code> is not <a href=#fully-active>fully active</a>, then abort these steps.</li>
+ <ol><!-- c.f. <area>'s similar section, also <link>'s --><li><p>If the <code><a href=#the-a-element>a</a></code> element's <code><a href=#document>Document</a></code> is not <a href=#fully-active>fully active</a>, then abort these steps.</li>
<!-- http://software.hixie.ch/utilities/js/live-dom-viewer/saved/2033 -->
<!-- http://www.hixie.ch/tests/adhoc/html/navigation/iframe/002.html -->
Modified: index
===================================================================
--- index 2013-10-11 23:15:20 UTC (rev 8221)
+++ index 2013-10-15 17:28:02 UTC (rev 8222)
@@ -256,7 +256,7 @@
<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 11 October 2013</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 15 October 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -12901,9 +12901,15 @@
<div class=impl>
- <!--!--><!-- s/header fields/headers/ for consistency with the rest of the spec -->
+ <p>The <a href=#activation-behavior>activation behavior</a> of <code><a href=#the-link-element>link</a></code> elements that create <a href=#hyperlink title=hyperlink>hyperlinks</a> is to run the following steps:</p>
- <p>HTTP <code title=http-link>Link:</code> header fields, if supported, must be assumed to come
+ <ol><!-- c.f. <a> and <area>'s similar sections --><li><p>If the <code><a href=#the-link-element>link</a></code> element's <code><a href=#document>Document</a></code> is not <a href=#fully-active>fully active</a>,
+ then abort these steps.</li>
+
+ <li><p><a href=#following-hyperlinks title="following hyperlinks">Follow the hyperlink</a> created by the
+ <code><a href=#the-link-element>link</a></code> element.</li>
+
+ </ol><!--CLEANUP--><!-- s/header fields/headers/ for consistency with the rest of the spec --><p>HTTP <code title=http-link>Link:</code> header fields, if supported, must be assumed to come
before any links in the document, in the order that they were given in the HTTP message. These
header fields are to be processed according to the rules given in the relevant specifications. <a href=#refsHTTP>[HTTP]</a> <a href=#refsWEBLINK>[WEBLINK]</a></p> <!-- WEBLINK is ref for Link:
header -->
@@ -19245,7 +19251,7 @@
<p>The <a href=#activation-behavior>activation behavior</a> of <code><a href=#the-a-element>a</a></code> elements that create <a href=#hyperlink title=hyperlink>hyperlinks</a> is to run the following steps:</p>
- <ol><!-- c.f. <area>'s similar section --><li><p>If the <code><a href=#the-a-element>a</a></code> element's <code><a href=#document>Document</a></code> is not <a href=#fully-active>fully active</a>, then abort these steps.</li>
+ <ol><!-- c.f. <area>'s similar section, also <link>'s --><li><p>If the <code><a href=#the-a-element>a</a></code> element's <code><a href=#document>Document</a></code> is not <a href=#fully-active>fully active</a>, then abort these steps.</li>
<!-- http://software.hixie.ch/utilities/js/live-dom-viewer/saved/2033 -->
<!-- http://www.hixie.ch/tests/adhoc/html/navigation/iframe/002.html -->
Modified: source
===================================================================
--- source 2013-10-11 23:15:20 UTC (rev 8221)
+++ source 2013-10-15 17:28:02 UTC (rev 8222)
@@ -13189,8 +13189,21 @@
<div class="impl">
- <!--!--><!-- s/header fields/headers/ for consistency with the rest of the spec -->
+ <p>The <span>activation behavior</span> of <code>link</code> elements that create <span
+ title="hyperlink">hyperlinks</span> is to run the following steps:</p>
+ <ol><!-- c.f. <a> and <area>'s similar sections -->
+
+ <li><p>If the <code>link</code> element's <code>Document</code> is not <span>fully active</span>,
+ then abort these steps.</p></li>
+
+ <li><p><span title="following hyperlinks">Follow the hyperlink</span> created by the
+ <code>link</code> element.</p></li>
+
+ </ol>
+
+ <!--CLEANUP--><!-- s/header fields/headers/ for consistency with the rest of the spec -->
+
<p>HTTP <code title="http-link">Link:</code> header fields, if supported, must be assumed to come
before any links in the document, in the order that they were given in the HTTP message. These
header fields are to be processed according to the rules given in the relevant specifications. <a
@@ -20055,7 +20068,7 @@
<p>The <span>activation behavior</span> of <code>a</code> elements that create <span
title="hyperlink">hyperlinks</span> is to run the following steps:</p>
- <ol><!-- c.f. <area>'s similar section -->
+ <ol><!-- c.f. <area>'s similar section, also <link>'s -->
<li><p>If the <code>a</code> element's <code>Document</code> is not <span>fully active</span>, then abort these steps.</p></li>
<!-- http://software.hixie.ch/utilities/js/live-dom-viewer/saved/2033 -->
More information about the Commit-Watchers
mailing list