Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions features/draft/spec/entries-api.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
draft_date: 2024-09-09
draft_date: 2025-11-04
name: File and Directory Entries API
description: TODO
spec: https://wicg.github.io/entries-api/
compat_features:
- api.DataTransferItem.webkitGetAsEntry
- api.File.webkitRelativePath
- api.FileSystem
- api.FileSystem.name
- api.FileSystem.root
Expand All @@ -23,5 +22,10 @@ compat_features:
- api.FileSystemEntry.name
- api.FileSystemFileEntry
- api.FileSystemFileEntry.file
- api.HTMLInputElement.webkitEntries
- api.HTMLInputElement.webkitdirectory

# The following features in the spec are already part of web-features:
# - <input type="file" webkitdirectory>:
# - api.File.webkitRelativePath
# - <input type="file" multiple>:
# - api.HTMLInputElement.webkitEntries
24 changes: 1 addition & 23 deletions features/draft/spec/entries-api.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
status:
baseline: false
support:
chrome: "22"
chrome: "13"
chrome_android: "132"
edge: "79"
firefox: "52"
Expand Down Expand Up @@ -101,18 +101,6 @@ compat_features:
# safari_ios: "18.4"
- api.HTMLInputElement.webkitdirectory

# baseline: low
# baseline_low_date: 2025-08-19
# support:
# chrome: "13"
# chrome_android: "18"
# edge: "13"
# firefox: "50"
# firefox_android: "142"
# safari: "11.1"
# safari_ios: "11.3"
- api.File.webkitRelativePath

# baseline: false
# support:
# chrome: "13"
Expand All @@ -122,13 +110,3 @@ compat_features:
# safari: "11.1"
# safari_ios: "11.3"
- api.DataTransferItem.webkitGetAsEntry

# baseline: false
# support:
# chrome: "22"
# chrome_android: "25"
# edge: "79"
# firefox: "50"
# safari: "11.1"
# safari_ios: "11.3"
- api.HTMLInputElement.webkitEntries
7 changes: 4 additions & 3 deletions features/draft/spec/html.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2025-11-03
draft_date: 2025-11-04
name: HTML
description: TODO
spec: https://html.spec.whatwg.org/multipage/
Expand Down Expand Up @@ -1312,7 +1312,6 @@ compat_features:
# - api.HTMLInputElement.list
# - api.HTMLInputElement.maxLength
# - api.HTMLInputElement.minLength
# - api.HTMLInputElement.multiple
# - api.HTMLInputElement.name
# - api.HTMLInputElement.pattern
# - api.HTMLInputElement.placeholder
Expand Down Expand Up @@ -1343,7 +1342,6 @@ compat_features:
# - html.elements.input.list
# - html.elements.input.maxlength
# - html.elements.input.minlength
# - html.elements.input.multiple
# - html.elements.input.name
# - html.elements.input.pattern
# - html.elements.input.placeholder
Expand Down Expand Up @@ -1380,6 +1378,9 @@ compat_features:
# - html.elements.input.min
# - html.elements.input.step
# - html.elements.input.type_number
# - <input type="file" multiple>:
# - api.HTMLInputElement.multiple
# - html.elements.input.multiple
# - showPicker() for <input>:
# - api.HTMLInputElement.showPicker
# - api.HTMLInputElement.showPicker.color_input
Expand Down