Closed
Bug 1432148
Opened 8 years ago
Closed 8 years ago
[css-align] 'overflow' keyword must precede the self-position and content-position value
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
RESOLVED
DUPLICATE
of bug 1430817
People
(Reporter: jfernandez, Unassigned)
References
Details
Attachments
(1 file)
2.42 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 shown.
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/1446
Reporter | ||
Updated•8 years ago
|
Component: Untriaged → CSS Parsing and Computation
Product: Firefox → Core
Reporter | ||
Comment 1•8 years ago
|
||
There are Web Platform Tests to define and verify the behavior of these CSS Alignment properties:
https://github.com/w3c/web-platform-tests/tree/master/css/css-align
It'd be great if any change or disagreement about this issue could eventually lead to an update of those tests, so that we can use them to detect and manage browser interoperability problems.
Comment 2•8 years ago
|
||
Yup, agreed.
Will take a look at this this week, thanks Javier!
Flags: needinfo?(emilio)
Reporter | ||
Comment 3•8 years ago
|
||
This CSS WG discussion is perhaps more appropriated and specific for this bug:
https://github.com/w3c/csswg-drafts/issues/1001
Updated•8 years ago
|
Priority: -- → P3
Reporter | ||
Comment 4•8 years ago
|
||
I have fixed this issue in Blink and webKit
- https://bugs.chromium.org/p/chromium/issues/detail?id=802098
- https://bugs.webkit.org/show_bug.cgi?id=181793
Comment 5•8 years ago
|
||
The patches in bug 1430817 fix this too.
Depends on: 1430817
Flags: needinfo?(emilio)
Comment 6•8 years ago
|
||
Fixed 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
•