[Webkit-unassigned] [Bug 61495] Make RenderStyle visuallyOrdered property use an enum instead of a bool.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 6 22:37:43 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=61495





--- Comment #14 from Eric Seidel <eric at webkit.org>  2011-06-06 22:37:43 PST ---
(In reply to comment #12)
> > Source/WebCore/rendering/RenderBlockLineLayout.cpp:964
> > +            VisualDirectionOverride override = (style()->rtlOrdering() == VisualOrder ? (style()->direction() == LTR ? VisualLeftToRightOverride : VisualRightToLeftOverride) : NoVisualOverride);
> 
> What!?  We have a 4th way to express the same concept?

I guess this 4th one is a ternary not just a bool... but I expect CSS has the same thing.  auto, LTR or RTL.  I'm not sure what VisualLeftToRightOverride really means.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list