Skip to content

Commit a22c4eb

Browse files
authored
[css-font-loading-3] FontFaceSet.clear() should not clear CSS-connected items (w3c#6553)
1 parent 6ddbc51 commit a22c4eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-font-loading-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ The <code>FontFaceSet</code> Interface</h2>
550550
When the {{clear()}} method is called,
551551
execute the following steps:
552552

553-
1. Remove all items from the {{FontFaceSet}}’s [=FontFaceSet/set entries=],
553+
1. Remove all non-<a>CSS-connected</a> items from the {{FontFaceSet}}’s [=FontFaceSet/set entries=],
554554
its {{[[LoadedFonts]]}} list,
555555
and its {{[[FailedFonts]]}} list.
556556
2. If the {{FontFaceSet}}’s {{[[LoadingFonts]]}} list is non-empty,

0 commit comments

Comments
 (0)