Skip to content

Commit 7a946b0

Browse files
authored
Merge pull request w3c#2638 from saschanaz/patch-2
[css-fonts-3] Add semicolon after CSSFontFaceRule
2 parents 299da49 + 112b1af commit 7a946b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)