Age | Commit message (Expand) | Author |
---|---|---|
2020-07-26 | LibWeb: Move CSS classes into the Web::CSS namespace | Andreas Kling |
2020-06-25 | LibWeb: Fix build after Specificity.h removal | Andreas Kling |
2020-06-25 | LibWeb: Compress specificity into a 32-bit unsigned int | Andreas Kling |
2020-06-13 | LibWeb: Parse and match the :visited pseudo-class (always fails) | Andreas Kling |
2020-06-10 | LibWeb: Parse and match basic "contains" attribute selectors (~=) | Andreas Kling |
2020-05-14 | LibWeb: Support the :root pseudo class | Linus Groh |
2020-05-05 | LibWeb: Recognise :focus pseudo-class | Linus Groh |
2020-03-22 | LibWeb: Use FlyString for Element tag names | Andreas Kling |
2020-03-07 | LibWeb: Rename directory LibHTML => LibWeb | Andreas Kling |