Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[c] (0) Actually require what the spec claimed to require.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13102

git-svn-id: http://svn.whatwg.org/webapps@6513 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 18, 2011
1 parent 8f7f681 commit f7627e5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 12 deletions.
10 changes: 6 additions & 4 deletions complete.html
Expand Up @@ -15251,10 +15251,12 @@ <h4 id=the-style-element><span class=secno>4.2.6 </span>The <dfn><code>style</co
all media.</p>

<p>The <dfn id=attr-style-scoped title=attr-style-scoped><code>scoped</code></dfn>
attribute is a <a href=#boolean-attribute>boolean attribute</a>. If set, it indicates
that the styles are intended just for the subtree rooted at the
<code><a href=#the-style-element>style</a></code> element's parent element, as opposed to the whole
<code><a href=#document>Document</a></code>.</p>
attribute is a <a href=#boolean-attribute>boolean attribute</a>. If present, it
indicates that the styles are intended just for the subtree rooted
at the <code><a href=#the-style-element>style</a></code> element's parent element, as opposed to
the whole <code><a href=#document>Document</a></code>. If the <code title=attr-style-scoped><a href=#attr-style-scoped>scoped</a></code> attribute is present, the
<code><a href=#the-style-element>style</a></code> element must be the first element of <a href=#flow-content>flow
content</a> in its parent element, if any.</p>

<div class=impl>

Expand Down
10 changes: 6 additions & 4 deletions index
Expand Up @@ -15115,10 +15115,12 @@ people expect to have work and what is necessary.
all media.</p>

<p>The <dfn id=attr-style-scoped title=attr-style-scoped><code>scoped</code></dfn>
attribute is a <a href=#boolean-attribute>boolean attribute</a>. If set, it indicates
that the styles are intended just for the subtree rooted at the
<code><a href=#the-style-element>style</a></code> element's parent element, as opposed to the whole
<code><a href=#document>Document</a></code>.</p>
attribute is a <a href=#boolean-attribute>boolean attribute</a>. If present, it
indicates that the styles are intended just for the subtree rooted
at the <code><a href=#the-style-element>style</a></code> element's parent element, as opposed to
the whole <code><a href=#document>Document</a></code>. If the <code title=attr-style-scoped><a href=#attr-style-scoped>scoped</a></code> attribute is present, the
<code><a href=#the-style-element>style</a></code> element must be the first element of <a href=#flow-content>flow
content</a> in its parent element, if any.</p>

<div class=impl>

Expand Down
11 changes: 7 additions & 4 deletions source
Expand Up @@ -16162,10 +16162,13 @@ people expect to have work and what is necessary.
all media.</p>

<p>The <dfn title="attr-style-scoped"><code>scoped</code></dfn>
attribute is a <span>boolean attribute</span>. If set, it indicates
that the styles are intended just for the subtree rooted at the
<code>style</code> element's parent element, as opposed to the whole
<code>Document</code>.</p>
attribute is a <span>boolean attribute</span>. If present, it
indicates that the styles are intended just for the subtree rooted
at the <code>style</code> element's parent element, as opposed to
the whole <code>Document</code>. If the <code
title="attr-style-scoped">scoped</code> attribute is present, the
<code>style</code> element must be the first element of <span>flow
content</span> in its parent element, if any.</p>

<div class="impl">

Expand Down

0 comments on commit f7627e5

Please sign in to comment.