[html5] r8616 - [] (0) Drop @global since nobody seems to really want it. Let me know if this is [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed May 7 15:31:51 PDT 2014
Author: ianh
Date: 2014-05-07 15:31:48 -0700 (Wed, 07 May 2014)
New Revision: 8616
Modified:
complete.html
index
source
Log:
[] (0) Drop @global since nobody seems to really want it. Let me know if this is disappointing, especially if you were going to implement it.
Affected topics: CSS, HTML
Modified: complete.html
===================================================================
--- complete.html 2014-05-07 22:28:02 UTC (rev 8615)
+++ complete.html 2014-05-07 22:31:48 UTC (rev 8616)
@@ -495,9 +495,7 @@
<li><a href=#pragma-directives><span class=secno>4.2.5.3 </span>Pragma directives</a></li>
<li><a href=#other-pragma-directives><span class=secno>4.2.5.4 </span>Other pragma directives</a></li>
<li><a href=#charset><span class=secno>4.2.5.5 </span>Specifying the document's character encoding</a></ol></li>
- <li><a href=#the-style-element><span class=secno>4.2.6 </span>The <code>style</code> element</a>
- <ol>
- <li><a href=#the- at global-rule><span class=secno>4.2.6.1 </span>The <code title="">@global</code> rule</a></ol></li>
+ <li><a href=#the-style-element><span class=secno>4.2.6 </span>The <code>style</code> element</a></li>
<li><a href=#interactions-of-styling-and-scripting><span class=secno>4.2.7 </span>Interactions of styling and scripting</a></ol></li>
<li><a href=#sections><span class=secno>4.3 </span>Sections</a>
<ol>
@@ -14028,41 +14026,8 @@
-<!--ADD-TOPIC:CSS-->
<div class=impl>
- <h5 id=the- at global-rule><span class=secno>4.2.6.1 </span>The <code title="">@global</code> rule</h5>
-
- <p class=critical>The following will eventually be moved to a CSS specification; it is specified
- here only on an interim basis until an editor can be found to own this.</p>
-
- <p>Within scoped CSS resources, authors may use an <code title="">@global</code> @-rule. The
- syntax of this rule is defined as follows.</p>
-
- <p>The following production is added to the grammar:</p>
-
- <pre>global
- : GLOBAL_SYM S* ruleset
- ;</pre>
-
- <p>The following rules are added to the Flex tokenizer:</p>
-
- <pre>B b|\\0{0,4}(42|62)(\r\n|[ \t\r\n\f])?
-@{G}{L}{O}{B}{A}{L} {return GLOBAL_SYM;}</pre>
-
- <p>Simple selectors in rule sets prefixed by the <code title="">@global</code> @-rule in scoped
- CSS resources must be processed in the same way as normal rule sets in non-scoped CSS
- resources.</p>
-
- <p>Simple selectors in scoped CSS resources that are not prefixed by an <code title="">@global</code> @-rule must only match the <code><a href=#the-style-element>style</a></code> element's parent element (if
- any), and that element's descendants.</p>
-
- </div>
-<!--REMOVE-TOPIC:CSS-->
-
-
- <div class=impl>
-
<h4 id=interactions-of-styling-and-scripting><span class=secno>4.2.7 </span>Interactions of styling and scripting</h4>
<p>Style sheets, whether added by a <code><a href=#the-link-element>link</a></code> element, a <code><a href=#the-style-element>style</a></code> element, an
Modified: index
===================================================================
--- index 2014-05-07 22:28:02 UTC (rev 8615)
+++ index 2014-05-07 22:31:48 UTC (rev 8616)
@@ -495,9 +495,7 @@
<li><a href=#pragma-directives><span class=secno>4.2.5.3 </span>Pragma directives</a></li>
<li><a href=#other-pragma-directives><span class=secno>4.2.5.4 </span>Other pragma directives</a></li>
<li><a href=#charset><span class=secno>4.2.5.5 </span>Specifying the document's character encoding</a></ol></li>
- <li><a href=#the-style-element><span class=secno>4.2.6 </span>The <code>style</code> element</a>
- <ol>
- <li><a href=#the- at global-rule><span class=secno>4.2.6.1 </span>The <code title="">@global</code> rule</a></ol></li>
+ <li><a href=#the-style-element><span class=secno>4.2.6 </span>The <code>style</code> element</a></li>
<li><a href=#interactions-of-styling-and-scripting><span class=secno>4.2.7 </span>Interactions of styling and scripting</a></ol></li>
<li><a href=#sections><span class=secno>4.3 </span>Sections</a>
<ol>
@@ -14028,41 +14026,8 @@
-<!--ADD-TOPIC:CSS-->
<div class=impl>
- <h5 id=the- at global-rule><span class=secno>4.2.6.1 </span>The <code title="">@global</code> rule</h5>
-
- <p class=critical>The following will eventually be moved to a CSS specification; it is specified
- here only on an interim basis until an editor can be found to own this.</p>
-
- <p>Within scoped CSS resources, authors may use an <code title="">@global</code> @-rule. The
- syntax of this rule is defined as follows.</p>
-
- <p>The following production is added to the grammar:</p>
-
- <pre>global
- : GLOBAL_SYM S* ruleset
- ;</pre>
-
- <p>The following rules are added to the Flex tokenizer:</p>
-
- <pre>B b|\\0{0,4}(42|62)(\r\n|[ \t\r\n\f])?
-@{G}{L}{O}{B}{A}{L} {return GLOBAL_SYM;}</pre>
-
- <p>Simple selectors in rule sets prefixed by the <code title="">@global</code> @-rule in scoped
- CSS resources must be processed in the same way as normal rule sets in non-scoped CSS
- resources.</p>
-
- <p>Simple selectors in scoped CSS resources that are not prefixed by an <code title="">@global</code> @-rule must only match the <code><a href=#the-style-element>style</a></code> element's parent element (if
- any), and that element's descendants.</p>
-
- </div>
-<!--REMOVE-TOPIC:CSS-->
-
-
- <div class=impl>
-
<h4 id=interactions-of-styling-and-scripting><span class=secno>4.2.7 </span>Interactions of styling and scripting</h4>
<p>Style sheets, whether added by a <code><a href=#the-link-element>link</a></code> element, a <code><a href=#the-style-element>style</a></code> element, an
Modified: source
===================================================================
--- source 2014-05-07 22:28:02 UTC (rev 8615)
+++ source 2014-05-07 22:31:48 UTC (rev 8616)
@@ -14603,42 +14603,8 @@
-<!--ADD-TOPIC:CSS-->
<div class="impl">
- <h5>The <code data-x="">@global</code> rule</h5>
-
- <p class="critical">The following will eventually be moved to a CSS specification; it is specified
- here only on an interim basis until an editor can be found to own this.</p>
-
- <p>Within scoped CSS resources, authors may use an <code data-x="">@global</code> @-rule. The
- syntax of this rule is defined as follows.</p>
-
- <p>The following production is added to the grammar:</p>
-
- <pre>global
- : GLOBAL_SYM S* ruleset
- ;</pre>
-
- <p>The following rules are added to the Flex tokenizer:</p>
-
- <pre>B b|\\0{0,4}(42|62)(\r\n|[ \t\r\n\f])?
-@{G}{L}{O}{B}{A}{L} {return GLOBAL_SYM;}</pre>
-
- <p>Simple selectors in rule sets prefixed by the <code data-x="">@global</code> @-rule in scoped
- CSS resources must be processed in the same way as normal rule sets in non-scoped CSS
- resources.</p>
-
- <p>Simple selectors in scoped CSS resources that are not prefixed by an <code
- data-x="">@global</code> @-rule must only match the <code>style</code> element's parent element (if
- any), and that element's descendants.</p>
-
- </div>
-<!--REMOVE-TOPIC:CSS-->
-
-
- <div class="impl">
-
<h4>Interactions of styling and scripting</h4>
<p>Style sheets, whether added by a <code>link</code> element, a <code>style</code> element, an
More information about the Commit-Watchers
mailing list