- 
    Bug 
- 
    Resolution: Fixed
- 
     P2 P2
- 
    8
                    if FX we current support border radius syntax like:
-fx-border-radius: 100px 90px 80px 70px 400px 300px 200px 100px;
but the spec is
border-radius: 100px 90px 80px 70px / 400px 300px 200px 100px;
see: http://www.w3.org/TR/css3-background/#the-border-radius
-fx-border-radius: 100px 90px 80px 70px 400px 300px 200px 100px;
but the spec is
border-radius: 100px 90px 80px 70px / 400px 300px 200px 100px;
see: http://www.w3.org/TR/css3-background/#the-border-radius
- relates to
- 
                    JDK-8096129 [CSS] public class CornerRadiiConverter extends from implementation class -           
- Resolved
 
-