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