Closed Bug 176310 Opened 22 years ago Closed 22 years ago

setting "font-style" for <Q> affects outside quotation characters as well as actual quote

Categories

(Core :: CSS Parsing and Computation, defect)

x86
Linux
defect
Not set
trivial

Tracking

()

RESOLVED INVALID

People

(Reporter: swaters, Assigned: dbaron)

Details

The code to reproduce:
Q { font-style: italic }

The outside quotation characters end up being italicized instead of just the
quoted statement itself. I think the quotation characters should inherit the
font-style of the surrounding block and only the quote itself should be italicized.

Tested Platforms: 
snapshot Build ID: 2002101608
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020913 Debian/1.1-1
Mozilla/5.0 Galeon/1.2.6 (X11; Linux i686; U;) Gecko/20020913 Debian/1.2.6-2
INVALID since the quote characters are part of the element's generated content
which per CSS inherits the font of the generating element.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.