Skip to content

Commit 46400fb

Browse files
committed
[cssom] editorial: Remove reference to non-existing flag.
The fact that we haven't given-up loading the style sheet is enough, there's no need for a specific flag. This is what... https://html.spec.whatwg.org/#contributes-a-script-blocking-style-sheet ... does as well. Part of w3c#6463
1 parent d1750cf commit 46400fb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cssom-1/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1503,8 +1503,9 @@ A style sheet referenced by an <a>xml-stylesheet processing instruction</a> usin
15031503
the {{Document}} of an <a>XML parser</a> is said to be
15041504
<a>a style sheet that is blocking scripts</a> if the <code>ProcessingInstruction</code>
15051505
<a>node</a> was created by that {{Document}}'s parser, and the style sheet was
1506-
enabled when the node was created by the parser, and the <a>style sheet ready</a> flag is not yet set, and, the last time the
1507-
<a>event loop</a> reached step 1, the node was in that Document, and the user agent hasn't given up on that particular style sheet
1506+
enabled when the node was created by the parser, the last time the
1507+
<a>event loop</a> reached step 1, the node was in that Document,
1508+
and the user agent hasn't given up on loading that particular style sheet
15081509
yet. A user agent may give up on such a style sheet at any time.
15091510

15101511
### Requirements on user agents Implementing the HTTP Link Header ### {#requirements-on-user-agents-implementing-the-http-link-header}

0 commit comments

Comments
 (0)