提交歷史

作者 SHA1 備註 提交日期
  Andreas Kling 427beb97b5 LibWeb: Streamline how inline CSS style declarations are constructed 3 年之前
  Sam Atkins 6672c19c93 LibWeb: Parse `@font-face` rules 3 年之前
  Sam Atkins 1dcde57922 LibWeb: Bring "parse a list of declarations" closer to spec 3 年之前
  Sam Atkins da1a819858 LibWeb: Rename parse_css_declaration() -> parse_css_style_attribute() 3 年之前
  Andreas Kling fda25f9505 LibWeb: Move HTML dimension value parsing from CSS to HTML namespace 3 年之前
  Andreas Kling 434970f022 LibWeb: Remove the totally ad-hoc parse_html_length() 3 年之前
  Andreas Kling 28c929e85c LibWeb: Add parser for the HTML "non-zero dimensions value" microsyntax 3 年之前
  Andreas Kling 075bdfdef8 LibWeb: Add a parser for the HTML "dimension value" microsyntax 3 年之前
  Sam Atkins f078bb8294 LibWeb: Implement disallowing `inset` when parsing shadows 3 年之前
  Sam Atkins 1094654adc LbWeb: Rename BoxShadowFoo => ShadowFoo 3 年之前
  Simon Wanner 63055ff5ad LibWeb: Parse the CSS transform-origin property 3 年之前
  Hendiadyoin1 fff12847d5 LibWeb: Pull out larger parsing parts from Parser::parse_simple_selector 3 年之前
  Sam Atkins 174a25db5b LibWeb: Combine identical relative/regular selector parsing functions 3 年之前
  Sam Atkins 5b0187477b LibWeb: Implement `:nth-[last-]child(n of foo)` syntax 3 年之前
  Sam Atkins 5319e2ba8e LibWeb: Parse forgiving selector-lists 3 年之前
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 年之前
  Simon Wanner 1ed5e79478 LibWeb: Fix resolving relative URLs in style sheets 3 年之前
  Sam Atkins 56a36da44e LibWeb: Only try parsing valid types of media-feature values 3 年之前
  Sam Atkins 5f93f1c161 LibWeb: Introduce and parse CSS Ratio type 3 年之前
  Sam Atkins adaab23149 LibWeb: Parse the `content` property 3 年之前
  Sam Atkins 5c8ea81d21 LibWeb: Parse Angle/Frequency/Resolution/Time types 3 年之前
  Sam Atkins b51f428165 LibWeb: Parse multiple box-shadows :^) 3 年之前
  Sam Atkins b69f6097de LibWeb: Resolve type of calc() expressions at parse-time 3 年之前
  Sam Atkins ea0f6b42f0 LibWeb: Add PercentageStyleValue, and parse it 3 年之前
  Sam Atkins c3bf9e5b79 LibWeb: Rewrite media-query parsing to match spec grammar 3 年之前
  Sam Atkins b6fe7cc324 LibWeb: Make MediaCondition a top-level type and add factory methods 3 年之前
  Sam Atkins ae4f0000c8 LibWeb: Make MediaFeature a top-level class and add factory methods 3 年之前
  Sam Atkins 6299d68e45 LibWeb: Introduce MediaFeatureValue type for use in media queries 3 年之前
  Sam Atkins 23dc0dac88 LibWeb: Parse and resolve UnresolvedStyleValues 3 年之前
  Sam Atkins dea4f83037 LibWeb: Use a string instead of an internal Parser class in Supports 3 年之前