quotes-031.html (671B)
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="language change does not override explicit quotes:<pair-list>"> 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-031-ref.html"> 9 <style> 10 body { font: 32px serif; quotes: "‹" "›"; } 11 </style> 12 <body> 13 <p>Test passes if the quote marks in both lines match: 14 <p>One <q>two <q lang="ja">three <q lang="fr">four</q></q></q> 15 <p>One ‹two <span lang="ja">‹three <span lang="fr">‹four›</span>›</span>›