forked from whatwg/html
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix script-blocking style sheet infrastructure
In particular, fixes whatwg#4325, which documents a case where <link rel="stylesheet"> would increment, and never decrement, the script-blocking style sheet counter. To do this without increasing the amount of action-at-a-distance in the spec, we move from a script-blocking style sheet counter to a script-blocking style sheet set. That also matches implementations better, and sets us up for fixing other issues in this area.
- Loading branch information
1 parent
a9f103c
commit 901c8c5
Showing
1 changed file
with
34 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters