mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 15:16:14 +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:
committed by
Ali Mohammad Pur
parent
d60d149e62
commit
b00a23b0b6
@@ -8746,7 +8746,7 @@ private:
|
||||
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()
|
||||
{
|
||||
Optional<Length> size;
|
||||
|
||||
Reference in New Issue
Block a user