-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
order of values in background test #35740
Comments
Ah maybe it was intentional @emilio would it be better to test those two separately? aka the canonical order and the way background is supposed to work. |
That was done in https://bugzilla.mozilla.org/show_bug.cgi?id=743392, but actually given |
I filed https://bugzilla.mozilla.org/show_bug.cgi?id=1788582 for this. |
Actually it's the other way around, Gecko is right. Why testing it separately? |
I think the order is clear in the spec, but if you disagree please open a spec issue stating the case? |
I think the order is right too. What I was thinking is isolating tests to make sure to avoid mixing two types of constraints. :) but it's ok as-is too. Just need to improve the serialization of WebKit. Thanks for the comment. |
Should we put the
white
on line 38 in the first place.Rationale:
That would test the serialization of multiple background, and not the issue about canonical order in serialization which is being debated.
wpt/css/css-backgrounds/parsing/background-shorthand-serialization.html
Lines 35 to 40 in 1ebef47
The text was updated successfully, but these errors were encountered: