Closed
Bug 227001
Opened 22 years ago
Closed 22 years ago
Incorrect rendering of <q> element
Categories
(Core :: Layout: Text and Fonts, defect)
Tracking
()
People
(Reporter: asher, Unassigned)
Details
Attachments
(1 file)
|
239 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6a) Gecko/20031030
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6a) Gecko/20031030
When a <q> element is placed inside another <q> element, the rendered quote
should be a single quote. It is currently rendered as a double quote.
Reproducible: Always
Steps to Reproduce:
1. View an HTML file with a <q> element embedded within another one.
2. Notice that only double quotes are rendered.
Actual Results:
The interior <q> is rendered as a double quote
Expected Results:
Rendered a single quote
See "http://www.w3.org/TR/html4/struct/text.html", section 9.2.2 for information
on their recommendations for the handling of the <q> tag.
They say that
John said, <Q lang="en-us">I saw Lucy at lunch, she told me
<Q lang="en-us">Mary wants you
to get some ice cream on your way home.</Q> I think I will get
some at Ben and Jerry's, on Gloucester Road.</Q>
should be rendered as
John said, "I saw Lucy at lunch, she told me 'Mary wants you
to get some ice cream on your way home.' I think I will get some
at Ben and Jerry's, on Gloucester Road."
| Reporter | ||
Comment 1•22 years ago
|
||
This is the testcase I've created. The interior quotes should be ' rather than
"
Comment 2•22 years ago
|
||
*** This bug has been marked as a duplicate of 24861 ***
*** This bug has been marked as a duplicate of 24861 ***
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
•