mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-28 20:29:03 +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
Notes:
sideshowbarker
2024-07-17 06:45:52 +09:00
Author: https://github.com/alimpfard
Commit: b00a23b0b6
Pull-request: https://github.com/SerenityOS/serenity/pull/19899
Reviewed-by: https://github.com/AtkinsSJ
Reviewed-by: https://github.com/LucasChollet
Reviewed-by: https://github.com/linusg ✅
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue