- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 15 Jun 2009 23:09:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv24210
Modified Files:
Overview.html
Log Message:
Define the behaviour of Default-Style. Note that this depends on CSSOM which needs a maintainer -- are you available to volunteer? (whatwg r3262)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2409
retrieving revision 1.2410
diff -u -d -r1.2409 -r1.2410
--- Overview.html 15 Jun 2009 23:03:02 -0000 1.2409
+++ Overview.html 15 Jun 2009 23:09:50 -0000 1.2410
@@ -8860,7 +8860,12 @@
<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="#references">[CSSOM]</a></li>
</ol></div>
Received on Monday, 15 June 2009 23:09:59 UTC