[Webkit-unassigned] [Bug 110853] Reading border radius from style property returns in wrong order.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 26 19:12:15 PST 2013


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





--- Comment #10 from Ryosuke Niwa <rniwa at webkit.org>  2013-02-26 19:14:38 PST ---
(From update of attachment 190364)
View in context: https://bugs.webkit.org/attachment.cgi?id=190364&action=review

> Source/WebCore/ChangeLog:8
> +        No new tests (OOPS!).

Please mention that you've updated an existing test and its name.

> Source/WebCore/ChangeLog:11
> +        Updating the order of border-radius to return in the order specified
> +        in http://www.w3.org/TR/css3-background/#the-border-radius

This should appear before the explanation about the tests.

> Source/WebCore/css/StylePropertyShorthand.cpp:131
> -        CSSPropertyBorderTopRightRadius,
>          CSSPropertyBorderTopLeftRadius,
> -        CSSPropertyBorderBottomLeftRadius,
> -        CSSPropertyBorderBottomRightRadius
> +        CSSPropertyBorderTopRightRadius,
> +        CSSPropertyBorderBottomRightRadius,
> +        CSSPropertyBorderBottomLeftRadius

Are there any compat. concerns? Specifically, is it likely that there are Web contents out there that depend on our current behavior?
It doesn't seem far fetched to think there are some mobile content that specifically target WebKit that depends on this behavior.

-- 
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