See https://bugs.chromium.org/p/chromium/issues/detail?id=102984
The expectation of at least one developer is that in this case:
<input type=file webkitdirectory accept="image/*">
... then if a directory is chosen, only image files would be included.
In Chrome, the accept attribute is ignored (similar to the multiple case in #24)
We should verify behavior in Firefox/Safari/Edge
See https://bugs.chromium.org/p/chromium/issues/detail?id=102984
The expectation of at least one developer is that in this case:
... then if a directory is chosen, only image files would be included.
In Chrome, the
acceptattribute is ignored (similar to themultiplecase in #24)We should verify behavior in Firefox/Safari/Edge