Closed
Bug 22882
Opened 25 years ago
Closed 25 years ago
Q element support is crude
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: mpt, Assigned: rickg)
References
()
Details
At the moment, the layout engine just interprets <q> and </q> elements as
vertical double quotes ("). It fails to take into account the following:
(1) curly quotes
(2) nested quotes
(3) quotes in different languages.
The URL given presents tests of all three aspects, including simulations of
what should appear in each case.
(1) is the most important to fix, as without it there is no incentive for
authors to use the Q element rather than hard-coded quote marks. (2) is a little
trickier, but also (I would think) easily fixable in time for 5.0.
(3), however, would require some architecture -- an updateable file, listing
languages by IANA code, along with the quote-mark system used by each language.
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 1•25 years ago
|
||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•25 years ago
|
||
Agreed. Marking as verified duplicate of 16206.
| Reporter | ||
Updated•25 years ago
|
SPAM. HTML Element component is deprecated, changing to Layout component. See
bug 88132 for details.
Come on Bugzilla, you can do it...
Component: HTML Element → Layout
You need to log in
before you can comment on or make changes to this bug.
Description
•