Closed Bug 994592 Opened 11 years ago Closed 11 years ago

[css-grid] Remove grid-auto-flow:none, add grid-auto-flow:stack

Categories

(Core :: CSS Parsing and Computation, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla32

People

(Reporter: SimonSapin, Assigned: MatsPalmgren_bugz)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

Depends on: 976787
Attached patch fixSplinter Review
Assignee: nobody → matspal
Status: NEW → ASSIGNED
I spawned off bug 1005567 for removing 'grid-auto-position'.
Summary: [css-grid] Remove grid-auto-position and grid-auto-flow:none, add grid-auto-flow:stack → [css-grid] Remove grid-auto-flow:none, add grid-auto-flow:stack
Attachment #8416971 - Flags: review?(simon.sapin)
Comment on attachment 8416971 [details] [diff] [review] fix Review of attachment 8416971 [details] [diff] [review]: ----------------------------------------------------------------- r=me with the comments addressed: ::: layout/style/nsCSSParser.cpp @@ +7831,5 @@ > return false; > } > > + // If the value starts with a 'stack', 'dense', 'column' or 'row' keyword, > + // it can only start with a <'grid-auto-flow'>. While you’re touching this, could you fix this comment? It should express equivalence rather than just implication: // The values starts with a <'grid-auto-flow'> if and only if // it starts with a 'stack', 'dense', 'column' or 'row' keyword. ::: layout/style/test/property_database.js @@ +4817,5 @@ > "row dense", > "dense column", > "dense row", > + "stack column", > + "stack row", Please add "stack" by itself.
Attachment #8416971 - Flags: review?(simon.sapin) → review+
Flags: in-testsuite+
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla32
This is still disabled by default, won't affect site compat.
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: