[html5] r8398 - [e] (0) Remove redundant requirements for <link rel=stylesheet> handling Fixing [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Jan 15 14:47:35 PST 2014


Author: ianh
Date: 2014-01-15 14:47:34 -0800 (Wed, 15 Jan 2014)
New Revision: 8398

Modified:
   complete.html
   index
   source
Log:
[e] (0) Remove redundant requirements for <link rel=stylesheet> handling
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24295
Affected topics: CSS, HTML

Modified: complete.html
===================================================================
--- complete.html	2014-01-15 22:06:56 UTC (rev 8397)
+++ complete.html	2014-01-15 22:47:34 UTC (rev 8398)
@@ -33184,15 +33184,12 @@
 
   <p>The appropriate times to <a href=#concept-link-obtain title=concept-link-obtain>obtain</a> the resource are:
 
-  <ul><li><p>When the <a href=#external-resource-link>external resource link</a> is created, if its <code><a href=#the-link-element>link</a></code> element
-   is already <a href=#in-a-document>in a <code>Document</code></a>.</li>
+  <ul><li><p>When the <a href=#external-resource-link>external resource link</a> is created on a <code><a href=#the-link-element>link</a></code> element
+   that is already <a href=#in-a-document>in a <code>Document</code></a>.</li>
    <!-- e.g. rel="" changed, href="" set... -->
 
    <li><p>When the <a href=#external-resource-link>external resource link</a>'s <code><a href=#the-link-element>link</a></code> element is <a href=#insert-an-element-into-a-document title="insert an element into a document">inserted into a document</a>.</li>
 
-   <li><p>When the <a href=#external-resource-link>external resource link</a> is created on a <code><a href=#the-link-element>link</a></code> element
-   that is already <a href=#in-a-document>in a <code>Document</code></a>.</li>
-
    <li><p>When the <code title=attr-link-href><a href=#attr-link-href>href</a></code> attribute of the <code><a href=#the-link-element>link</a></code>
    element of an <a href=#external-resource-link>external resource link</a> that is already <a href=#in-a-document>in a
    <code>Document</code></a> is changed.</li>

Modified: index
===================================================================
--- index	2014-01-15 22:06:56 UTC (rev 8397)
+++ index	2014-01-15 22:47:34 UTC (rev 8398)
@@ -33184,15 +33184,12 @@
 
   <p>The appropriate times to <a href=#concept-link-obtain title=concept-link-obtain>obtain</a> the resource are:
 
-  <ul><li><p>When the <a href=#external-resource-link>external resource link</a> is created, if its <code><a href=#the-link-element>link</a></code> element
-   is already <a href=#in-a-document>in a <code>Document</code></a>.</li>
+  <ul><li><p>When the <a href=#external-resource-link>external resource link</a> is created on a <code><a href=#the-link-element>link</a></code> element
+   that is already <a href=#in-a-document>in a <code>Document</code></a>.</li>
    <!-- e.g. rel="" changed, href="" set... -->
 
    <li><p>When the <a href=#external-resource-link>external resource link</a>'s <code><a href=#the-link-element>link</a></code> element is <a href=#insert-an-element-into-a-document title="insert an element into a document">inserted into a document</a>.</li>
 
-   <li><p>When the <a href=#external-resource-link>external resource link</a> is created on a <code><a href=#the-link-element>link</a></code> element
-   that is already <a href=#in-a-document>in a <code>Document</code></a>.</li>
-
    <li><p>When the <code title=attr-link-href><a href=#attr-link-href>href</a></code> attribute of the <code><a href=#the-link-element>link</a></code>
    element of an <a href=#external-resource-link>external resource link</a> that is already <a href=#in-a-document>in a
    <code>Document</code></a> is changed.</li>

Modified: source
===================================================================
--- source	2014-01-15 22:06:56 UTC (rev 8397)
+++ source	2014-01-15 22:47:34 UTC (rev 8398)
@@ -36084,16 +36084,13 @@
 
   <ul>
 
-   <li><p>When the <span>external resource link</span> is created, if its <code>link</code> element
-   is already <span>in a <code>Document</code></span>.</p></li>
+   <li><p>When the <span>external resource link</span> is created on a <code>link</code> element
+   that is already <span>in a <code>Document</code></span>.</p></li>
    <!-- e.g. rel="" changed, href="" set... -->
 
    <li><p>When the <span>external resource link</span>'s <code>link</code> element is <span
    data-x="insert an element into a document">inserted into a document</span>.</p></li>
 
-   <li><p>When the <span>external resource link</span> is created on a <code>link</code> element
-   that is already <span>in a <code>Document</code></span>.</p></li>
-
    <li><p>When the <code data-x="attr-link-href">href</code> attribute of the <code>link</code>
    element of an <span>external resource link</span> that is already <span>in a
    <code>Document</code></span> is changed.</p></li>




More information about the Commit-Watchers mailing list