Skip to content

Commit 79b1ee2

Browse files
authored
Remove chromestatus.com usage stats (#1235)
Chrome usage stats for web-features is now being maintained in the Chromium repository: https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/public/mojom/use_counter/metrics/webdx_feature.mojom;drc=41e539e573351d8e57160f2de3201c28e4a3cc19 All of the 87 features touched here have an enum entry in the above webdx_feature.mojom file, confirmed by transforming the feature identifier to kCamelCase and looking for an exact match in the list.
1 parent 9c7f22d commit 79b1ee2

File tree

89 files changed

+0
-124
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+0
-124
lines changed

features/accent-color.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
name: accent-color
22
description: The `accent-color` CSS property sets a color for checkboxes, radio buttons, and other form controls.
33
spec: https://drafts.csswg.org/css-ui-4/#widget-accent
4-
usage_stats: https://chromestatus.com/metrics/css/timeline/popularity/695

features/animation-composition.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
name: animation-composition
22
description: The `animation-composition` CSS property chooses how to combine animations that affect the same property.
33
spec: https://drafts.csswg.org/css-animations-2/#animation-composition
4-
usage_stats: https://chromestatus.com/metrics/css/timeline/popularity/743

features/appearance.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
name: appearance
22
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."
33
spec: https://drafts.csswg.org/css-ui-4/#appearance-switching
4-
usage_stats: https://chromestatus.com/metrics/css/timeline/popularity/658

features/aspect-ratio.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
name: aspect-ratio
22
description: "The `aspect-ratio` CSS property controls the width-to-height ratio of elements. For `<img>` and `<video>` elements, the `width` and `height` attributes used together with `height: auto` control the aspect ratio while the image/video is loading."
33
spec: https://drafts.csswg.org/css-sizing-4/#aspect-ratio
4-
usage_stats: https://chromestatus.com/metrics/css/timeline/popularity/657

features/avif.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: AVIF
22
description: AVIF (AV1 Image File Format) is an image format based on the AV1 video format.
33
spec: https://aomediacodec.github.io/av1-avif/
44
caniuse: avif
5-
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/3798
65
# TODO: Add notes about animated AVIF coming later in Safari (but don't mark this as partially supported)
76
status:
87
baseline: low

features/backdrop-filter.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ name: backdrop-filter
22
description: The `backdrop-filter` CSS property applies graphical effects such as blurring or color shifting to the area behind an element.
33
spec: https://drafts.fxtf.org/filter-effects-2/#BackdropFilterProperty
44
caniuse: css-backdrop-filter
5-
usage_stats: https://chromestatus.com/metrics/css/timeline/popularity/508

features/blocking-render.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ description: 'The `blocking="render"` attribute for `<link>`, `<script>`, and `<
88
# - Only works for on <link rel=stylesheet> and <link rel=expect>, not other <link>s
99
spec: https://html.spec.whatwg.org/multipage/urls-and-fetching.html#blocking-attributes
1010
group: html
11-
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/4183

features/border-image.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ name: Border images
22
description: The `border-image` CSS property draws an image around an element.
33
spec: https://drafts.csswg.org/css-backgrounds-3/#border-images
44
caniuse: border-image
5-
usage_stats: https://chromestatus.com/metrics/css/timeline/popularity/43

features/broadcast-channel.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ name: BroadcastChannel
22
description: The `BroadcastChannel` API allows you to send messages between same-origin browsing contexts, such as between the same page loaded in multiple tabs.
33
spec: https://html.spec.whatwg.org/multipage/web-messaging.html#broadcasting-to-other-browsing-contexts
44
caniuse: broadcastchannel
5-
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/1447

features/canvas-context-lost.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ name: contextlost and contextrestored
22
description: The `contextlost` event for `<canvas>` fires when the canvas backing storage is lost, while the `contextrestored` event fires when it is recreated.
33
spec: https://html.spec.whatwg.org/multipage/webappapis.html#context-lost-steps
44
group: canvas
5-
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/3974

0 commit comments

Comments
 (0)