Skip to content

Commit f8223fd

Browse files
Bump @mdn/browser-compat-data from 5.5.23 to 5.5.24 (#1020)
Co-authored-by: Philip Jägenstedt <[email protected]>
1 parent 047e182 commit f8223fd

14 files changed

+22
-140
lines changed

feature-group-definitions/constructed-stylesheets.dist.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ spec:
77
- https://drafts.csswg.org/cssom-1/#dom-cssstylesheet-cssstylesheet
88
- https://drafts.csswg.org/cssom-1/#dom-documentorshadowroot-adoptedstylesheets
99
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/2846
10-
# The status is overridden until
11-
# https://github.com/mdn/browser-compat-data/pull/22940 is merged. That moves
12-
# support for baseURL into a subfeature. That is not important for typical uses
13-
# of constructed stylesheets (it doesn't appear in examples) and should be
14-
# treated as a later minor addition to the feature.
1510
status:
1611
baseline: low
1712
baseline_low_date: 2023-03-27
@@ -29,3 +24,7 @@ compat_features:
2924
- api.CSSStyleSheet.replaceSync
3025
- api.Document.adoptedStyleSheets
3126
- api.ShadowRoot.adoptedStyleSheets
27+
# Setting the base URL is probably not important for typical uses of
28+
# constructed stylesheets (it doesn't appear in examples) and should be
29+
# treated as a later minor addition to the feature.
30+
# - api.CSSStyleSheet.CSSStyleSheet.options_baseURL_parameter

feature-group-definitions/constructed-stylesheets.yml

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,13 @@ spec:
44
- https://drafts.csswg.org/cssom-1/#dom-cssstylesheet-cssstylesheet
55
- https://drafts.csswg.org/cssom-1/#dom-documentorshadowroot-adoptedstylesheets
66
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/2846
7-
# The status is overridden until
8-
# https://github.com/mdn/browser-compat-data/pull/22940 is merged. That moves
9-
# support for baseURL into a subfeature. That is not important for typical uses
10-
# of constructed stylesheets (it doesn't appear in examples) and should be
11-
# treated as a later minor addition to the feature.
12-
status:
13-
baseline: low
14-
baseline_low_date: 2023-03-27
15-
support:
16-
chrome: "73"
17-
chrome_android: "73"
18-
edge: "79"
19-
firefox: "101"
20-
firefox_android: "101"
21-
safari: "16.4"
22-
safari_ios: "16.4"
7+
compat_features:
8+
- api.CSSStyleSheet.CSSStyleSheet
9+
- api.CSSStyleSheet.replace
10+
- api.CSSStyleSheet.replaceSync
11+
- api.Document.adoptedStyleSheets
12+
- api.ShadowRoot.adoptedStyleSheets
13+
# Setting the base URL is probably not important for typical uses of
14+
# constructed stylesheets (it doesn't appear in examples) and should be
15+
# treated as a later minor addition to the feature.
16+
# - api.CSSStyleSheet.CSSStyleSheet.options_baseURL_parameter

feature-group-definitions/individual-transforms.dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ usage_stats:
1010
- https://chromestatus.com/metrics/css/timeline/popularity/506 # scale
1111
status:
1212
baseline: low
13-
baseline_low_date: 2022-08-09
13+
baseline_low_date: 2022-08-05
1414
support:
1515
chrome: "104"
1616
chrome_android: "104"

feature-group-definitions/line-clamp.dist.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,8 @@ name: line-clamp
55
description: "The `line-clamp` CSS property limits the text in a block container to a certain number of lines. The prefixed `-webkit-line-clamp` is widely supported but only works with `-webkit-box-orient: vertical` in combination with `display: -webkit-box` or `display: -webkit-inline-box`."
66
spec: https://drafts.csswg.org/css-overflow-4/#line-clamp
77
caniuse: css-line-clamp
8-
# Since BCD has an entry for -webkit-line-clamp but none for unprefixed
9-
# line-clamp, we need an override to represent that no browser supports this. If
10-
# https://github.com/mdn/browser-compat-data/pull/22951 is merged, this can be
11-
# removed:
128
status:
139
baseline: false
1410
support: {}
1511
compat_features:
16-
- css.properties.-webkit-line-clamp
12+
- css.properties.line-clamp

feature-group-definitions/line-clamp.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,3 @@ name: line-clamp
22
description: "The `line-clamp` CSS property limits the text in a block container to a certain number of lines. The prefixed `-webkit-line-clamp` is widely supported but only works with `-webkit-box-orient: vertical` in combination with `display: -webkit-box` or `display: -webkit-inline-box`."
33
spec: https://drafts.csswg.org/css-overflow-4/#line-clamp
44
caniuse: css-line-clamp
5-
# Since BCD has an entry for -webkit-line-clamp but none for unprefixed
6-
# line-clamp, we need an override to represent that no browser supports this. If
7-
# https://github.com/mdn/browser-compat-data/pull/22951 is merged, this can be
8-
# removed:
9-
status:
10-
baseline: false
11-
support: {}

feature-group-definitions/mathml.dist.yml

Lines changed: 0 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -28,69 +28,3 @@ status:
2828
firefox_android: "4"
2929
safari: "10"
3030
safari_ios: "10"
31-
compat_features:
32-
- api.MathMLElement
33-
- api.MathMLElement.autofocus
34-
- api.MathMLElement.blur
35-
- api.MathMLElement.dataset
36-
- api.MathMLElement.focus
37-
- api.MathMLElement.style
38-
- api.MathMLElement.tabIndex
39-
- mathml.elements.math
40-
- mathml.elements.math.display
41-
- mathml.elements.merror
42-
- mathml.elements.mfrac
43-
- mathml.elements.mfrac.linethickness
44-
- mathml.elements.mi
45-
- mathml.elements.mi.mathvariant
46-
- mathml.elements.mmultiscripts
47-
- mathml.elements.mn
48-
- mathml.elements.mo
49-
- mathml.elements.mo.form
50-
- mathml.elements.mo.largeop
51-
- mathml.elements.mo.lspace
52-
- mathml.elements.mo.maxsize
53-
- mathml.elements.mo.minsize
54-
- mathml.elements.mo.moveablelimits
55-
- mathml.elements.mo.rspace
56-
- mathml.elements.mo.stretchy
57-
- mathml.elements.mo.symmetric
58-
- mathml.elements.mover
59-
- mathml.elements.mover.accent
60-
- mathml.elements.mpadded
61-
- mathml.elements.mpadded.depth
62-
- mathml.elements.mpadded.height
63-
- mathml.elements.mpadded.lspace
64-
- mathml.elements.mpadded.voffset
65-
- mathml.elements.mpadded.width
66-
- mathml.elements.mphantom
67-
- mathml.elements.mroot
68-
- mathml.elements.mrow
69-
- mathml.elements.ms
70-
- mathml.elements.mspace
71-
- mathml.elements.mspace.depth
72-
- mathml.elements.mspace.height
73-
- mathml.elements.mspace.width
74-
- mathml.elements.msqrt
75-
- mathml.elements.mstyle
76-
- mathml.elements.msub
77-
- mathml.elements.msubsup
78-
- mathml.elements.msup
79-
- mathml.elements.mtable
80-
- mathml.elements.mtd
81-
- mathml.elements.mtd.columnspan
82-
- mathml.elements.mtd.rowspan
83-
- mathml.elements.mtext
84-
- mathml.elements.mtr
85-
- mathml.elements.munder
86-
- mathml.elements.munder.accentunder
87-
- mathml.elements.munderover
88-
- mathml.elements.munderover.accent
89-
- mathml.elements.munderover.accentunder
90-
- mathml.elements.semantics
91-
- mathml.global_attributes.dir
92-
- mathml.global_attributes.displaystyle
93-
- mathml.global_attributes.mathbackground
94-
- mathml.global_attributes.mathcolor
95-
- mathml.global_attributes.mathsize
96-
- mathml.global_attributes.scriptlevel

feature-group-definitions/transforms2d.dist.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ status:
1919
safari_ios: "9"
2020
compat_features:
2121
- css.properties.transform
22-
# https://github.com/mdn/browser-compat-data/pull/22926
23-
# - css.properties.transform-box
2422
- css.properties.transform-origin
2523
- css.types.transform-function
2624
- css.types.transform-function.matrix

feature-group-definitions/transforms2d.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,3 @@ name: 2D transforms
22
description: The `transform` CSS property and its 2D transform functions allow rotating, scaling, skewing, and translating an element. Arbitrary 2D transforms are also possible using a transformation matrix.
33
caniuse: transforms2d
44
spec: https://drafts.csswg.org/css-transforms-1/
5-
compat_features:
6-
- css.properties.transform
7-
# https://github.com/mdn/browser-compat-data/pull/22926
8-
# - css.properties.transform-box
9-
- css.properties.transform-origin
10-
- css.types.transform-function
11-
- css.types.transform-function.matrix
12-
- css.types.transform-function.rotate
13-
- css.types.transform-function.scale
14-
- css.types.transform-function.scaleX
15-
- css.types.transform-function.scaleY
16-
- css.types.transform-function.skew
17-
- css.types.transform-function.skewX
18-
- css.types.transform-function.skewY
19-
- css.types.transform-function.translate
20-
- css.types.transform-function.translateX
21-
- css.types.transform-function.translateY

feature-group-definitions/viewport-unit-variants.dist.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ alias: viewport-relative-unit-variants
1010
caniuse: viewport-unit-variants
1111
status:
1212
baseline: low
13-
baseline_low_date: 2022-12-06
13+
baseline_low_date: 2022-12-05
1414
support:
1515
chrome: "108"
1616
chrome_android: "108"
@@ -19,7 +19,6 @@ status:
1919
firefox_android: "101"
2020
safari: "15.4"
2121
safari_ios: "15.4"
22-
# TODO: remove after https://github.com/mdn/browser-compat-data/pull/22943
2322
compat_features:
2423
- css.types.length.vb
2524
- css.types.length.vi

feature-group-definitions/viewport-unit-variants.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,3 @@ spec:
55
- https://drafts.csswg.org/css-values-4/#viewport-relative-lengths
66
alias: viewport-relative-unit-variants
77
caniuse: viewport-unit-variants
8-
# TODO: remove after https://github.com/mdn/browser-compat-data/pull/22943
9-
compat_features:
10-
- css.types.length.vb
11-
- css.types.length.vi
12-
- css.types.length.viewport_percentage_units_dynamic
13-
- css.types.length.viewport_percentage_units_large
14-
- css.types.length.viewport_percentage_units_small

0 commit comments

Comments
 (0)