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+

Dave Hyatt
Reported 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.
Attachments
Patch (33.69 KB, patch)
2010-09-20 13:25 PDT, Dave Hyatt
mitz: review+
Dave Hyatt
Comment 1 2010-09-20 13:25:41 PDT
mitz
Comment 2 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
Dave Hyatt
Comment 3 2010-09-20 14:03:27 PDT
Fixed in r67882.
Note You need to log in before you can comment on or make changes to this bug.