OLD | NEW |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 | 2 |
3 <style type="text/css"> | 3 <style type="text/css"> |
4 * { quotes: "A" "B" "C" "D"; } | |
4 q:before { | 5 q:before { |
5 content: close-quote; | 6 content: close-quote open-quote open-quote close-quote no-close-quote op en-quote close-quote close-quote open-quote; |
6 } | 7 } |
7 </style> | 8 </style> |
8 | 9 |
9 There should be no quotes when the depth of the quote is negative, but this is c urrently broken. See WKBug 92690. | 10 <p>There should be no quotes when the depth of the quote is negative, and the de pth |
11 should restart from 0 next. Should see the same line printed twice.</p> | |
10 | 12 |
13 ACDABAB<br> | |
11 <q></q> | 14 <q></q> |
OLD | NEW |