- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 02 Aug 2009 10:05:41 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8090
Modified Files:
Overview.html
Log Message:
Define that UAs can pause before running scripts if there's a style sheet pending. (whatwg r3524)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2721
retrieving revision 1.2722
diff -u -d -r1.2721 -r1.2722
--- Overview.html 2 Aug 2009 02:35:15 -0000 1.2721
+++ Overview.html 2 Aug 2009 10:05:38 -0000 1.2722
@@ -10437,7 +10437,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>
Received on Sunday, 2 August 2009 10:05:49 UTC