Blockquote. Opera renders this block correctly.
Blockquote. Here are cite andqelements. Opera renders this block incorrectly.
qelements. Opera renders this block correctly.
Opera has two errors rendering pseudo-elements :before/:after + quotes and content properties:
quotes Opera doesn't render quotes
correct.:before/:after + content/quotes in Opera (for example cite:before, cite:after {content:open-quote; quotes:"<"
">"}).ol li:after, ol li:before {content:close-quote;}).' doesn't work in all versions. This list item should have single quotes (ol.single li:after {content:close-quote; quotes:"'" "'"} + ol.single:before li:before {content:open-quote; quotes:"'" "'"}).