Historial de Commits

Autor SHA1 Mensaje Fecha
  Sam Atkins c449cabae3 LibWeb: Move CSS Parser into new Web::CSS::Parser namespace hace 3 años
  Sam Atkins 1304bf5a21 LibWeb: Stop manually forward-declaring types in CSS Parser.h hace 3 años
  Sam Atkins 12b8570ce3 LibWeb: Understand the `format()` part of a `@font-face`'s `src` hace 3 años
  Sam Atkins ef7d80ced2 LibWeb: Parse `<urange>` as CSS::UnicodeRange hace 3 años
  Sam Atkins 611a209756 LibWeb: Rename StyleDeclarationRule -> Declaration hace 3 años
  Sam Atkins 8b538b1578 LibWeb: Rename StyleComponentValueRule -> ComponentValue hace 3 años
  Sam Atkins 9a60b697aa LibWeb: Remove redundant `[[nodiscard]]` from CSS Parser methods hace 3 años
  Sam Atkins cd199d9d06 LibWeb: Implement and use `parse_a_style_blocks_contents()` hace 3 años
  Sam Atkins a4f8056828 LibWeb: Spec-comment `parse_a_comma_separated_list_of_component_values` hace 3 años
  Sam Atkins 6ec92f5527 LibWeb: Spec-comment `parse_a_list_of_component_values()` hace 3 años
  Sam Atkins 34b3c09462 LibWeb: Spec-comment `parse_a_component_value()` hace 3 años
  Sam Atkins bcf4254331 LibWeb: Spec-comment `parse_a_list_of_declarations()` hace 3 años
  Sam Atkins 2aac9f9258 LibWeb: Bring `parse_a_declaration()` to spec and add comments hace 3 años
  Sam Atkins 239c36a19e LibWeb: Spec-comment `parse_a_rule()` hace 3 años
  Sam Atkins 12a787ef8a LibWeb: Use parse_a_list_of_rules() for `@media` and `@supports` hace 3 años
  Sam Atkins 7a225a380c LibWeb: Bring `parse_a_list_of_rules()` to spec hace 3 años
  Sam Atkins 85d8c652e9 LibWeb: Implement and use "parse a CSS stylesheet" algorithm hace 3 años
  Sam Atkins fc3d51c59e LibWeb: Use an enum class for the "top-level flag" hace 3 años
  Sam Atkins 87b125dcb9 LibWeb: Spec-comment `parse_a_stylesheet()` hace 3 años
  Sam Atkins 05bd0ca3ee LibWeb: Rename `parse_css()` -> `parse_css_stylesheet()` hace 3 años
  Andreas Kling 427beb97b5 LibWeb: Streamline how inline CSS style declarations are constructed hace 3 años
  Sam Atkins 6672c19c93 LibWeb: Parse `@font-face` rules hace 3 años
  Sam Atkins 1dcde57922 LibWeb: Bring "parse a list of declarations" closer to spec hace 3 años
  Sam Atkins da1a819858 LibWeb: Rename parse_css_declaration() -> parse_css_style_attribute() hace 3 años
  Andreas Kling fda25f9505 LibWeb: Move HTML dimension value parsing from CSS to HTML namespace hace 3 años
  Andreas Kling 434970f022 LibWeb: Remove the totally ad-hoc parse_html_length() hace 3 años
  Andreas Kling 28c929e85c LibWeb: Add parser for the HTML "non-zero dimensions value" microsyntax hace 3 años
  Andreas Kling 075bdfdef8 LibWeb: Add a parser for the HTML "dimension value" microsyntax hace 3 años
  Sam Atkins f078bb8294 LibWeb: Implement disallowing `inset` when parsing shadows hace 3 años
  Sam Atkins 1094654adc LbWeb: Rename BoxShadowFoo => ShadowFoo hace 3 años