whatwg / html

HTML Standard
https://html.spec.whatwg.org/multipage/
Other
8.19k stars 2.72k forks source link

Clarify, normatively, that speculative fetches should never be duplicated #7065

Open mfreed7 opened 3 years ago

mfreed7 commented 3 years ago

The Speculative HTML Parser spec has a non-normative note that speculative fetches shouldn't result in duplicated fetches when the normal parser encounters the same resource. We should make that normative.

Originally suggested here: https://github.com/whatwg/html/pull/5959#discussion_r706524985

Cc @whatwg/html-parser

annevk commented 3 years ago

See also #7005. Ideally all these things go through the same pipeline.