1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-02 23:12:08 +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:
Ali Mohammad Pur 2023-07-09 21:04:16 +03:30 committed by Ali Mohammad Pur
parent d60d149e62
commit b00a23b0b6

View file

@ -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;