Closed
Bug 218529
Opened 22 years ago
Closed 22 years ago
CSS quotes attribute: characters specified as HTML entity are not interpreted.
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 204324
People
(Reporter: Michael.Finken, Assigned: dbaron)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030827
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030827
If I specify quotes characers in a style sheet,like this:
q { quotes: "„" "”" }
the quote characters are displayed literally in the web page, like this:
„This is my breakfast,”, he said
Opera handles this as expected, IE doesn't care. Mozilla and Firebird show the
same behaviour.
Reproducible: Always
Steps to Reproduce:
The above mentioned web page is on my own web space, so it will stay there as
long as needed...
Actual Results:
The quote characters are displayed literally, not interpreted.
Expected Results:
The specified quote characters should be displayed.
Comment 1•22 years ago
|
||
According to bug 207461 and bug 204324, this a normal behaviour.
Assignee: dom_bugs → dbaron
Component: DOM Style → Style System
Comment 2•22 years ago
|
||
It is normal behavior. See the bugs in the previous comment for how to produce
the effect you want.
*** This bug has been marked as a duplicate of 204324 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•