[html5] r1942 - [c] (0) require title='' for rel='alternate stylesheet'

whatwg at whatwg.org whatwg at whatwg.org
Fri Jul 25 15:23:46 PDT 2008


Author: ianh
Date: 2008-07-25 15:23:46 -0700 (Fri, 25 Jul 2008)
New Revision: 1942

Modified:
   index
   source
Log:
[c] (0) require title='' for rel='alternate stylesheet'

Modified: index
===================================================================
--- index	2008-07-25 21:06:53 UTC (rev 1941)
+++ index	2008-07-25 22:23:46 UTC (rev 1942)
@@ -38215,7 +38215,9 @@
   <p>If the <code title=rel-alternate><a
    href="#alternate">alternate</a></code> keyword is also specified on the
    <code><a href="#link">link</a></code> element, then the link is an
-   alternative stylesheet.
+   alternative stylesheet; in this case, the <code title=attr-title><a
+   href="#title">title</a></code> attribute must be specified on the <code><a
+   href="#link">link</a></code> element, with a non-empty value.
 
   <p>The default type for resources given by the <code
    title=rel-stylesheet><a href="#stylesheet">stylesheet</a></code> keyword

Modified: source
===================================================================
--- source	2008-07-25 21:06:53 UTC (rev 1941)
+++ source	2008-07-25 22:23:46 UTC (rev 1942)
@@ -35622,7 +35622,9 @@
 
   <p>If the <code title="rel-alternate">alternate</code> keyword is
   also specified on the <code>link</code> element, then the link is an
-  alternative stylesheet.</p>
+  alternative stylesheet; in this case, the <code
+  title="attr-title">title</code> attribute must be specified on the
+  <code>link</code> element, with a non-empty value.</p>
 
   <p>The default type for resources given by the <code
   title="rel-stylesheet">stylesheet</code> keyword is <code




More information about the Commit-Watchers mailing list