- From: poot <cvsmail@w3.org>
- Date: Sun, 2 Aug 2009 19:05:58 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Define that UAs can pause before running scripts if there's a style sheet pending. (whatwg r3524) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2721&r2=1.2722&f=h http://html5.org/tools/web-apps-tracker?from=3523&to=3524 =================================================================== 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:06:34 UTC