Closed
Bug 144853
Opened 22 years ago
Closed 20 years ago
Respect lang attribute in HTML Rendering.
Categories
(Core :: Internationalization, defect)
Tracking
()
People
(Reporter: karl, Assigned: esben)
References
Details
(Keywords: intl)
Attachments
(1 file)
For example if you have a document which is in english <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> And you have defined locally another language, for example: <blockquote lang="fr"> <p><q> Je n'ai dessein de relater, en marge du récit que je vais entreprendre, que les épisodes les plus marquants de ma vie... </q></p> <p>Nadja - André Breton</p> </blockquote> The double quote in french for a quote are not "blabla" but « blabla ».
Comment 1•22 years ago
|
||
I can not reproduce this on Mac OS X and WinXP - I saw the "" but not «» when I defined the lang=fr in blockquote. Could you please attach a test page or give a link to a web site that can see the problem? thanks!
Reporter | ||
Comment 2•22 years ago
|
||
The file is also accessible at http://www.la-grange.net/2002/05/15-citation-lang.html
Assignee | ||
Comment 6•22 years ago
|
||
After bug 24861 is fixed, fixing this bug is a matter of adding a style rule for each language. There's a discusssion of this started by my in the .browser newsgroup....
Comment 10•20 years ago
|
||
*** This bug has been marked as a duplicate of 16206 ***
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•