Skip to content

Commit

Permalink
[css-font-loading-3] FontFaceSet.clear() should not clear CSS-connect…
Browse files Browse the repository at this point in the history
…ed items (#6553)
  • Loading branch information
litherum authored Aug 30, 2021
1 parent 6ddbc51 commit a22c4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-font-loading-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ The <code>FontFaceSet</code> Interface</h2>
When the {{clear()}} method is called,
execute the following steps:

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

0 comments on commit a22c4eb

Please sign in to comment.