-
Notifications
You must be signed in to change notification settings - Fork 66
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
Require a "." to be included in the accepted extensions. #219
Conversation
Implements the changes from WICG/file-system-access#219. Change-Id: Ic785f0362b5c73a843145c5384f063cf24770b7b
This is more in line with how accepts in input type=file works, as well as how the file handling API currently is specified. Fixes #213
931a0f7
to
996cb57
Compare
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.
Normative changes LGTM, with the issue noted. Can fix here or a follow up.
Non-normative text still refers to "extensions" and should be updated carefully in a subsequent PR, e.g. saying something like suffixes (commonly called "extensions") somewhere. The domintro section should also call out that the leading .
is required.
I did add a mention of "." being required. Not sure about rephrasing the non-normative text to say suffixes. HTML just calls these things extensions in its description of |
Implements the changes from WICG/file-system-access#219. Change-Id: Ic785f0362b5c73a843145c5384f063cf24770b7b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2360597 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#799617}
Implements the changes from WICG/file-system-access#219. Change-Id: Ic785f0362b5c73a843145c5384f063cf24770b7b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2360597 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#799617}
Implements the changes from WICG/file-system-access#219. Change-Id: Ic785f0362b5c73a843145c5384f063cf24770b7b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2360597 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#799617}
…ensions., a=testonly Automatic update from web-platform-tests [FS] Require a leading . in accepted extensions. Implements the changes from WICG/file-system-access#219. Change-Id: Ic785f0362b5c73a843145c5384f063cf24770b7b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2360597 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#799617} -- wpt-commits: 7a3831fa57581bcd6081f9a2d2befbda888c016b wpt-pr: 25071
…ensions., a=testonly Automatic update from web-platform-tests [FS] Require a leading . in accepted extensions. Implements the changes from WICG/file-system-access#219. Change-Id: Ic785f0362b5c73a843145c5384f063cf24770b7b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2360597 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#799617} -- wpt-commits: 7a3831fa57581bcd6081f9a2d2befbda888c016b wpt-pr: 25071
Implements the changes from WICG/file-system-access#219. Change-Id: Ic785f0362b5c73a843145c5384f063cf24770b7b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2360597 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#799617} GitOrigin-RevId: 79011db8c74b84c315a098ed89896255142baf2c
This is more in line with how accepts in input type=file works, as well
as how the file handling API currently is specified.
Fixes #213
Preview | Diff