Skip to content

Commit

Permalink
[e] (0) Remove redundant requirements for <link rel=stylesheet> handling
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24295
Affected topics: CSS, HTML

git-svn-id: http://svn.whatwg.org/webapps@8398 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 15, 2014
1 parent d5759b0 commit 4dfcadb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
7 changes: 2 additions & 5 deletions complete.html
Expand Up @@ -33184,15 +33184,12 @@ <h5 id=link-type-stylesheet><span class=secno>4.8.5.14 </span>Link type "<dfn ti

<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>
Expand Down
7 changes: 2 additions & 5 deletions index
Expand Up @@ -33184,15 +33184,12 @@ dictionary <dfn id=trackeventinit>TrackEventInit</dfn> : <a href=#eventinit>Even

<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>
Expand Down
7 changes: 2 additions & 5 deletions source
Expand Up @@ -36084,16 +36084,13 @@ dictionary <dfn>TrackEventInit</dfn> : <span>EventInit</span> {

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

0 comments on commit 4dfcadb

Please sign in to comment.