[Webkit-unassigned] [Bug 262030] Link-stylesheet elements fire load events for 3XX responses that do not redirect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 26 11:05:20 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=262030

--- Comment #1 from sideshowbarker <mike at w3.org> ---
I suspect the same behavior would be observed in WebKit for any other type of subresource request; that is, the behavior isn’t special or specific to <link rel=stylesheet> elements — instead, the load event will also fire for any other type of subresource request with a 3XX response that doesn’t redirect.

And in that case, https://fetch.spec.whatwg.org/ would be the place where the relevant requirements are given.

At least there’s nothing in the HTML spec that states any requirements about what UAs must do in the case where the response for a <link rel=stylesheet> request is a 3XX response that doesn’t redirect. (In contrast to the https://bugs.webkit.org/show_bug.cgi?id=261811 case, where the spec does explicitly state requirements for what UAs must do when the MIME type isn’t text/css.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230926/fae773de/attachment.htm>


More information about the webkit-unassigned mailing list