quotes-029.html (716B)
1 <!doctype html> 2 <html lang="en"> 3 <meta charset=utf-8> 4 <title>CSS Generated Content test: quotes</title> 5 <meta name="assert" content="Nested quotes continue at the correct level when the quotes property is updated"> 6 <link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com"> 7 <link rel="help" href="https://drafts.csswg.org/css-content-3/#quotes"> 8 <link rel=match href="reference/quotes-029-ref.html"> 9 <style> 10 body { font: 32px serif; quotes: none; } 11 .q { quotes: "“" "”" "‘" "’" "«" "»" "‹" "›"; } 12 </style> 13 <body> 14 <p>Test passes if the quote marks in both lines match: 15 <p>One <q>two <q>three <q class=q>four <q>five <q>six</q></q></q></q></q> 16 <p>One two three «four ‹five ‹six››»