summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/CSS/Selector.h
AgeCommit message (Expand)Author
2020-07-26LibWeb: Move CSS classes into the Web::CSS namespaceAndreas Kling
2020-06-25LibWeb: Fix build after Specificity.h removalAndreas Kling
2020-06-25LibWeb: Compress specificity into a 32-bit unsigned intAndreas Kling
2020-06-13LibWeb: Parse and match the :visited pseudo-class (always fails)Andreas Kling
2020-06-10LibWeb: Parse and match basic "contains" attribute selectors (~=)Andreas Kling
2020-05-14LibWeb: Support the :root pseudo classLinus Groh
2020-05-05LibWeb: Recognise :focus pseudo-classLinus Groh
2020-03-22LibWeb: Use FlyString for Element tag namesAndreas Kling
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling