From cad019f8dc6cd269ccdea8031e9993ed38abb0b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Tue, 2 Sep 2025 12:20:06 +0200 Subject: [PATCH] Add caniuse links where the IDs are different Follow-up to https://github.com/web-platform-dx/web-features/pull/3300 which only covered cases of (hyphenless) IDs matching. The starting point was a bunch of changes suggested by Gemini, asked to identify features that might be the same. The suggests were reviewed and about half of them are good. Comments were added where the features almost match but not quite. The description of execCommand() is also updated to reflect that the method sits on document, which is baked into the caniuse ID. --- features/appearance.yml | 1 + features/capture-stream-audio-video.yml | 2 ++ features/capture-stream-canvas.yml | 2 ++ features/data-urls.yml | 1 + features/execcommand.yml | 3 ++- features/hsts.yml | 1 + features/mediastream-recording.yml | 1 + features/navigation-timing.yml | 1 + features/network-information.yml | 1 + features/serial.yml | 1 + features/share.yml | 1 + features/spellcheck.yml | 1 + 12 files changed, 15 insertions(+), 1 deletion(-) diff --git a/features/appearance.yml b/features/appearance.yml index 78dc3b17233..059cf84f73c 100644 --- a/features/appearance.yml +++ b/features/appearance.yml @@ -1,6 +1,7 @@ name: appearance description: "The `appearance` CSS property controls the appearance of form controls. Using `appearance: none` disables any default native appearance and allows the elements to be styled with CSS." spec: https://drafts.csswg.org/css-ui-4/#appearance-switching +caniuse: css-appearance group: css compat_features: - css.properties.appearance diff --git a/features/capture-stream-audio-video.yml b/features/capture-stream-audio-video.yml index 7418250f5df..0030ea8677e 100644 --- a/features/capture-stream-audio-video.yml +++ b/features/capture-stream-audio-video.yml @@ -1,6 +1,8 @@ name: captureStream() for