Closed
Bug 1182160
Opened 10 years ago
Closed 10 years ago
enable vertical writing-mode sections of tests for logical properties in UA stylesheets
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla42
| Tracking | Status | |
|---|---|---|
| firefox42 | --- | fixed |
People
(Reporter: jfkthame, Assigned: jfkthame)
Details
Attachments
(2 files)
|
1.74 KB,
patch
|
heycam
:
review+
|
Details | Diff | Splinter Review |
|
11.43 KB,
patch
|
heycam
:
review+
|
Details | Diff | Splinter Review |
Some of the tests from bug 1119475 have their vertical writing-mode sections commented out, because the elements concerned were not yet fully vertical-enabled when the tests were landed. This concerned <input type=number> and <table>.
Now that we have vertical support for these elements, we should enable those parts of the testcases.
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8631681 -
Flags: review?(cam)
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → jfkthame
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•10 years ago
|
||
These are the cases that involved tables; on inspection, it looks like the references for -9 and -10 are wrong, so in addition to uncommenting, I've fixed those files.
Attachment #8631682 -
Flags: review?(cam)
| Assignee | ||
Comment 3•10 years ago
|
||
Try run with these patches: https://treeherder.mozilla.org/#/jobs?repo=try&revision=a8c9798c7c82.
Comment 4•10 years ago
|
||
I must say it's a little confusing that <caption align=right> when the caption is display:block ends up left-aligning the caption to the table! But I can see that falls out of the UA style rules.
Updated•10 years ago
|
Attachment #8631681 -
Flags: review?(cam) → review+
Updated•10 years ago
|
Attachment #8631682 -
Flags: review?(cam) → review+
| Assignee | ||
Comment 5•10 years ago
|
||
(In reply to Cameron McCormack (:heycam) from comment #4)
> I must say it's a little confusing that <caption align=right> when the
> caption is display:block ends up left-aligning the caption to the table!
> But I can see that falls out of the UA style rules.
That bothered me, too, when we first landed these tests; but I concluded it was the expected (if rather unexpected) behavior. ;)
| Assignee | ||
Comment 6•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/247ec16f27e0
https://hg.mozilla.org/mozilla-central/rev/3596d7aed0de
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
You need to log in
before you can comment on or make changes to this bug.
Description
•