The latest draft of the writing mode spec kills the block-flow property and just makes writing-mode the property to use. Update all the code to match the new draft.
Created attachment 69968 [details] Patch
Attachment 69968 [details] did not pass style-queue: Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1 WebCore/rendering/style/SVGRenderStyle.h:354: _writingMode is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] Total errors found: 1 in 39 files If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 69968 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=69968&action=review > WebCore/css/CSSProperty.cpp:45 > +static int resolveToPhysicalProperty(TextDirection direction, WritingMode blockDirection, LogicalBoxSide logicalSide, const int* properties) Iād rename the variable too. > WebCore/css/CSSProperty.cpp:152 > +static int resolveToPhysicalProperty(WritingMode blockDirection, LogicalExtent logicalSide, const int* properties) Ditto. > WebCore/css/CSSProperty.cpp:159 > +int CSSProperty::resolveDirectionAwareProperty(int propertyID, TextDirection direction, WritingMode blockDirection) Ditto. > WebCore/css/CSSValueKeywords.in:762 > +# Standards values from CSS3 Standard?
Fixed in r69220.
http://trac.webkit.org/changeset/69220 might have broken SnowLeopard Intel Release (Tests)
(In reply to comment #5) > http://trac.webkit.org/changeset/69220 might have broken SnowLeopard Intel Release (Tests) This failure is still on the bots. Investigating.
http://build.webkit.org/results/SnowLeopard%20Intel%20Release%20(Tests)/r69257%20(18889)/fast/css/getComputedStyle/computed-style-without-renderer-pretty-diff.html Maybe just needs a new baseline?
Landed updated baseline in http://trac.webkit.org/changeset/69263 Mr. Hyatt, was that correct?