quotes-003.html (718B)
1 <!doctype html> 2 <html lang="en-US"> 3 <meta charset=utf-8> 4 <title>CSS Generated Content test: quotes</title> 5 <meta name="assert" content="The quotes property can specify different marks for nested quotes"> 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="help" href="https://html.spec.whatwg.org/multipage/rendering.html#quotes"> 9 <link rel=match href="reference/quotes-003-ref.html"> 10 <style> 11 body { font: 32px serif; } 12 .test { quotes: "<" ">" "[" "]"; } 13 </style> 14 <body> 15 <p class=test>Test passes if the <q>outer <q>quote marks</q> are angle brackets, 16 and the two sets of <q>inner</q> ones</q> are square brackets.