blob: dc23dda1741b154a7af3f48677b0fbe0744d06d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!doctype html>
<meta charset=utf-8>
<title>::first-letter with a Regional-Indicator flag symbol</title>
<meta name="assert" content="::first-letter should apply to symbol characters">
<link rel=help href="https://drafts.csswg.org/css-pseudo-4/#first-letter-pseudo">
<link rel=help href="https://github.com/w3c/csswg-drafts/issues/5099#issuecomment-759612015">
<link rel=match href=first-letter-flag-001-ref.html>
<style>
p {
font: 24px/3 serif;
}
p::first-letter {
font-size: 2em;
}
</style>
<p>🇬🇧 UK flag
|