quotes
Definition
The quotes property specifies pairs of quotation marks for each level of embedded quotation. The content property gives access to those quotation marks and causes them to be inserted before and after a quotation.
Example
q:lang(en) { quotes: '"' '"' "'" "'" }q:lang(no) { quotes: "«" "»" '"' '"' }
Characteristics
Possible values
- string string
- One or more pairs of quotation marks. Each pair consists of an opening and a closing quotation mark. Subsequent pairs are used to specify quotation marks for nested quotations. For example, if a second pair of quotation marks is specified, it will be applied to the quote within a quote.
none- No quotes are rendered.
inherit- Use the same computed value as the parent element for this property.
Default value
Depends on Web browser
Applies to
All elements
Inherited
Yes
See also