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

styleClass on node does not support multi value

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • fx2.0
    • fx1.3
    • javafx

      Part of the CSS selector spec requires that user agents support multiple style classes on any element. This is handled by having a space delimitated list of style classes in the styleClass string. Example from CSS Spec:

      For example, the following rule matches any P element whose "class" attribute has been assigned a list of space-separated values that includes "pastoral" and "marine":
      p.marine.pastoral { color: green }
      This rule matches when class="pastoral blue aqua marine" but does not match for class="pastoral blue".
      MORE: http://www.w3.org/TR/CSS2/selector.html#class-html

            dgrieve David Grieve
            jasper Jasper Potts (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: