Bug 72060 - [CSS Line Grid] Add support for parsing of the line-grid-snap property.
Summary: [CSS Line Grid] Add support for parsing of the line-grid-snap property.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-10 14:35 PST by Dave Hyatt
Modified: 2012-01-12 12:00 PST (History)
3 users (show)

See Also:


Attachments
Patch (20.13 KB, patch)
2011-11-10 14:36 PST, Dave Hyatt
mitz: 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 2011-11-10 14:35:17 PST
This property will control snapping to the grid. For now it's just in the block progression direction, but I may extend it to be a pair of values for character grid snapping in the future.
Comment 1 Dave Hyatt 2011-11-10 14:36:42 PST
Created attachment 114573 [details]
Patch
Comment 2 mitz 2011-11-10 14:39:33 PST
Comment on attachment 114573 [details]
Patch

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

> Source/WebCore/rendering/style/StyleRareInheritedData.h:107
> +    

whoops
Comment 3 Dave Hyatt 2012-01-12 12:00:11 PST
Landed ages ago and just didn't get closed.