Closed
Bug 1341712
Opened 8 years ago
Closed 8 years ago
stylo: Need to support the NS_STYLE_TEXT_ALIGN_MOZ_CENTER_OR_INHERIT specified value for text-align
Categories
(Core :: CSS Parsing and Computation, defect, P2)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
DUPLICATE
of bug 1341714
Tracking | Status | |
---|---|---|
firefox54 | --- | affected |
People
(Reporter: bzbarsky, Assigned: kuoe0.tw)
References
(Blocks 1 open bug)
Details
This is used for <th>. The semantics are that it computes to "center" if the parent computes to "start"; otherwise it computes to the parent computed value.
Reporter | ||
Comment 1•8 years ago
|
||
Testcase:
data:text/html,<!DOCTYPE html><table><tr><th>centered?</th></tr><tr><td>Long text here
but may need bug 1341714 fixed too.
Updated•8 years ago
|
Priority: -- → P2
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → kuoe0
Comment 2•8 years ago
|
||
I think the bug 1341714 patches handled this. Manish, there's nothing left to do here, right?
Flags: needinfo?(manishearth)
Comment 3•8 years ago
|
||
Yep, it's done.
Status: NEW → RESOLVED
Closed: 8 years ago
Flags: needinfo?(manishearth)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•