Closed
Bug 1432154
Opened 8 years ago
Closed 8 years ago
[css-align] 'left' and 'right' should parse as invalid in block/cross-axis alignment
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
RESOLVED
DUPLICATE
of bug 1430817
People
(Reporter: jfernandez, Assigned: emilio)
References
Details
Attachments
(1 file)
|
2.34 KB,
text/html
|
Details |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0
Build ID: 20180104112904
Steps to reproduce:
1- Load the attached test case
Actual results:
Once the test case is loaded it'll show the specified and computed values for align-self, align-items and align-content CSS properties and the values that they should show.
The three properties show incorrect specified and computed values
Expected results:
The loaded tests show that both specified and computed values match the expected one.
This is the current syntax for the evaluated CSS properties:
https://drafts.csswg.org/css-align-3/#align-self-property
https://drafts.csswg.org/css-align-3/#align-items-property
https://drafts.csswg.org/css-align-3/#align-justify-content
See the CSS WG discussion about the syntax change:
https://github.com/w3c/csswg-drafts/issues/1403
| Reporter | ||
Updated•8 years ago
|
Component: Untriaged → CSS Parsing and Computation
Product: Firefox → Core
Updated•8 years ago
|
Priority: -- → P3
| Reporter | ||
Comment 1•8 years ago
|
||
I have fixed this issue in Blink and webKit
- https://bugs.chromium.org/p/chromium/issues/detail?id=802095
- https://bugs.webkit.org/show_bug.cgi?id=181792
| Reporter | ||
Comment 2•8 years ago
|
||
This bug looks like duplicated from #1430817
| Reporter | ||
Comment 3•8 years ago
|
||
(In reply to Javier Fernandez from comment #2)
> This bug looks like duplicated from #1430817
Umm, it seems bug #1430817 only talks about Content Distribution properties, so perhaps this is not exactly duplicated.
| Assignee | ||
Comment 4•8 years ago
|
||
(In reply to Javier Fernandez from comment #3)
> (In reply to Javier Fernandez from comment #2)
> > This bug looks like duplicated from #1430817
>
> Umm, it seems bug #1430817 only talks about Content Distribution properties,
> so perhaps this is not exactly duplicated.
Yeah, I'll fix the other ones in this bug too.
Assignee: nobody → emilio
Depends on: 1430817
| Assignee | ||
Comment 5•8 years ago
|
||
I fixed all of them in bug 1430817.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•