Bug 164110 - [CSS Parser] Enhance grid-auto-flow parsing to allow dense first
Summary: [CSS Parser] Enhance grid-auto-flow parsing to allow dense first
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-27 21:25 PDT by Dave Hyatt
Modified: 2016-10-27 21:33 PDT (History)
0 users

See Also:


Attachments
Patch (1.23 KB, patch)
2016-10-27 21:28 PDT, Dave Hyatt
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 2016-10-27 21:25:30 PDT
Enhance grid-auto-flow parsing to allow value omission.
Comment 1 Dave Hyatt 2016-10-27 21:28:26 PDT
Created attachment 293112 [details]
Patch
Comment 2 Simon Fraser (smfr) 2016-10-27 21:30:33 PDT
Comment on attachment 293112 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=293112&action=review

> Source/WebCore/ChangeLog:3
> +        [CSS Parser] Enhance grid-auto-flow parsing to allow value omission

This doesn't seem to quite match the change.
Comment 3 Dave Hyatt 2016-10-27 21:33:29 PDT
Fixed in r208031.