-
Enhancement
-
Resolution: Unresolved
-
P3
-
fx2.0
-
None
For compatibility reasons we probably want to keep recognizing the eight-digit form, but I would suggest that we remove any mention of it from the documentation and samples. Our CSS engine also recognizes it, and there likewise I suggest we should continue to recognize it but not use it in anything we ship. The FXML loader passes color specs to Color.web and therefore implicitly recognizes #rrggbbaa too; I would suggest that it be extended to recognize the standard rgba(r,g,b,a) syntax in addition.
- is blocked by
-
JDK-8120028 Color.web() should parse "rgb(#,#,#)" and "rgba(#,#,#,#)" syntaxes
- Resolved
- relates to
-
JDK-8099034 make Color.web(:String) parse RGBA Color
- Resolved