summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/Parser/CSSParser.cpp
AgeCommit message (Expand)Author
2020-06-13LibWeb: Parse and match the :visited pseudo-class (always fails)Andreas Kling
2020-06-12LibWeb: Whine about unrecognized CSS properties in debug logAndreas Kling
2020-06-10LibWeb: Ignore backslashes (\) in attribute selectorsAndreas Kling
2020-06-10LibWeb: Parse and match basic "contains" attribute selectors (~=)Andreas Kling
2020-06-07LibWeb: Start fleshing out support for relative CSS unitsAndreas Kling
2020-05-26LibWeb: Make the CSS parser a little more tolerant to invalid CSSAndreas Kling
2020-05-26LibWeb: Implement vendor specific CSS color style for System PaletteFalseHonesty
2020-05-21LibWeb: Update the CSS prefix to -libwebSergey Bugaev
2020-05-14LibWeb: Support the :root pseudo classLinus Groh
2020-05-14LibWeb: Make CSS pseudo classes case-insensitiveLinus Groh
2020-05-13LibWeb: Support "transparent" CSS color valueLinus Groh
2020-05-13LibWeb: Make parsing of most CSS values case-insensitiveLinus Groh
2020-05-11LibWeb: Add basic support for CSS percentagesAndreas Kling
2020-05-11LibWeb: Ignore parsed pseudo-element selectors & empty complex selectorsLinus Groh
2020-05-05LibWeb: Don't emit a simple selector if nothing was consumedAndreas Kling
2020-05-05LibWeb: Recognise :focus pseudo-classLinus Groh
2020-04-05AK: Stop allowing implicit downcast with RefPtr and NonnullRefPtrAndreas Kling
2020-03-30LibWeb: Support more advanced selectors in document.querySelectorAll()Andreas Kling
2020-03-30LibWeb: Add naive support for document.querySelectorAll()Andreas Kling
2020-03-20LibWeb: Add CSS property 'border'myphs
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling