Culturally aware quotations
quotes
Set the glyphs used as quotation-mark enclosures with HTML's <q> tag.
Property values
Provide a pair of characters to use with quotations marked using HTML <q> tags. Here are some examples:
| syntax | example |
|---|---|
| quotes: '"' '"' | "Keyboard quotation marks" |
| quotes: "'" "'" | 'Keyboard apostrophes' |
| quotes: '“' '”' | “Typographic marks” |
| quotes: '«' '»' | «Guillemet» |
| quotes: '„' '“' | „Low-high marks“ |
| quotes: '「' '」' | 「Traditional Chinese marks」 |
Examples
html { quotes: '«' '»'; } /* Guillemet */
