2.1.76 [CSS-Level2-2009] Section 12.3.2, Inserting quotes with the 'content' property

V0107:

The specification states:

 Quotation marks are inserted in appropriate places in a document with the 'open-
 quote' and 'close-quote' values of the 'content' property. Each occurrence of 
 'open-quote' or 'close-quote' is replaced by one of the strings from the value of 
 'quotes', based on the depth of nesting.

Quirks Mode and IE7 Mode (All Versions)

The quotes property, and the open-quote and the close-quote values of the content property are not supported.

All Document Modes (All Versions)

The no-open-quote and no-close-quote values for the content property incorrectly change the nesting levels of counters.

V0247:

The specification states:

 Some typographic styles require open quotation marks to be repeated before every 
 paragraph of a quote spanning several paragraphs, but only the last paragraph ends 
 with a closing quotation mark. In CSS, this can be achieved by inserting "phantom" 
 closing quotes. The keyword 'no-close-quote' decrements the quoting level, but does 
 not insert a quotation mark.

Quirks Mode and IE7 Mode (All Versions)

The following values of the content property are not supported:

§  open-quote
§   close-quote
§   no-close-quote 

V0248:

The specification states:

 For symmetry, there is also a 'no-open-quote' keyword, which inserts nothing, but 
 increments the quotation depth by one.

Quirks Mode and IE7 Mode (All Versions)

The following values of the content property are not supported:

§  open-quote
§  close-quote
§   no-close-quote