Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 7c33a084fb LibWeb: Support CSS :only-of-type selector il y a 3 ans
  Sam Atkins 53ec2ace23 LibWeb: Explain discrepancy with media-query parsing il y a 3 ans
  Sam Atkins 8e82544dce LibWeb: Stop treating undefined lengths as valid il y a 3 ans
  Sam Atkins a99d02e14d LibWeb: Add an enum for !important il y a 3 ans
  Guilherme Gonçalves a456759d7a LibWeb: Ignore malformed at-rules in CSS parser il y a 3 ans
  Sam Atkins b51f428165 LibWeb: Parse multiple box-shadows :^) il y a 3 ans
  Sam Atkins e5b0369dfd LibWeb: Parse spread-distance and `inset` parts of box-shadow il y a 3 ans
  Sam Atkins c547bed13b LibWeb: Reorganize box-shadow parsing code il y a 3 ans
  Sam Atkins 8aaab19e6b LibWeb: Allow percentages for border-radius :^) il y a 3 ans
  Sam Atkins dc7e73a0b7 LibWeb: Don't dump all stylesheets with CSS_PARSER_DEBUG enabled il y a 3 ans
  Andreas Kling ad2180ba6c LibWeb: Put CSS parser debug spam behind CSS_PARSER_DEBUG il y a 3 ans
  Sam Atkins cbdbe0c5a2 LibWeb: Implement CalculatedStyleValue::to_string() il y a 3 ans
  Sam Atkins 714832e705 LibWeb: Distinguish between Integer and Number calc() values il y a 3 ans
  Sam Atkins b54cd17c1e LibWeb: Allow percentage tokens again when parsing calc() il y a 3 ans
  Sam Atkins b69f6097de LibWeb: Resolve type of calc() expressions at parse-time il y a 3 ans
  Sam Atkins b818d952d1 LibWeb: Combine the two sets of calc() operator enums il y a 3 ans
  Sam Atkins 5826fe094f LibWeb: Allow comma- or space-separated StyleValueLists il y a 3 ans
  Sam Atkins cff44831a8 LibWeb: Remove Length::Type::Percentage :^) il y a 3 ans
  Sam Atkins 784ba2ec42 LibWeb: Convert background-position to LengthPercentage il y a 3 ans
  Sam Atkins f602249ae9 LibWeb: Convert background-size from Length to LengthPercentage il y a 3 ans
  Sam Atkins f75e796909 LibWeb: Convert border-radii from Length to LengthPercentage :^) il y a 3 ans
  Sam Atkins ea0f6b42f0 LibWeb: Add PercentageStyleValue, and parse it il y a 3 ans
  Sam Atkins 416033a660 LibWeb: Support range syntax for media queries il y a 3 ans
  Sam Atkins c3bf9e5b79 LibWeb: Rewrite media-query parsing to match spec grammar il y a 3 ans
  Sam Atkins b6fe7cc324 LibWeb: Make MediaCondition a top-level type and add factory methods il y a 3 ans
  Sam Atkins ae4f0000c8 LibWeb: Make MediaFeature a top-level class and add factory methods il y a 3 ans
  Sam Atkins 6299d68e45 LibWeb: Introduce MediaFeatureValue type for use in media queries il y a 3 ans
  Sam Atkins 0a8e289f37 LibWeb: Update `<general-enclosed>` definition to match spec change il y a 3 ans
  Sam Atkins c9062b4ed5 LibWeb: Remove now-unused CustomStyleValue il y a 3 ans
  Sam Atkins 23dc0dac88 LibWeb: Parse and resolve UnresolvedStyleValues il y a 3 ans