html5/spec Overview.html,1.5365,1.5366

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv9469

Modified Files:
	Overview.html 
Log Message:
Fix compat issue with .sheet and .disabled on external <link> (whatwg r6693)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5365
retrieving revision 1.5366
diff -u -d -r1.5365 -r1.5366
--- Overview.html	18 Oct 2011 00:48:54 -0000	1.5365
+++ Overview.html	18 Oct 2011 03:26:44 -0000	1.5366
@@ -12440,10 +12440,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>

Received on Tuesday, 18 October 2011 03:26:53 UTC