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)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla32
People
(Reporter: SimonSapin, Assigned: MatsPalmgren_bugz)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
16.43 KB,
patch
|
SimonSapin
:
review+
|
Details | Diff | Splinter Review |
Assignee | ||
Comment 1•11 years ago
|
||
Assignee: nobody → matspal
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•11 years ago
|
||
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
Assignee | ||
Updated•11 years ago
|
Attachment #8416971 -
Flags: review?(simon.sapin)
Reporter | ||
Comment 3•11 years ago
|
||
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+
Assignee | ||
Comment 4•11 years ago
|
||
With the nits fixed as suggested:
https://hg.mozilla.org/integration/mozilla-inbound/rev/a07ce7d79a6c
Flags: in-testsuite+
Comment 5•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla32
Updated•11 years ago
|
Keywords: dev-doc-needed,
site-compat
Comment 6•11 years ago
|
||
This is still disabled by default, won't affect site compat.
Keywords: dev-doc-needed,
site-compat
You need to log in
before you can comment on or make changes to this bug.
Description
•