Skip to content

Commit 5ed40be

Browse files
committed
[cssom] editorial: Remove another reference to unneeded and non-existing flag.
Part of w3c#6463.
1 parent 59e0eec commit 5ed40be

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

cssom-1/Overview.bs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@ urlPrefix: https://html.spec.whatwg.org/multipage/
6868
urlPrefix: xhtml.html
6969
type: dfn
7070
text: xml parser
71-
urlPrefix: semantics.html
72-
type: dfn
73-
text: a style sheet that is blocking scripts
74-
text: style sheet ready
7571
urlPrefix: https://dom.spec.whatwg.org/#concept-
7672
type: dfn
7773
text: dispatch; url: event-dispatch
@@ -1588,7 +1584,7 @@ must be run:
15881584
</ol>
15891585

15901586
A style sheet referenced by a HTTP <code>Link</code> header using the rules in this section is said to be <a>a style sheet
1591-
that is blocking scripts</a> if the style sheet was enabled when created, and the <a>style sheet ready</a> flag is not yet set,
1587+
that is blocking scripts</a> if the style sheet was enabled when created,
15921588
and the user agent hasn't given up on that particular style sheet yet. A user agent may give up on such a style sheet at any time.
15931589

15941590
CSS Rules {#css-rules}

0 commit comments

Comments
 (0)