mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:17:35 +00:00
LibWeb: Add parser for the HTML "non-zero dimensions value" microsyntax
This commit is contained in:
parent
fe908e7db2
commit
28c929e85c
2 changed files with 23 additions and 0 deletions
|
@ -360,5 +360,6 @@ RefPtr<CSS::Supports> parse_css_supports(CSS::ParsingContext const&, StringView)
|
|||
|
||||
RefPtr<CSS::StyleValue> parse_html_length(DOM::Document const&, StringView);
|
||||
RefPtr<CSS::StyleValue> parse_dimension_value(StringView);
|
||||
RefPtr<CSS::StyleValue> parse_nonzero_dimension_value(StringView);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue