-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Expand file tree
/
Copy pathquotes-035.html
More file actions
32 lines (31 loc) · 915 Bytes
/
quotes-035.html
File metadata and controls
32 lines (31 loc) · 915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!doctype html>
<html lang="en">
<meta charset=utf-8>
<title>CSS Generated Content test: quotes</title>
<meta name="assert" content="lang tag matching is not case-sensitive, and ignores extra subtags">
<link rel="help" href="https://un5n798jx6qx6j0rmf2verhh.julianrbryant.com/css-content-3/#quotes">
<link rel="help" href="https://un5gmtkzgjmt2j3jm38z69h0br.julianrbryant.com/rfc/rfc4647.txt#:~:text=insensitive">
<link rel=match href="reference/quotes-035-ref.html">
<style>
body { font: 15px serif; }
p { margin: 3px 0; }
</style>
<body>
<p>Test passes if quote marks in each pair of lines match:</p>
<p lang="fr"><q>fr</q></p>
<p lang="FR"><q>fr</q></p>
<br>
<p lang="en"><q>en</q></p>
<p lang="eN-Us"><q>en</q></p>
<br>
<p lang="fi"><q>fi</q></p>
<p lang="Fi"><q>fi</q></p>
<br>
<p lang="he"><q>he</q></p>
<p lang="he-IL"><q>he</q></p>
<br>
<p lang="de"><q>de</q></p>
<p lang="DE-LATN-DE"><q>de</q></p>
<br>
<p lang="ja"><q>ja</q></p>
<p lang="JA"><q>ja</q></p>