thankyouverycool
|
96895cd22c
Everywhere: Fully qualify font names by including their slope
|
3 years ago |
Andreas Kling
|
12932d187e
LibWeb: Teach StyleComputer about "Automatic Box Type Transformation"
|
3 years ago |
Sam Atkins
|
0162ca912b
LibWeb: Handle percentage font sizes
|
3 years ago |
Sam Atkins
|
c9062b4ed5
LibWeb: Remove now-unused CustomStyleValue
|
3 years ago |
Sam Atkins
|
c3437bccb3
LibWeb: Handle dependency cycles in CSS var()s :^)
|
3 years ago |
Sam Atkins
|
3df0bf2c8d
LibWeb: Mitigate the billion-laughs attack on CSS variables
|
3 years ago |
Sam Atkins
|
67e1125b4c
LibWeb: Handle fallback values for CSS variables :^)
|
3 years ago |
Sam Atkins
|
23dc0dac88
LibWeb: Parse and resolve UnresolvedStyleValues
|
3 years ago |
Andreas Kling
|
7c57961c61
LibWeb: Move BrowsingContext into HTML/
|
3 years ago |
Sam Atkins
|
ecf1b7f977
LibWeb: Handle multiple backgrounds in StyleComputer
|
3 years ago |
Sam Atkins
|
e52f987020
LibWeb: Make property_initial_value() return a NonnullRefPtr
|
3 years ago |
Sam Atkins
|
96936d04d6
LibWeb: Parse background-size as part of background shorthand
|
3 years ago |
Sam Atkins
|
67214e0b61
LibWeb: Parse `background-size` property
|
3 years ago |
Sam Atkins
|
901a990b1b
LibWeb: Remove concept of CSS pseudo-properties
|
3 years ago |
Sam Atkins
|
1e53768f1b
LibWeb: Combine background-repeat-x/y pseudo-properties
|
3 years ago |
Sam Atkins
|
5d0acb63ae
LibWeb: Use BackgroundRepeatStyleValue in `background` shorthand
|
3 years ago |
Sam Atkins
|
532f1e859d
LibWeb: Parse `background-clip` and `background-origin`
|
3 years ago |
Sam Atkins
|
018a4aa85c
LibWeb: Parse `background-attachment` as part of `background` property
|
3 years ago |
Sam Atkins
|
116a5fe5d0
LibWeb: Add `background-position` to `background` property
|
3 years ago |
Sam Atkins
|
988a8ed3d8
LibWeb: Parse CSS `background-position` property
|
3 years ago |
Sam Atkins
|
78e57096e2
LibWeb: Distinguish between integer and float in NumericStyleValue
|
3 years ago |
Sam Atkins
|
2d0c6bde01
LibWeb: Use W3C urls for CSS-CASCADE spec links
|
3 years ago |
Andreas Kling
|
3b0da8b28c
LibWeb: Add a missing null check in StyleComputer::compute_font()
|
3 years ago |
Ben Wiederhake
|
0db6ca4065
LibWeb: Resolve cyclic dependency between StyleSheet and ImportRule
|
3 years ago |
Andreas Kling
|
71f371f6b1
LibWeb: Ignore `font-size: calc(...)` for now
|
3 years ago |
Andreas Kling
|
f8dd3e14ba
LibWeb: Rename CSS::StyleResolver => StyleComputer
|
3 years ago |