NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 296 - Try to make <style scoped> content model rules clearer. (credit: hs)
Try to make <style scoped> content model rules clearer. (credit: hs)
Status: RESOLVED INTENTIONAL
Product: Validator.nu
Classification: Unclassified
Component: HTML5 schema
HEAD
All All
: P2 normal
Assigned To: Nobody
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-08-29 11:34 CEST by Henri Sivonen
Modified: 2013-04-22 05:40 CEST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henri Sivonen 2008-08-29 11:34:50 CEST
Index: source
===================================================================
--- source	(revision 2098)
+++ source	(revision 2099)
@@ -8697,7 +8697,7 @@
    <dt>Contexts in which this element may be used:</dt>
    <dd>If the <code title="attr-style-scoped">scoped</code> attribute is absent: where <span>metadata content</span> is expected.</dd>
    <dd>If the <code title="attr-style-scoped">scoped</code> attribute is absent: in a <code>noscript</code> element that is a child of a <code>head</code> element.</dd>
-   <dd>If the <code title="attr-style-scoped">scoped</code> attribute is present: where <span>flow content</span> is expected, but before any sibling elements other than <code>style</code> elements and before any text nodes other than <span>inter-element whitespace</span>.</dd>
+   <dd>If the <code title="attr-style-scoped">scoped</code> attribute is present: where <span>flow content</span> is expected, but before any other <span>flow content</span> other than other <code>style</code> elements and <span>inter-element whitespace</span>.</dd>
    <dt>Content model:</dt>
    <dd>Depends on the value of the <code title="attr-style-type">type</code> attribute.</dd>
    <dt>Element-specific attributes:</dt>
Comment 1 Michael[tm] Smith 2013-04-22 05:40:20 CEST
Stale.