-
Notifications
You must be signed in to change notification settings - Fork 47
Update the exported text for resolve #191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems like kind of a unnecessary change, but I suppose it doesn't hurt...
index.bs
Outdated
@@ -1558,7 +1558,7 @@ run the following steps: | |||
## Dereferencing Model for blob URLs ## {#requestResponseModel} | |||
|
|||
<div algorithm="resolveURL"> | |||
To <dfn export for="blob URL" lt="resolve">resolve a blob URL</dfn> given a |url| (a [=URL=]), run the following steps: | |||
To <dfn export for="blob URL">resolve a blob URL</dfn> given a |url| (a [=URL=]), run the following steps: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With resolve a blob URL
as text, I'd get rid of the for
part, as that is redundant now.
I agree with @mkruisselbrink that this isn't needed. This is what Edit: having said that, in this specific case the change does kinda make sense as the concept doesn't really belong to the blob URL concept. |
Sure, I agree as well, but #190 (comment)
Ok, well, I'll remove the |
Co-authored-by: Anne van Kesteren <annevk@annevk.nl>
See w3c/FileAPI#191 for context.
Closes #190
I'll update https://url.spec.whatwg.org/#url-parsing as soon as this PR merges.
Preview | Diff