Commit History

Author SHA1 Message Date
  Sam Atkins 6ec92f5527 LibWeb: Spec-comment `parse_a_list_of_component_values()` 3 years ago
  Sam Atkins 34b3c09462 LibWeb: Spec-comment `parse_a_component_value()` 3 years ago
  Sam Atkins bcf4254331 LibWeb: Spec-comment `parse_a_list_of_declarations()` 3 years ago
  Sam Atkins 2aac9f9258 LibWeb: Bring `parse_a_declaration()` to spec and add comments 3 years ago
  Sam Atkins 239c36a19e LibWeb: Spec-comment `parse_a_rule()` 3 years ago
  Sam Atkins 12a787ef8a LibWeb: Use parse_a_list_of_rules() for `@media` and `@supports` 3 years ago
  Sam Atkins 7a225a380c LibWeb: Bring `parse_a_list_of_rules()` to spec 3 years ago
  Sam Atkins 85d8c652e9 LibWeb: Implement and use "parse a CSS stylesheet" algorithm 3 years ago
  Sam Atkins fc3d51c59e LibWeb: Use an enum class for the "top-level flag" 3 years ago
  Sam Atkins 87b125dcb9 LibWeb: Spec-comment `parse_a_stylesheet()` 3 years ago
  Sam Atkins 05bd0ca3ee LibWeb: Rename `parse_css()` -> `parse_css_stylesheet()` 3 years ago
  Simon Wanner 6437f5da36 LibWeb: Add basic support for the attr() CSS function 3 years ago
  Daniel Glazman 91e1383b85 LibWeb: Implement attribute selector case identifier 3 years ago
  Andreas Kling 427beb97b5 LibWeb: Streamline how inline CSS style declarations are constructed 3 years ago
  Sam Atkins 6672c19c93 LibWeb: Parse `@font-face` rules 3 years ago
  Sam Atkins 1dcde57922 LibWeb: Bring "parse a list of declarations" closer to spec 3 years ago
  Sam Atkins da1a819858 LibWeb: Rename parse_css_declaration() -> parse_css_style_attribute() 3 years ago
  Andreas Kling fda25f9505 LibWeb: Move HTML dimension value parsing from CSS to HTML namespace 3 years ago
  Andreas Kling 434970f022 LibWeb: Remove the totally ad-hoc parse_html_length() 3 years ago
  Andreas Kling 28c929e85c LibWeb: Add parser for the HTML "non-zero dimensions value" microsyntax 3 years ago
  Andreas Kling 075bdfdef8 LibWeb: Add a parser for the HTML "dimension value" microsyntax 3 years ago
  Sam Atkins c914e732d2 LibWeb+Base: Fix `An+B of foo` parsing 3 years ago
  Sam Atkins 03daa4653f LibWeb: Parse and compute text-shadow property 3 years ago
  Sam Atkins f078bb8294 LibWeb: Implement disallowing `inset` when parsing shadows 3 years ago
  Sam Atkins 1094654adc LbWeb: Rename BoxShadowFoo => ShadowFoo 3 years ago
  Sam Atkins 004f69b535 LibWeb: Restore `:is()` and `:where()` selector parsing 3 years ago
  Andreas Kling 5118a4c1e7 LibWeb: Parse CSS "font-variant" as part of "font" 3 years ago
  Sam Atkins c0d3f1a5e4 LibWeb: Use CSS::Number for CalculatedStyleValue numbers 3 years ago
  Sam Atkins fe372cd073 LibWeb: Use CSS::Number for Token numeric values 3 years ago
  Sam Atkins 0795b9f7bb LibWeb: Use floats instead of doubles for CSS numbers 3 years ago