When is <link>'s "obtain the resource" invoked?
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 9.4k
- Forks
- 3.2k
- PR merge metrics
- PR metrics pending
Description
It seems this is somewhat defined for rel=stylesheet, but not generally.
In particular, we do not want to invoke "obtain the resource" for XMLHttpRequest response documents or similar such documents or at least terminate it early in such cases so that the Window object reference doesn't result in some kind of undefined error.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Read the HTML Standard's definition of when link's "obtain the resource" runs, then review the issue's XMLHttpRequest response-document case and comments to determine the intended behavior; done means the specification clearly states whether that step runs or terminates for such documents.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html
- Domain
- web-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100