Skip to content

Commit b460f1f

Browse files
authored
Merge pull request w3c#2453 from dontcallmedom/css-font-loading-webidl-bug
[css-font-loading] Fix invalid WebIDL syntax
2 parents 02e8f4c + 922a43a commit b460f1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)