[html5] r3262 - [] (0) Define the behaviour of Default-Style. Note that this depends on CSSOM wh [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jun 15 16:09:47 PDT 2009
Author: ianh
Date: 2009-06-15 16:09:45 -0700 (Mon, 15 Jun 2009)
New Revision: 3262
Modified:
index
source
Log:
[] (0) Define the behaviour of Default-Style. Note that this depends on CSSOM which needs a maintainer -- are you available to volunteer?
Modified: index
===================================================================
--- index 2009-06-15 23:02:57 UTC (rev 3261)
+++ index 2009-06-15 23:09:45 UTC (rev 3262)
@@ -10074,8 +10074,13 @@
<div class=impl>
- <ol><li class=XXX>...</li>
+ <ol><li><p>If the <code><a href=#meta>meta</a></code> element has no <code title=attr-meta-content><a href=#attr-meta-content>content</a></code> attribute, or if that
+ attribute's value is the empty string, then abort these
+ steps.</li>
+ <li><p>Set the <span>preferred style sheet set</span> to the
+ value of the element's <code title=attr-meta-content><a href=#attr-meta-content>content</a></code> attribute. <a href=#refsCSSOM>[CSSOM]</a></li>
+
</ol></div>
</dd>
Modified: source
===================================================================
--- source 2009-06-15 23:02:57 UTC (rev 3261)
+++ source 2009-06-15 23:09:45 UTC (rev 3262)
@@ -10444,8 +10444,16 @@
<ol>
- <li class="XXX">...</li>
+ <li><p>If the <code>meta</code> element has no <code
+ title="attr-meta-content">content</code> attribute, or if that
+ attribute's value is the empty string, then abort these
+ steps.</p></li>
+ <li><p>Set the <span>preferred style sheet set</span> to the
+ value of the element's <code
+ title="attr-meta-content">content</code> attribute. <a
+ href="#refsCSSOM">[CSSOM]</a></p></li>
+
</ol>
</div>
More information about the Commit-Watchers
mailing list