diff --git a/features/draft/spec/entries-api.yml b/features/draft/spec/entries-api.yml index 3664608217c..a7db8e3516d 100644 --- a/features/draft/spec/entries-api.yml +++ b/features/draft/spec/entries-api.yml @@ -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 @@ -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: +# - : +# - api.File.webkitRelativePath +# - : +# - api.HTMLInputElement.webkitEntries diff --git a/features/draft/spec/entries-api.yml.dist b/features/draft/spec/entries-api.yml.dist index c78085a5a03..6c6dd360a02 100644 --- a/features/draft/spec/entries-api.yml.dist +++ b/features/draft/spec/entries-api.yml.dist @@ -4,7 +4,7 @@ status: baseline: false support: - chrome: "22" + chrome: "13" chrome_android: "132" edge: "79" firefox: "52" @@ -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" @@ -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 diff --git a/features/draft/spec/html.yml b/features/draft/spec/html.yml index 70f21a9cf97..eaf3cd4be2b 100644 --- a/features/draft/spec/html.yml +++ b/features/draft/spec/html.yml @@ -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/ @@ -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 @@ -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 @@ -1380,6 +1378,9 @@ compat_features: # - html.elements.input.min # - html.elements.input.step # - html.elements.input.type_number +# - : +# - api.HTMLInputElement.multiple +# - html.elements.input.multiple # - showPicker() for : # - api.HTMLInputElement.showPicker # - api.HTMLInputElement.showPicker.color_input