Re: [w3c/FileAPI] Remove the / -> : replacement from the File constructor (#41)

There's also the issue that HTML specifies that filenames for `<input type="file">` must not contain path components separated by `'\\'`, but it says nothing about `'/'`. I don't think this is an issue that any of the algorithms in HTML would choke on, but in the interest of consistency, if the File constructor throws on one, it should also throw on the other.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/FileAPI/issues/41#issuecomment-642475229

Received on Thursday, 11 June 2020 07:48:33 UTC