mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-16 04:59:23 +00:00
LibWeb/CSS: Parse the container-type property
This applies size, inline-size, and style containment in some cases. There are other WPT tests for that, but we seem to not implement enough of containment for this to have an effect so I've not imported those. Gets us 35 WPT subtests.
This commit is contained in:
parent
b0bb775c05
commit
3916e33276
Notes:
github-actions[bot]
2025-09-30 21:07:12 +00:00
Author: https://github.com/AtkinsSJ
Commit: 3916e33276
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6350
Reviewed-by: https://github.com/tcl3 ✅
17 changed files with 355 additions and 7 deletions
|
@ -395,6 +395,7 @@ private:
|
|||
RefPtr<PositionStyleValue const> parse_position_value(TokenStream<ComponentValue>&, PositionParsingMode = PositionParsingMode::Normal);
|
||||
RefPtr<StyleValue const> parse_filter_value_list_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<StyleValue const> parse_contain_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<StyleValue const> parse_container_type_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<StringStyleValue const> parse_opentype_tag_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<FontSourceStyleValue const> parse_font_source_value(TokenStream<ComponentValue>&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue