- From: poot <cvsmail@w3.org>
- Date: Tue, 16 Jun 2009 08:10:05 +0900 (JST)
- To: public-html-diffs@w3.org
Define the behaviour of Default-Style. Note that this depends on CSSOM which needs a maintainer -- are you available to volunteer? (whatwg r3262) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2409&r2=1.2410&f=h http://html5.org/tools/web-apps-tracker?from=3261&to=3262 =================================================================== 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:10:43 UTC