index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibWeb
/
Parser
/
CSSParser.cpp
Age
Commit message (
Expand
)
Author
2020-07-28
LibWeb: Move the CSS parser into CSS/Parser/
Andreas Kling
2020-07-26
LibWeb: Move CSS classes into the Web::CSS namespace
Andreas Kling
2020-07-26
LibWeb: Move DOM classes into the Web::DOM namespace
Andreas Kling
2020-07-22
LibWeb: Add a dedicated function for parsing HTML length values
Andreas Kling
2020-06-28
LibWeb: Support "pt" length units :^)
Andreas Kling
2020-06-28
LibWeb: Convert uppercase selector tag names to lowercase internally
Andreas Kling
2020-06-28
LibWeb: Don't tolerate unit-less lengths (except 0) in standards mode
Andreas Kling
2020-06-25
LibWeb: Tweak CSS parser to swallow backslash-escaped characters
Andreas Kling
2020-06-24
LibWeb: Move the offset, margin and padding boxes into LayoutStyle
Andreas Kling
2020-06-24
LibWeb: Remove default Length constructor and add make_auto()/make_px()
Andreas Kling
2020-06-23
LibWeb: Handle empty inputs to the CSS parser
Andreas Kling
2020-06-13
LibWeb: Parse and match the :visited pseudo-class (always fails)
Andreas Kling
2020-06-12
LibWeb: Whine about unrecognized CSS properties in debug log
Andreas Kling
2020-06-10
LibWeb: Ignore backslashes (\) in attribute selectors
Andreas Kling
2020-06-10
LibWeb: Parse and match basic "contains" attribute selectors (~=)
Andreas Kling
2020-06-07
LibWeb: Start fleshing out support for relative CSS units
Andreas Kling
2020-05-26
LibWeb: Make the CSS parser a little more tolerant to invalid CSS
Andreas Kling
2020-05-26
LibWeb: Implement vendor specific CSS color style for System Palette
FalseHonesty
2020-05-21
LibWeb: Update the CSS prefix to -libweb
Sergey Bugaev
2020-05-14
LibWeb: Support the :root pseudo class
Linus Groh
2020-05-14
LibWeb: Make CSS pseudo classes case-insensitive
Linus Groh
2020-05-13
LibWeb: Support "transparent" CSS color value
Linus Groh
2020-05-13
LibWeb: Make parsing of most CSS values case-insensitive
Linus Groh
2020-05-11
LibWeb: Add basic support for CSS percentages
Andreas Kling
2020-05-11
LibWeb: Ignore parsed pseudo-element selectors & empty complex selectors
Linus Groh
2020-05-05
LibWeb: Don't emit a simple selector if nothing was consumed
Andreas Kling
2020-05-05
LibWeb: Recognise :focus pseudo-class
Linus Groh
2020-04-05
AK: Stop allowing implicit downcast with RefPtr and NonnullRefPtr
Andreas Kling
2020-03-30
LibWeb: Support more advanced selectors in document.querySelectorAll()
Andreas Kling
2020-03-30
LibWeb: Add naive support for document.querySelectorAll()
Andreas Kling
2020-03-20
LibWeb: Add CSS property 'border'
myphs
2020-03-07
LibWeb: Rename directory LibHTML => LibWeb
Andreas Kling