Testing Sixth Testable Statement of Sec 12.4 of CSS2 Specification
-
6. If a quotation is in a different language than the surrounding text, it
is customary to quote the text with the quote marks of the language of the
surrounding text, not the language of the quotation itself.
PASS CRITERIA:
If statement #6 above is passed, then
this quote
should have English-style quotation marks. The rule
applied is "[LANG|=fr] > * { quotes: "<<" ">>" "\2039" "\203A" }".
Also "[LANG|en] > * { quotes: "\201C" "\201D" "\2018" "\2019" }".