Bug 46116

Summary: Implement block-flow-aware logical properties
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: CSSAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch mitz: review+

Description Dave Hyatt 2010-09-20 13:01:49 PDT
We already have direction-aware properties like margin-start and margin-end.  This patch adds the -before/-after equivalents and updates everything to work with block-flow correctly.
Comment 1 Dave Hyatt 2010-09-20 13:25:41 PDT
Created attachment 68130 [details]
Patch
Comment 2 mitz 2010-09-20 14:00:16 PDT
Comment on attachment 68130 [details]
Patch

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

> WebCore/css/CSSProperty.cpp:67
> +            }
> +
> +        }

Extra newline
Comment 3 Dave Hyatt 2010-09-20 14:03:27 PDT
Fixed in r67882.