Skip to content

Commit 293e963

Browse files
author
John Daggett
committed
[css3-fonts] fix markup bug causing the validator to burp
1 parent 3021c3c commit 293e963

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-fonts/Fonts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5378,7 +5378,7 @@ <h3 id=font-language-override-prop><span class=secno>6.13 </span>Font
53785378
element, as <a href="#language-specific-support">described above</a>:
53795379

53805380
<pre>&lt;!-- Display text using S'gaw Karen specific features -->
5381-
&ltp lang="ksw">...&lt;/p></pre>
5381+
&lt;p lang="ksw">...&lt;/p></pre>
53825382

53835383
<p>In some cases, authors may need to specify a language system that
53845384
differs from the content language, for example due to the need to mimic

0 commit comments

Comments
 (0)