[html5] r6693 - [giow] (2) Fix compat issue with .sheet and .disabled on external <link> Fixing [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Oct 17 20:23:05 PDT 2011
Author: ianh
Date: 2011-10-17 20:23:04 -0700 (Mon, 17 Oct 2011)
New Revision: 6693
Modified:
complete.html
index
source
Log:
[giow] (2) Fix compat issue with .sheet and .disabled on external <link>
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13977
Modified: complete.html
===================================================================
--- complete.html 2011-10-18 00:45:11 UTC (rev 6692)
+++ complete.html 2011-10-18 03:23:04 UTC (rev 6693)
@@ -15155,10 +15155,9 @@
support the specified styling language, then the <code title=dom-LinkStyle-sheet>sheet</code> attribute of the element's
<code>LinkStyle</code> interface must return null. Similarly,
<code><a href=#the-link-element>link</a></code> elements that do not represent <a href=#link-type-stylesheet title=rel-stylesheet>external resource links that contribute to
- the styling processing model</a> (i.e. that do not have a <code title=rel-stylesheet><a href=#link-type-stylesheet>stylesheet</a></code> keyword in their <code title=attr-link-rel><a href=#attr-link-rel>rel</a></code> attribute), and <code><a href=#the-link-element>link</a></code>
- elements whose specified resource has not yet been fetched, or is
- not in a supported styling language, must have their
- <code>LinkStyle</code> interface's <code title=dom-LinkStyle-sheet>sheet</code> attribute return null.</p>
+ the styling processing model</a> (i.e. that do not have a <code title=rel-stylesheet><a href=#link-type-stylesheet>stylesheet</a></code> keyword in their <code title=attr-link-rel><a href=#attr-link-rel>rel</a></code> attribute), or for which <a href=#the-link-is-an-alternative-stylesheet>the
+ link is an alternative stylesheet</a> but whose <code title=dom-title><a href=#dom-title>title</a></code> content attribute is absent or empty,
+ must have their <code>LinkStyle</code> interface's <code title=dom-LinkStyle-sheet>sheet</code> attribute return null.</p>
<p>Otherwise, the <code>LinkStyle</code> interface's <code title=dom-LinkStyle-sheet>sheet</code> attribute must return a
<code>StyleSheet</code> object with the following properties: <a href=#refsCSSOM>[CSSOM]</a></p>
Modified: index
===================================================================
--- index 2011-10-18 00:45:11 UTC (rev 6692)
+++ index 2011-10-18 03:23:04 UTC (rev 6693)
@@ -15155,10 +15155,9 @@
support the specified styling language, then the <code title=dom-LinkStyle-sheet>sheet</code> attribute of the element's
<code>LinkStyle</code> interface must return null. Similarly,
<code><a href=#the-link-element>link</a></code> elements that do not represent <a href=#link-type-stylesheet title=rel-stylesheet>external resource links that contribute to
- the styling processing model</a> (i.e. that do not have a <code title=rel-stylesheet><a href=#link-type-stylesheet>stylesheet</a></code> keyword in their <code title=attr-link-rel><a href=#attr-link-rel>rel</a></code> attribute), and <code><a href=#the-link-element>link</a></code>
- elements whose specified resource has not yet been fetched, or is
- not in a supported styling language, must have their
- <code>LinkStyle</code> interface's <code title=dom-LinkStyle-sheet>sheet</code> attribute return null.</p>
+ the styling processing model</a> (i.e. that do not have a <code title=rel-stylesheet><a href=#link-type-stylesheet>stylesheet</a></code> keyword in their <code title=attr-link-rel><a href=#attr-link-rel>rel</a></code> attribute), or for which <a href=#the-link-is-an-alternative-stylesheet>the
+ link is an alternative stylesheet</a> but whose <code title=dom-title><a href=#dom-title>title</a></code> content attribute is absent or empty,
+ must have their <code>LinkStyle</code> interface's <code title=dom-LinkStyle-sheet>sheet</code> attribute return null.</p>
<p>Otherwise, the <code>LinkStyle</code> interface's <code title=dom-LinkStyle-sheet>sheet</code> attribute must return a
<code>StyleSheet</code> object with the following properties: <a href=#refsCSSOM>[CSSOM]</a></p>
Modified: source
===================================================================
--- source 2011-10-18 00:45:11 UTC (rev 6692)
+++ source 2011-10-18 03:23:04 UTC (rev 6693)
@@ -16053,10 +16053,10 @@
title="rel-stylesheet">external resource links that contribute to
the styling processing model</span> (i.e. that do not have a <code
title="rel-stylesheet">stylesheet</code> keyword in their <code
- title="attr-link-rel">rel</code> attribute), and <code>link</code>
- elements whose specified resource has not yet been fetched, or is
- not in a supported styling language, must have their
- <code>LinkStyle</code> interface's <code
+ title="attr-link-rel">rel</code> attribute), or for which <span>the
+ link is an alternative stylesheet</span> but whose <code
+ title="dom-title">title</code> content attribute is absent or empty,
+ must have their <code>LinkStyle</code> interface's <code
title="dom-LinkStyle-sheet">sheet</code> attribute return null.</p>
<p>Otherwise, the <code>LinkStyle</code> interface's <code
More information about the Commit-Watchers
mailing list