mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-19 18:30:27 +00:00
LibWeb: Fix spec step numbering in comment
This commit is contained in:
parent
78fcc7ed72
commit
9eb2b8da8e
Notes:
github-actions[bot]
2026-02-06 10:33:40 +00:00
Author: https://github.com/Psychpsyo
Commit: 9eb2b8da8e
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/7748
Reviewed-by: https://github.com/gmta ✅
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue