Sam Atkins
|
148f873321
LibWeb: Merge background-position parsing into position code
|
1 year ago |
Sam Atkins
|
763b08c23f
LibWeb: Remove now-unused CSS::PositionValue type and associated parsing
|
1 year ago |
Sam Atkins
|
8917378aa7
LibWeb: Adapt `parse_position()` into `parse_position_value()`
|
1 year ago |
Shannon Booth
|
ea2b733862
LibWeb: Port custom properties to FlyString
|
1 year ago |
Sam Atkins
|
e905072e47
LibWeb: Replace GridTrackPlacementShorthandStyleValue with ShorthandSV
|
1 year ago |
Sam Atkins
|
f5cb2e8dc2
LibWeb: Replace GridTrackSizeListShorthandStyleValue with ShorthandSV
|
1 year ago |
Sam Atkins
|
23d59a6caf
LibWeb: Replace BorderStyleValue with ShorthandStyleValue
|
1 year ago |
Sam Atkins
|
dc7a52957e
LibWeb: Parse and compute CSS `quotes` property
|
1 year ago |
Sam Atkins
|
6476dea898
LibWeb: Implement the `math-depth` CSS property
|
1 year ago |
Sam Atkins
|
07039af982
LibWeb: Implement attr() types :^)
|
1 year ago |
Sam Atkins
|
9735f474a2
LibWeb: Extract attr() substitution into its own method
|
1 year ago |
Sam Atkins
|
7d10484660
LibWeb: Move UnresolvedStyleValue resolution into the CSS Parser
|
1 year ago |
Sam Atkins
|
e9b58ff096
LibWeb: Move check for CSS-wide keywords to ValueID.h
|
1 year ago |
Andreas Kling
|
703c2bb06e
LibWeb: Add support for parsing `grid-auto-flow` CSS property
|
1 year ago |
Sam Atkins
|
e177cef8ff
LibWeb: Make parse_css_value_for_properties() return Optional
|
1 year ago |
Sam Atkins
|
2038cb3c81
LibWeb: Make CSS math function parsing infallible
|
1 year ago |
Sam Atkins
|
28c2836c24
LibWeb: Make external StyleValue-parsing methods infallible
|
1 year ago |
Sam Atkins
|
9e1bbfbd37
LibWeb: Make internal StyleValue-parsing methods infallible
|
1 year ago |
Sam Atkins
|
c40e441894
LibWeb: Move CSS ParsingContext to its own header
|
1 year ago |
Sam Atkins
|
f176e04323
LibWeb: Move CSS::Parser::Dimension class to a separate file
|
1 year ago |
Sam Atkins
|
1d6c2cb287
LibWeb: Move media-query parsing code to separate file
|
1 year ago |
Sam Atkins
|
68dae8ab46
LibWeb: Deduplicate calc-parsing code
|
1 year ago |
Sam Atkins
|
5042c903be
LibWeb: Add SimpleSelector::QualifiedName, with parsing
|
1 year ago |
Aliaksandr Kalenik
|
da2cd73bcf
LibWeb: Add place-self css property support
|
1 year ago |
Karol Kosek
|
16836e7e62
LibWeb: Remove checking for AllowedDataUrlType
|
2 years ago |
Andreas Kling
|
95097e47a7
LibWeb: Allow calc() values in image `sizes` attribute
|
1 year ago |
Aliaksandr Kalenik
|
a8587fe54e
LibWeb: Add support for "place-items" CSS property
|
2 years ago |
Sam Atkins
|
8fc545992d
LibWeb: Use generated math-function-parsing code
|
2 years ago |
Sam Atkins
|
618c0402a7
LibWeb: Generate parsing code for CSS math functions
|
2 years ago |
Ali Mohammad Pur
|
dd073b2711
Meta/CodeGenerators+LibWeb: Implement parsing CSS easing functions
|
2 years ago |