Skip to content

Commit

Permalink
[] (0) Define the behaviour of Default-Style. Note that this depends …
Browse files Browse the repository at this point in the history
…on CSSOM which needs a maintainer -- are you available to volunteer?

git-svn-id: http://svn.whatwg.org/webapps@3262 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 15, 2009
1 parent e146ef3 commit cd4d6dd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
7 changes: 6 additions & 1 deletion index
Expand Up @@ -10074,7 +10074,12 @@ people expect to have work and what is necessary.

<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>

Expand Down
10 changes: 9 additions & 1 deletion source
Expand Up @@ -10444,7 +10444,15 @@ people expect to have work and what is necessary.

<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>

Expand Down

0 comments on commit cd4d6dd

Please sign in to comment.