Skip to content
  • Benjamin Otte's avatar
    cssnode: Implement the style cache · 024429f7
    Benjamin Otte authored
    This essentially copies the previous cache implementation. With one
    caveat: It is now attached to and maintained by the CssNode, not by the
    CssStyle.
    
    And this is important because styles may be reused in incompatible
    situations which would cause cache collisions and lead to broken CSS in
    weird situations.
    024429f7