Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling 102b8d717f LibWeb: Set `flex-basis` to `0%` when omitted from `flex` shorthand hace 2 años
  Aliaksandr Kalenik 3b3ade0b8d LibWeb: Use none as initial value for grid-template-column/rows hace 2 años
  Luke Wilde 42a183720b LibWeb/SVG: Support url() in the stroke attribute hace 2 años
  Sam Atkins 874202045d LibWeb: Rewind TokenStream if we reject a parsed value as out-of-bounds hace 2 años
  Sam Atkins c48347f0cb LibWeb: Exit `parse_font_family_value()` when hitting an illegal token hace 2 años
  Sam Atkins 052ca0a246 LibWeb: Detect and reject math functions with no resolved type hace 2 años
  Andreas Kling df8a96ee00 LibWeb: Add a way to resolve calc() values without a layout node hace 2 años
  Sam Atkins 1f2629f132 LibWeb: Bounds-check parsed CSS types hace 2 años
  stelar7 2ef6aa5f3d LibWeb: Parse `clamp()` css math function hace 2 años
  stelar7 eaee0ecd88 LibWeb: Parse `max()` css math function hace 2 años
  stelar7 6a10821bfd LibWeb: Parse `min()` css math function hace 2 años
  stelar7 570e43a66a LibWeb: Move function parsing to separate method hace 2 años
  Sam Atkins 8889635ba7 LibWeb: Remove int usage of NumberStyleValues hace 2 años
  Sam Atkins 1160d8186b LibWeb: Implement IntegerStyleValue, for holding `<integer>` hace 2 años
  Sam Atkins ad8565011c LibWeb: Rename NumericStyleValue -> NumberStyleValue hace 2 años
  FalseHonesty dcead6f5eb LibWeb: Add support for parsing place-content shorthand CSS property hace 2 años
  stelar7 e23d31ae83 LibWeb: Lazy evaluate optional to avoid crash hace 2 años
  Ali Mohammad Pur e90752cc21 LibWeb: Add preliminary support for CSS animations hace 2 años
  Ali Mohammad Pur 279924242d LibWeb: Add CSS CompositeStyleValue hace 2 años
  Ali Mohammad Pur 49bb04a6ba LibWeb: Visit CSS block tokens for var() tokens as well hace 2 años
  Ali Mohammad Pur 5cd01bd644 LibWeb: Allow '0' as a CSS dimension value hace 2 años
  Andi Gallo c411b5408e LibWeb: Improve support for selecting an image source hace 2 años
  Sam Atkins e8a946c674 LibWeb: Remove StyleValue::has/to_length() hace 2 años
  Sam Atkins 6bbf163499 LibWeb: Create a LengthStyleValue for flex-basis of `0` hace 2 años
  Aliaksandr Kalenik ab5b89eb95 LibWeb: Add basic parsing of grid shorthand CSS property hace 2 años
  Sam Atkins b0a43404b9 LibWeb: Avoid nullptr dereference when parsing grid sizes hace 2 años
  Sam Atkins f6fae315e3 LibWeb: Add CustomIdentStyleValue, along with parsing for it hace 2 años
  Sam Atkins c0e61f92c0 LibWeb: Remove now-unused `parse_css_value(ComponentValue)` method hace 2 años
  Sam Atkins 7e8ed996c9 LibWeb: Use new StyleValue parsing for transform-origin hace 2 años
  Sam Atkins f759a16087 LibWeb: Use new StyleValue parsing for text-decoration hace 2 años