Closed Bug 1266250 Opened 8 years ago Closed 8 years ago

[css-grid] Add back the grid-template shorthand

Categories

(Core :: CSS Parsing and Computation, defect, P2)

defect

Tracking

()

RESOLVED FIXED
mozilla48
Tracking Status
firefox48 --- fixed

People

(Reporter: MatsPalmgren_bugz, Assigned: MatsPalmgren_bugz)

References

Details

Attachments

(2 files)

Attached patch part 1Splinter Review
This reverts the fix in bug 1253529.  It applied cleanly, with one exception:
layout/style/nsCSSPropList.h because the list of properties is now
alphabetically sorted 'grid-template' should be inserted later in the file.
You only need to look at that file really.
Attachment #8743612 - Flags: review?(dholbert)
Attached patch part 2Splinter Review
Reverts the test changes.  The Grid reftests pass locally so I don't think
I'll waste Try resources on this one.
Comment on attachment 8743612 [details] [diff] [review]
part 1

Review of attachment 8743612 [details] [diff] [review]:
-----------------------------------------------------------------

Thanks! Only looked at nsCSSPropList, as suggested.  Sorting looks good there.
Attachment #8743612 - Flags: review?(dholbert) → review+
You need to log in before you can comment on or make changes to this bug.