quotes-030.html (906B)
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="quotes:auto with mixed languages uses appropriate CLDR quotes for each language, 6 based on the parent language (not the language of the element itself)"> 7 <link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com"> 8 <link rel="help" href="https://drafts.csswg.org/css-content-3/#quotes"> 9 <link rel="help" href="https://github.com/w3c/csswg-drafts/issues/5478#issuecomment-701507076"> 10 <link rel=match href="reference/quotes-030-ref.html"> 11 <style> 12 body { font: 32px Arial, Helvetica, Noto Sans, DejaVu Sans, FreeSans, sans-serif; quotes: auto; } 13 </style> 14 <body> 15 <p>Test passes if the quote marks in both lines match: 16 <p>One <q>two <q lang="ja">three <q lang="fr">four</q></q></q> 17 <p>One “two <span lang="ja">‘three <span lang="fr">『four』</span>’</span>”