Skip to content

Commit 112b1af

Browse files
authored
add semicolon after CSSFontFaceRule for Fonts L3
1 parent 299da49 commit 112b1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-fonts-3/Fonts.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4358,7 +4358,7 @@ <h3 id="om-fontface">The <code>CSSFontFaceRule</code> interface</h3>
43584358
<pre class="idl">
43594359
interface CSSFontFaceRule : CSSRule {
43604360
readonly attribute CSSStyleDeclaration style;
4361-
}</pre>
4361+
};</pre>
43624362

43634363
<h2 id="platform-props-to-css" class="no-num">Appendix A: Mapping platform font properties to CSS properties</h2>
43644364

0 commit comments

Comments
 (0)