Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8088296

[CSS] Selector matching should be done on lower-case strings

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P5 P5
    • tbd
    • 8u40
    • javafx

      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

            Unassigned Unassigned
            dgrieve David Grieve
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Imported: