Skip to content

Commit 922a43a

Browse files
[css-font-loading] Fix invalid WebIDL syntax
Missing comma-separate in Extended Attribute list of FontFaceSource
1 parent 29bb0c9 commit 922a43a

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
@@ -993,7 +993,7 @@ Interaction with CSS Font Loading and Matching</h3>
993993
The <code>FontFaceSource</code> interface</h2>
994994

995995
<pre class='idl'>
996-
[Exposed=(Window,Worker)
996+
[Exposed=(Window,Worker),
997997
NoInterfaceObject]
998998
interface FontFaceSource {
999999
readonly attribute FontFaceSet fonts;

0 commit comments

Comments
 (0)