mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 22:37:34 +00:00
LibWeb: Fix a spec link in CSS/Parser
This pointed to the wrong part of the spec, make it point to the right part instead :P
This commit is contained in:
parent
d60d149e62
commit
b00a23b0b6
1 changed files with 1 additions and 1 deletions
|
@ -8746,7 +8746,7 @@ private:
|
||||||
ComponentValue m_component_value;
|
ComponentValue m_component_value;
|
||||||
};
|
};
|
||||||
|
|
||||||
// https://html.spec.whatwg.org/multipage/images.html#parse-a-srcset-attribute
|
// https://html.spec.whatwg.org/multipage/images.html#parsing-a-sizes-attribute
|
||||||
Length Parser::Parser::parse_as_sizes_attribute()
|
Length Parser::Parser::parse_as_sizes_attribute()
|
||||||
{
|
{
|
||||||
Optional<Length> size;
|
Optional<Length> size;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue