Closed
Bug 300621
Opened 19 years ago
Closed 19 years ago
apostrophes rendered around <q> element are wrong; should be locale/encoding/page language dependent
Categories
(Core :: Web Painting, defect)
Tracking
()
People
(Reporter: zdzichu, Assigned: roc)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8b3) Gecko/20050712 Mooncricket Firefox/1.0+ Build Identifier: Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8b3) Gecko/20050712 Mooncricket Firefox/1.0+ HTML like <q>something</q> are rendered like ''something'' everytime. This is not correct in every language. For example, <q> on polish pages should give apostrophes like ,,something''. On spanish: <<something>>. See bug #94348 for other examples of quotes. Reproducible: Always Steps to Reproduce: 1. render some html with <q> elements Actual Results: Elements are always rendered like "this" Expected Results: Style of quotation should fit the locale/language/encoding of web page.
| Reporter | ||
Comment 1•19 years ago
|
||
Ooops. Sorry, wrong bug referenced. Other examples of quotes are in bug #234800
Comment 2•19 years ago
|
||
*** This bug has been marked as a duplicate of 16206 *** *** This bug has been marked as a duplicate of 16206 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•