- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 21 Aug 2008 23:28:24 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv15298
Modified Files:
Overview.html
Log Message:
Try to make <style scoped> content model rules clearer. (credit: hs) (whatwg r2099)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1271
retrieving revision 1.1272
diff -u -d -r1.1271 -r1.1272
--- Overview.html 21 Aug 2008 10:27:11 -0000 1.1271
+++ Overview.html 21 Aug 2008 23:28:21 -0000 1.1272
@@ -10765,9 +10765,9 @@
<dd>If the <code title=attr-style-scoped><a
href="#scoped">scoped</a></code> attribute is present: where <a
- href="#flow-content0">flow content</a> is expected, but before any
- sibling elements other than <code><a href="#style1">style</a></code>
- elements and before any text nodes other than <a
+ href="#flow-content0">flow content</a> is expected, but before any other
+ <a href="#flow-content0">flow content</a> other than other <code><a
+ href="#style1">style</a></code> elements and <a
href="#inter-element">inter-element whitespace</a>.
<dt>Content model:
Received on Thursday, 21 August 2008 23:28:57 UTC