[html5] r3524 - [giow] (2) Define that UAs can pause before running scripts if there's a style s [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sun Aug 2 03:05:33 PDT 2009
Author: ianh
Date: 2009-08-02 03:05:32 -0700 (Sun, 02 Aug 2009)
New Revision: 3524
Modified:
index
source
Log:
[giow] (2) Define that UAs can pause before running scripts if there's a style sheet pending.
Modified: index
===================================================================
--- index 2009-08-02 02:35:09 UTC (rev 3523)
+++ index 2009-08-02 10:05:32 UTC (rev 3524)
@@ -11770,7 +11770,11 @@
<li>
- <p class=XXX><a href=#pause>Pause</a> for style sheets.</p>
+ <p><a href=#pause>Pause</a> until either any applicable style sheets
+ have been <a href=#fetch title=fetch>fetched</a> and applied, or the
+ user agent has timed out and decided to not wait for those style
+ sheets.</p>
+ <!-- TESTS: http://www.hixie.ch/tests/adhoc/html/script/loading/ -->
</li>
Modified: source
===================================================================
--- source 2009-08-02 02:35:09 UTC (rev 3523)
+++ source 2009-08-02 10:05:32 UTC (rev 3524)
@@ -12457,7 +12457,11 @@
<li>
- <p class="XXX"><span>Pause</span> for style sheets.</p>
+ <p><span>Pause</span> until either any applicable style sheets
+ have been <span title="fetch">fetched</span> and applied, or the
+ user agent has timed out and decided to not wait for those style
+ sheets.</p>
+ <!-- TESTS: http://www.hixie.ch/tests/adhoc/html/script/loading/ -->
</li>
More information about the Commit-Watchers
mailing list