Opened 7 years ago
Last modified 4 years ago
#17480 new defect
dojo.css contains bidi-unfriendly rules
Reported by: | Randy Hudson | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.15 |
Component: | Internationalization | Version: | 1.8.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dojo.css contains:
caption, th { text-align: left; }
This is the wrong alignment in right-to-left locales like Hebrew and Arabic. (FWIW, I don't really understand why this is in dojo.css in the first place).
Change History (4)
comment:1 Changed 7 years ago by
comment:2 Changed 5 years ago by
Component: | General → Internationalization |
---|
comment:3 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|
comment:4 Changed 4 years ago by
Milestone: | 1.13 → 1.15 |
---|
Ticket planning... move current 1.13 tickets out to 1.15 to make it easier to move tickets into the 1.13 milestone.
Note: See
TracTickets for help on using
tickets.
Presumably from http://yui.yahooapis.com/3.13.0/build/cssreset/cssreset.css but I agree that it's weird.