Bug 46995

Summary: Make direction propagate up to the viewport from the root element.
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: Layout and RenderingAssignee: 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-10-01 10:25:10 PDT
Make direction propagate up to the viewport from the root element.
Comment 1 Dave Hyatt 2010-10-01 10:27:23 PDT
Created attachment 69483 [details]
Patch
Comment 2 Dave Hyatt 2010-10-01 10:44:16 PDT
Fixed in r68897.
Comment 3 Darin Adler 2010-10-03 10:50:46 PDT
Comment on attachment 69483 [details]
Patch

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

> WebCore/css/CSSStyleSelector.cpp:1112
> +        // viewport's direction abd block-flow.

Typo: "abd".

> WebCore/rendering/RenderBox.cpp:305
> +        // FIXME: WinIE seems to propagate from the <body> as well.  We may want to consider doing that at some point.

We have been using one space after periods, not two.