Closed
Bug 278698
Opened 20 years ago
Closed 20 years ago
Display links left-to-right even when direction set to right-to-left
Categories
(Other Applications :: ChatZilla, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: smontagu, Assigned: rginda)
References
()
Details
(Whiteboard: [cz-0.9.69])
Attachments
(1 file)
553 bytes,
patch
|
bugzilla-mozilla-20000923
:
review+
benjamin
:
approval1.8b4+
|
Details | Diff | Splinter Review |
http://www.ietf.org/internet-drafts/draft-duerst-iri-11.txt, soon to be an RFC,
says:
Bidirectional IRIs MUST be rendered in the same way as they would be rendered if
they were in an left-to-right embedding, i.e. as if they were preceded by
U+202A, LEFT-TO-RIGHT EMBEDDING (LRE), and followed by U+202C, POP DIRECTIONAL
FORMATTING (PDF). Setting the embedding direction can also be done in a
higher-level protocol (e.g. the dir='ltr' attribute in HTML).
This can be achieved in Chatzilla with the following CSS rule:
a.chatzilla-link {
direction: ltr;
unicode-bidi: embed;
}
Reporter | ||
Comment 1•20 years ago
|
||
(In reply to comment #0)
> http://www.ietf.org/internet-drafts/draft-duerst-iri-11.txt, soon to be an RFC,
This is now RFC 3987
Comment 2•20 years ago
|
||
If someone would like to do a patch, I'll test it out (or try too!) and review it.
Reporter | ||
Comment 3•20 years ago
|
||
Reporter | ||
Updated•20 years ago
|
Attachment #188286 -
Flags: review?(silver)
Comment 4•20 years ago
|
||
Comment on attachment 188286 [details] [diff] [review]
Patch
I couldn't really test this, having little knowledge of RTL locales, and just
messed about with some Japanese and Russian to make sure they still worked.
Nothing seemed not to work. :)
r=silver
Attachment #188286 -
Flags: review?(silver)
Attachment #188286 -
Flags: review+
Attachment #188286 -
Flags: approval1.8b4?
Updated•20 years ago
|
Attachment #188286 -
Flags: approval1.8b4? → approval1.8b4+
Comment 5•20 years ago
|
||
Checked in -> FIXED.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Whiteboard: [cz-0.9.69]
You need to log in
before you can comment on or make changes to this bug.
Description
•