From 79df0ebf6c9ea1527c5d982f4c24277a1e0d9373 Mon Sep 17 00:00:00 2001 From: Daniel <198354403+BaconMan1168@users.noreply.github.com> Date: Thu, 3 Sep 2026 19:01:12 +0800 Subject: [PATCH] Fix inconsistent standard_track for HTML webkitdirectory attribute html.elements.input.webkitdirectory had standard_track: false and no spec_url, while the corresponding api.HTMLInputElement.webkitdirectory entry has standard_track: true with a spec_url to the same WICG File and Directory Entries API definition. Align the HTML attribute entry with the IDL attribute entry since both describe the same spec text. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01P2PaDYUv8Js2URx3GmpfP2 --- html/elements/input.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html/elements/input.json b/html/elements/input.json index 32bef94f2ff4d2..976d4860e8c08c 100644 --- a/html/elements/input.json +++ b/html/elements/input.json @@ -1494,6 +1494,7 @@ }, "webkitdirectory": { "__compat": { + "spec_url": "https://wicg.github.io/entries-api/#dom-htmlinputelement-webkitdirectory", "tags": [ "web-features:input-file-webkitdirectory" ], @@ -1540,7 +1541,7 @@ }, "status": { "experimental": false, - "standard_track": false, + "standard_track": true, "deprecated": false } }