Prev | Current Page 510 | Next

Tommy Olsson and Paul O'Brien

"The Ultimate CSS Reference"


:lang(en-us)>q {
quotes: "\201c" "\201d" "\2018"
"\2019";
}
:lang(en-gb)>q {
quotes: "\2018" "\2019" "\201c"
"\201d";
}
The Ultimate CSS Reference 356
Value
If specified as none, the values open-quote and close-quote won??™t insert any quote
character when they??™re used with the content property.
If the values are specified as string pairs, each pair represents a nesting level. The
first pair is used for the outermost quotation level, the second pair for the first
embedded quote, and so on through nesting levels. The first string in each pair is
the open quote, and the second string is the close quote.
The initial value for this property depends on the user agent.
Compatibility
Opera Safari Firefox Internet Explorer
9.2 3.0 2.0 1.3 2.0 1.5 1.0 7.0 6.0 5.5
Buggy None None None Full Full Full None None None
Internet Explorer for Windows versions up to and including 7 don??™t support
generated quotes.
Safari versions up to and including 3 don??™t support this property.
In Opera versions up to and including 9.


Pages:
498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522