Closed
Bug 604294
Opened 15 years ago
Closed 14 years ago
unicode-bidi: bidi-override doesn't work on table cells
Categories
(Core :: Layout: Tables, defect)
Core
Layout: Tables
Tracking
()
RESOLVED
FIXED
People
(Reporter: dbaron, Assigned: dbaron)
References
(Blocks 1 open bug, )
Details
(Keywords: css2)
Attachments
(1 file)
4.25 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
http://test.csswg.org/suites/css2.1/20101001/xhtml1/bidi-override-002.xht shows that unicode-bidi: bidi-override doesn't work on table cells.
I think all we need to do to fix this is give the anonymous block that lives inside table cells unicode-bidi: inherit.
Assignee | ||
Comment 1•15 years ago
|
||
Work in progress, although these rules could use a little cleanup:
http://hg.mozilla.org/users/dbaron_mozilla.com/patches/raw-file/07626d34460e/unicode-bidi-inherit
![]() |
||
Comment 2•15 years ago
|
||
Do we need similar changes to ::-moz-fieldset-content?
Assignee | ||
Comment 3•15 years ago
|
||
Assignee | ||
Updated•15 years ago
|
Blocks: css2.1-tests
Assignee | ||
Comment 4•14 years ago
|
||
As far as I can tell, adding to :-moz-anonymous-block and :-moz-anonymous-positioned-block shouldn't make any difference since they always contain other blocks, but it seems like a good idea to add it anyway in case we use those pseudos for other things.
![]() |
||
Comment 5•14 years ago
|
||
Comment on attachment 527729 [details] [diff] [review]
patch
r=me
Attachment #527729 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 6•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•