Skip to content

Commit a4d5216

Browse files
committed
validity
1 parent 0a507bd commit a4d5216

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-fonts-4/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3941,7 +3941,7 @@ whether or not to use a simulated small-caps font
39413941

39423942
<div class="example">
39433943
<pre>#example1 { font-variant-caps: small-caps; }
3944-
#example2 { font-variant-caps: small-caps; font-feature-settings: 'smcp' 0; }</pre>
3944+
#example2 { font-variant-caps: small-caps; font-feature-settings: 'smcp' 0; }</pre>
39453945
For fonts which don't support small caps, both #example1 and #example2
39463946
should be rendered with synthesized small caps. However, for fonts which
39473947
do support small caps, #example1 should be rendered with native small
@@ -3998,6 +3998,7 @@ in all uppercase letters.</p>
39983998
blockquote:first-line { font-variant: small-caps; }
39993999

40004000
&lt;blockquote><a href="https://lists.w3.org/Archives/Public/www-style/2009Dec/0036.html" style="text-decoration: none; border: none;">I'll be honor-bound to slap them like a haddock.</a>&lt;/blockquote>
4001+
</pre>
40014002
</div>
40024003

40034004

0 commit comments

Comments
 (0)