immersive-web / immersive-web/model-element
Clarification: using dynamic/generated `src` values
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 86
- Forks
- 12
- Avg merge
- 7h 12m
- Merged PRs (30d)
- 1
Description
It seems that neither the spec nor the explainer referenced from the Readme mention what should happen when the source data is in memory, for example created from URL.createObjectUrl(someBlob). Images, audio, video work that way; however it looks like at least the current implementation on Safari does not accept such URLs, which may or not may be a bug given that the spec doesn't explain it.
Or maybe it doesn't need to because that's how resources on the web work?
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
Start with the spec and explainer referenced from the repository README, then review the reported Safari behavior for URLs created with URL.createObjectURL. Clarify whether in-memory source URLs are supported and document the expected behavior in the appropriate specification or explainer text.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html
- Domain
- web-dev
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100