index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
CSS
/
Parser
Age
Commit message (
Expand
)
Author
2022-04-07
LibWeb: Rename StyleComponentValueRule -> ComponentValue
Sam Atkins
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-30
LibWeb: Remove redundant `[[nodiscard]]` from CSS Parser methods
Sam Atkins
2022-03-30
LibWeb: Implement and use `parse_a_style_blocks_contents()`
Sam Atkins
2022-03-30
LibWeb: Tidy up StyleRule API
Sam Atkins
2022-03-30
LibWeb: Spec-comment `consume_a_function()`
Sam Atkins
2022-03-30
LibWeb: Spec-comment `consume_a_simple_block()`
Sam Atkins
2022-03-30
LibWeb: Comment discrepancy from spec in `consume_a_declaration()`
Sam Atkins
2022-03-30
LibWeb: Spec-comment `consume_a_component_value()`
Sam Atkins
2022-03-30
LIbWeb: Spec-comment `consume_a_list_of_declarations()`
Sam Atkins
2022-03-30
LibWeb: Spec-comment `consume_a_qualified_rule()`
Sam Atkins
2022-03-30
LibWeb: Spec-comment `consume_an_at_rule()`
Sam Atkins
2022-03-30
LibWeb: Spec-comment `consume_a_list_of_rules()`
Sam Atkins
2022-03-30
LibWeb: Spec-comment `parse_a_comma_separated_list_of_component_values`
Sam Atkins
2022-03-30
LibWeb: Spec-comment `parse_a_list_of_component_values()`
Sam Atkins
2022-03-30
LibWeb: Spec-comment `parse_a_component_value()`
Sam Atkins
2022-03-30
LibWeb: Spec-comment `parse_a_list_of_declarations()`
Sam Atkins
2022-03-30
LibWeb: Bring `parse_a_declaration()` to spec and add comments
Sam Atkins
2022-03-30
LibWeb: Spec-comment `parse_a_rule()`
Sam Atkins
2022-03-30
LibWeb: Use parse_a_list_of_rules() for `@media` and `@supports`
Sam Atkins
2022-03-30
LibWeb: Bring `parse_a_list_of_rules()` to spec
Sam Atkins
2022-03-30
LibWeb: Implement and use "parse a CSS stylesheet" algorithm
Sam Atkins
2022-03-30
LibWeb: Use an enum class for the "top-level flag"
Sam Atkins
2022-03-30
LibWeb: Spec-comment `parse_a_stylesheet()`
Sam Atkins
2022-03-30
LibWeb: Rename `parse_css()` -> `parse_css_stylesheet()`
Sam Atkins
2022-03-30
LibWeb: Add basic support for the attr() CSS function
Simon Wanner
2022-03-29
LibWeb: Implement attribute selector case identifier
Daniel Glazman
2022-03-29
LibWeb: Streamline how inline CSS style declarations are constructed
Andreas Kling
2022-03-28
LibWeb: Parse `@font-face` rules
Sam Atkins
2022-03-28
LibWeb: Bring "parse a list of declarations" closer to spec
Sam Atkins
2022-03-28
LibWeb: Rename parse_css_declaration() -> parse_css_style_attribute()
Sam Atkins
2022-03-26
LibWeb: Move HTML dimension value parsing from CSS to HTML namespace
Andreas Kling
2022-03-26
LibWeb: Remove the totally ad-hoc parse_html_length()
Andreas Kling
2022-03-26
LibWeb: Add parser for the HTML "non-zero dimensions value" microsyntax
Andreas Kling
2022-03-26
LibWeb: Add a parser for the HTML "dimension value" microsyntax
Andreas Kling
2022-03-24
LibWeb+Base: Fix `An+B of foo` parsing
Sam Atkins
2022-03-24
LibWeb: Parse and compute text-shadow property
Sam Atkins
2022-03-24
LibWeb: Implement disallowing `inset` when parsing shadows
Sam Atkins
2022-03-24
LbWeb: Rename BoxShadowFoo => ShadowFoo
Sam Atkins
2022-03-23
LibWeb: Restore `:is()` and `:where()` selector parsing
Sam Atkins
2022-03-23
LibWeb: Parse CSS "font-variant" as part of "font"
Andreas Kling
2022-03-22
LibWeb: Tidy up CSS::Token::to_debug_string()
Sam Atkins
2022-03-22
LibWeb: Remove separate Token::m_unit field
Sam Atkins
2022-03-22
LibWeb: Use CSS::Number for CalculatedStyleValue numbers
Sam Atkins
2022-03-22
LibWeb: Use CSS::Number for Token numeric values
Sam Atkins
2022-03-22
LibWeb: Use floats instead of doubles for CSS numbers
Sam Atkins
2022-03-22
LibWeb: Use intermediate ints when converting strings to numbers in CSS
Sam Atkins
2022-03-22
LibGfx+LibWeb: Use floats not doubles to create HSL colors
Sam Atkins
2022-03-22
LibWeb: Initialize PseudoClass/PseudoElement selectors in one go
Sam Atkins
2022-03-22
LibWeb: Use a Variant for SimpleSelector's contents
Sam Atkins
[next]