LibWeb: Fix spec step numbering in comment

This commit is contained in:
Psychpsyo 2026-02-03 18:41:02 +01:00 committed by Jelle Raaijmakers
parent 78fcc7ed72
commit 9eb2b8da8e
Notes: github-actions[bot] 2026-02-06 10:33:40 +00:00

View file

@ -357,7 +357,7 @@ void HTMLObjectElement::resource_did_load(Fetch::Infrastructure::Response const&
// 1. Let the resource type be unknown.
Optional<MimeSniff::MimeType> resource_type;
// FIXME: 3. If the user agent is configured to strictly obey Content-Type headers for this resource, and the resource has
// FIXME: 2. If the user agent is configured to strictly obey Content-Type headers for this resource, and the resource has
// associated Content-Type metadata, then let the resource type be the type specified in the resource's Content-Type
// metadata, and jump to the step below labeled handler.