Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (2) Define that UAs can pause before running scripts if there'…
…s a style sheet pending.

git-svn-id: http://svn.whatwg.org/webapps@3524 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 2, 2009
1 parent 56aba31 commit 86b88a6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion index
Expand Up @@ -11770,7 +11770,11 @@ people expect to have work and what is necessary.

<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>

Expand Down
6 changes: 5 additions & 1 deletion source
Expand Up @@ -12457,7 +12457,11 @@ people expect to have work and what is necessary.

<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>

Expand Down

0 comments on commit 86b88a6

Please sign in to comment.