Skip to content

Commit d0487e3

Browse files
Update draft features (#3500)
1 parent 3475997 commit d0487e3

File tree

3 files changed

+12
-29
lines changed

3 files changed

+12
-29
lines changed

features/draft/spec/entries-api.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
draft_date: 2024-09-09
1+
draft_date: 2025-11-04
22
name: File and Directory Entries API
33
description: TODO
44
spec: https://wicg.github.io/entries-api/
55
compat_features:
66
- api.DataTransferItem.webkitGetAsEntry
7-
- api.File.webkitRelativePath
87
- api.FileSystem
98
- api.FileSystem.name
109
- api.FileSystem.root
@@ -23,5 +22,10 @@ compat_features:
2322
- api.FileSystemEntry.name
2423
- api.FileSystemFileEntry
2524
- api.FileSystemFileEntry.file
26-
- api.HTMLInputElement.webkitEntries
2725
- api.HTMLInputElement.webkitdirectory
26+
27+
# The following features in the spec are already part of web-features:
28+
# - <input type="file" webkitdirectory>:
29+
# - api.File.webkitRelativePath
30+
# - <input type="file" multiple>:
31+
# - api.HTMLInputElement.webkitEntries

features/draft/spec/entries-api.yml.dist

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
status:
55
baseline: false
66
support:
7-
chrome: "22"
7+
chrome: "13"
88
chrome_android: "132"
99
edge: "79"
1010
firefox: "52"
@@ -101,18 +101,6 @@ compat_features:
101101
# safari_ios: "18.4"
102102
- api.HTMLInputElement.webkitdirectory
103103

104-
# baseline: low
105-
# baseline_low_date: 2025-08-19
106-
# support:
107-
# chrome: "13"
108-
# chrome_android: "18"
109-
# edge: "13"
110-
# firefox: "50"
111-
# firefox_android: "142"
112-
# safari: "11.1"
113-
# safari_ios: "11.3"
114-
- api.File.webkitRelativePath
115-
116104
# baseline: false
117105
# support:
118106
# chrome: "13"
@@ -122,13 +110,3 @@ compat_features:
122110
# safari: "11.1"
123111
# safari_ios: "11.3"
124112
- api.DataTransferItem.webkitGetAsEntry
125-
126-
# baseline: false
127-
# support:
128-
# chrome: "22"
129-
# chrome_android: "25"
130-
# edge: "79"
131-
# firefox: "50"
132-
# safari: "11.1"
133-
# safari_ios: "11.3"
134-
- api.HTMLInputElement.webkitEntries

features/draft/spec/html.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
draft_date: 2025-11-03
1+
draft_date: 2025-11-04
22
name: HTML
33
description: TODO
44
spec: https://html.spec.whatwg.org/multipage/
@@ -1312,7 +1312,6 @@ compat_features:
13121312
# - api.HTMLInputElement.list
13131313
# - api.HTMLInputElement.maxLength
13141314
# - api.HTMLInputElement.minLength
1315-
# - api.HTMLInputElement.multiple
13161315
# - api.HTMLInputElement.name
13171316
# - api.HTMLInputElement.pattern
13181317
# - api.HTMLInputElement.placeholder
@@ -1343,7 +1342,6 @@ compat_features:
13431342
# - html.elements.input.list
13441343
# - html.elements.input.maxlength
13451344
# - html.elements.input.minlength
1346-
# - html.elements.input.multiple
13471345
# - html.elements.input.name
13481346
# - html.elements.input.pattern
13491347
# - html.elements.input.placeholder
@@ -1380,6 +1378,9 @@ compat_features:
13801378
# - html.elements.input.min
13811379
# - html.elements.input.step
13821380
# - html.elements.input.type_number
1381+
# - <input type="file" multiple>:
1382+
# - api.HTMLInputElement.multiple
1383+
# - html.elements.input.multiple
13831384
# - showPicker() for <input>:
13841385
# - api.HTMLInputElement.showPicker
13851386
# - api.HTMLInputElement.showPicker.color_input

0 commit comments

Comments
 (0)