Testing Second Testable Statement of Sec 12.4 of CSS2 Specification
-
2. Quotes property has initial UA-dependent, it applies to all elements, it
is inherited, percentages are N/A, and media is visual.
PASS CRITERIA:
If statement #2 above is passed, then
this paragraph should have quote marks of * around it.
Rule applied is "p {quote:"*" "*"}".
This emphasized text should also have quote marks of * around,
since em is a child of p, and quotes property is inherited.
this quote
should have English-style quotation marks. The rule
applied is "Q:lang(en) {quotes: '"' '"' "'" "'" }".
This blockquote element should have no quotes around.
Rule applied is "blockquote {quote: none}".
This h3 heading should have quote of inherit.
Rule applied is "h3 {quote: inherit}".
This strong text should have quote marks of = around it.
Rule applied is "strong {quote: "=" "="}".
This h4 heading should have quote marks of $ around it.
Rule applied is "h4 {quote: "$" "$"}".
This h5 heading should have UA-defined (initial) value.
Rule is "h5 {quote: 200%}", but percentages do not apply.
From number of elements mentioned above, obvious that quotes property
should apply to all elements.