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

CSS: Treat style class as a bit mask in Selector for better performance on selector matching.

    XMLWordPrintable

Details

    Description

      The selector classes match on style class by using a hash map. Strings from the node are added to the hash map then the strings from the selector are looked up to see if the rule's are a subset of the node's. This can be made much faster if the strings are converted to a bit in a bitmap as is done for pseudo-class.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:
              Imported: