Bugzilla – Bug 296
Try to make <style scoped> content model rules clearer. (credit: hs)
Last modified: 2013-04-22 05:40:20 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>
Stale.