[html5] r7111 - [e] (0) Remove incorrect non-normative sentence. Fixing https://www.w3.org/Bugs/ [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed May 30 16:42:44 PDT 2012


Author: ianh
Date: 2012-05-30 16:42:43 -0700 (Wed, 30 May 2012)
New Revision: 7111

Modified:
   complete.html
   index
   source
Log:
[e] (0) Remove incorrect non-normative sentence.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17011
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-05-30 23:10:27 UTC (rev 7110)
+++ complete.html	2012-05-30 23:42:43 UTC (rev 7111)
@@ -3203,10 +3203,7 @@
   <p>A resource's <dfn id=critical-subresources>critical subresources</dfn> are those that the
   resource needs to have available to be correctly processed. Which
   resources are considered critical or not is defined by the
-  specification that defines the resource's format. For CSS resources,
-  only <code title="">@import</code> rules introduce <a href=#critical-subresources>critical
-  subresources</a>; other resources, e.g. fonts or backgrounds, are
-  not.</p>
+  specification that defines the resource's format.</p>
 
   <p>The term <dfn id=data-protocol title="data protocol"><code title="">data:</code>
   URL</dfn> refers to <a href=#url title=URL>URLs</a> that use the <code title="">data:</code> scheme. <a href=#refsRFC2397>[RFC2397]</a></p>

Modified: index
===================================================================
--- index	2012-05-30 23:10:27 UTC (rev 7110)
+++ index	2012-05-30 23:42:43 UTC (rev 7111)
@@ -3203,10 +3203,7 @@
   <p>A resource's <dfn id=critical-subresources>critical subresources</dfn> are those that the
   resource needs to have available to be correctly processed. Which
   resources are considered critical or not is defined by the
-  specification that defines the resource's format. For CSS resources,
-  only <code title="">@import</code> rules introduce <a href=#critical-subresources>critical
-  subresources</a>; other resources, e.g. fonts or backgrounds, are
-  not.</p>
+  specification that defines the resource's format.</p>
 
   <p>The term <dfn id=data-protocol title="data protocol"><code title="">data:</code>
   URL</dfn> refers to <a href=#url title=URL>URLs</a> that use the <code title="">data:</code> scheme. <a href=#refsRFC2397>[RFC2397]</a></p>

Modified: source
===================================================================
--- source	2012-05-30 23:10:27 UTC (rev 7110)
+++ source	2012-05-30 23:42:43 UTC (rev 7111)
@@ -2080,10 +2080,7 @@
   <p>A resource's <dfn>critical subresources</dfn> are those that the
   resource needs to have available to be correctly processed. Which
   resources are considered critical or not is defined by the
-  specification that defines the resource's format. For CSS resources,
-  only <code title="">@import</code> rules introduce <span>critical
-  subresources</span>; other resources, e.g. fonts or backgrounds, are
-  not.</p>
+  specification that defines the resource's format.</p>
 
   <p>The term <dfn title="data protocol"><code title="">data:</code>
   URL</dfn> refers to <span title="URL">URLs</span> that use the <code




More information about the Commit-Watchers mailing list