Skip to content

Commit 35dd5a6

Browse files
committed
[css-font-loading] when firing a font load event, only include faces still present in the set.
1 parent 369e9ce commit 35dd5a6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

css-font-loading/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,8 @@ Events</h3>
558558

559559
<ol>
560560
<li>
561-
The {{FontFaceSetLoadEvent/fontfaces}} attribute is initialized to the given list of {{FontFace}} objects.
561+
The {{FontFaceSetLoadEvent/fontfaces}} attribute is initialized to
562+
the result of filtering <var>font faces</var> to only contain {{FontFace}} objects contained in <var>target</var>.
562563
</ol>
563564

564565
Whenever one or more {{FontFace}} objects within a given {{FontFaceSet}}

0 commit comments

Comments
 (0)