html5/spec semantics.html,1.1076,1.1077 spec.html,1.1727,1.1728

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

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

[updated by splitter]


Index: semantics.html
===================================================================
RCS file: /sources/public/html5/spec/semantics.html,v
retrieving revision 1.1076
retrieving revision 1.1077
diff -u -d -r1.1076 -r1.1077
--- semantics.html	6 Oct 2011 06:46:28 -0000	1.1076
+++ semantics.html	18 Oct 2011 03:46:23 -0000	1.1077
@@ -1848,10 +1848,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="links.html#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="links.html#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="links.html#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="links.html#the-link-is-an-alternative-stylesheet">the
+  link is an alternative stylesheet</a> but whose <code title="dom-title"><a href="elements.html#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="references.html#refsCSSOM">[CSSOM]</a></p>

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1727
retrieving revision 1.1728
diff -u -d -r1.1727 -r1.1728
--- spec.html	18 Oct 2011 01:46:26 -0000	1.1727
+++ spec.html	18 Oct 2011 03:46:23 -0000	1.1728
@@ -349,7 +349,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.5365.
+This is revision 1.5366.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2011 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Tuesday, 18 October 2011 03:46:33 UTC