In the selector matching code, string compares are case sensitive. But the css spec states that selectors are not case sensitive so the matching code should toLowerCase(Locale.ROOT) or equalsIgnoreCase the strings being compared
- relates to
-
JDK-8088626 Different case sensitivity in css vs. bss
-
- Open
-