Skip to content

Commit

Permalink
[e] (0) More elaboraton on <style scoped> requirements.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20638
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7825 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 12, 2013
1 parent b4cf2fb commit 2266d25
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions complete.html
Expand Up @@ -13821,6 +13821,9 @@ <h4 id=the-style-element><span class=secno>4.2.6 </span>The <dfn><code>style</co
and that such elements cannot be children of, e.g., <code><a href=#the-a-element>a</a></code> or <code><a href=#the-ins-element>ins</a></code> elements,
even when those are used as <a href=#flow-content>flow content</a> containers.</p>

<p class=note>A <code><a href=#the-style-element>style</a></code> element <em>without</em> a <code title=attr-style-scoped><a href=#attr-style-scoped>scoped</a></code> attribute is restricted to appearing in the
<code><a href=#the-head-element>head</a></code> of the document.</p>

<div class=impl>

<p>If the <code title=attr-style-scoped><a href=#attr-style-scoped>scoped</a></code> attribute is present, then the user agent
Expand Down
3 changes: 3 additions & 0 deletions index
Expand Up @@ -13821,6 +13821,9 @@ people expect to have work and what is necessary.
and that such elements cannot be children of, e.g., <code><a href=#the-a-element>a</a></code> or <code><a href=#the-ins-element>ins</a></code> elements,
even when those are used as <a href=#flow-content>flow content</a> containers.</p>

<p class=note>A <code><a href=#the-style-element>style</a></code> element <em>without</em> a <code title=attr-style-scoped><a href=#attr-style-scoped>scoped</a></code> attribute is restricted to appearing in the
<code><a href=#the-head-element>head</a></code> of the document.</p>

<div class=impl>

<p>If the <code title=attr-style-scoped><a href=#attr-style-scoped>scoped</a></code> attribute is present, then the user agent
Expand Down
4 changes: 4 additions & 0 deletions source
Expand Up @@ -14262,6 +14262,10 @@ people expect to have work and what is necessary.
and that such elements cannot be children of, e.g., <code>a</code> or <code>ins</code> elements,
even when those are used as <span>flow content</span> containers.</p>

<p class="note">A <code>style</code> element <em>without</em> a <code
title="attr-style-scoped">scoped</code> attribute is restricted to appearing in the
<code>head</code> of the document.</p>

<div class="impl">

<p>If the <code title="attr-style-scoped">scoped</code> attribute is present, then the user agent
Expand Down

0 comments on commit 2266d25

Please sign in to comment.