Skip to content

Commit c4f41d9

Browse files
authored
Remove MathML web-features tags (#22950)
Computing the status of MathML from BCD proved impractical, and needs much more work. To avoid confusion, remove the tags which aren't being used by web-features right now.
1 parent 297fc78 commit c4f41d9

28 files changed

+0
-195
lines changed

api/MathMLElement.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
"__compat": {
55
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MathMLElement",
66
"spec_url": "https://w3c.github.io/mathml-core/#dom-mathmlelement",
7-
"tags": [
8-
"web-features:mathml"
9-
],
107
"support": {
118
"chrome": {
129
"version_added": "109"
@@ -73,9 +70,6 @@
7370
"autofocus": {
7471
"__compat": {
7572
"spec_url": "https://html.spec.whatwg.org/multipage/interaction.html#dom-fe-autofocus",
76-
"tags": [
77-
"web-features:mathml"
78-
],
7973
"support": {
8074
"chrome": {
8175
"version_added": "109"
@@ -109,9 +103,6 @@
109103
"blur": {
110104
"__compat": {
111105
"spec_url": "https://html.spec.whatwg.org/multipage/interaction.html#dom-blur-dev",
112-
"tags": [
113-
"web-features:mathml"
114-
],
115106
"support": {
116107
"chrome": {
117108
"version_added": "109"
@@ -145,9 +136,6 @@
145136
"dataset": {
146137
"__compat": {
147138
"spec_url": "https://html.spec.whatwg.org/multipage/dom.html#dom-dataset-dev",
148-
"tags": [
149-
"web-features:mathml"
150-
],
151139
"support": {
152140
"chrome": {
153141
"version_added": "109"
@@ -181,9 +169,6 @@
181169
"focus": {
182170
"__compat": {
183171
"spec_url": "https://html.spec.whatwg.org/multipage/interaction.html#dom-focus-dev",
184-
"tags": [
185-
"web-features:mathml"
186-
],
187172
"support": {
188173
"chrome": {
189174
"version_added": "109"
@@ -250,9 +235,6 @@
250235
"style": {
251236
"__compat": {
252237
"spec_url": "https://drafts.csswg.org/cssom/#dom-elementcssinlinestyle-style",
253-
"tags": [
254-
"web-features:mathml"
255-
],
256238
"support": {
257239
"chrome": {
258240
"version_added": "109"
@@ -286,9 +268,6 @@
286268
"tabIndex": {
287269
"__compat": {
288270
"spec_url": "https://html.spec.whatwg.org/multipage/interaction.html#dom-tabindex",
289-
"tags": [
290-
"web-features:mathml"
291-
],
292271
"support": {
293272
"chrome": {
294273
"version_added": "109"

mathml/elements/math.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/MathML/Element/math",
77
"spec_url": "https://w3c.github.io/mathml-core/#the-top-level-math-element",
8-
"tags": [
9-
"web-features:mathml"
10-
],
118
"support": {
129
"chrome": [
1310
{
@@ -78,9 +75,6 @@
7875
"display": {
7976
"__compat": {
8077
"mdn_url": "https://developer.mozilla.org/docs/Web/MathML/Element/math#attr-display",
81-
"tags": [
82-
"web-features:mathml"
83-
],
8478
"support": {
8579
"chrome": {
8680
"version_added": "109"

mathml/elements/merror.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/MathML/Element/merror",
77
"spec_url": "https://w3c.github.io/mathml-core/#error-message-merror",
8-
"tags": [
9-
"web-features:mathml"
10-
],
118
"support": {
129
"chrome": {
1310
"version_added": "109"

mathml/elements/mfrac.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/MathML/Element/mfrac",
77
"spec_url": "https://w3c.github.io/mathml-core/#fractions-mfrac",
8-
"tags": [
9-
"web-features:mathml"
10-
],
118
"support": {
129
"chrome": {
1310
"version_added": "109"
@@ -72,9 +69,6 @@
7269
},
7370
"linethickness": {
7471
"__compat": {
75-
"tags": [
76-
"web-features:mathml"
77-
],
7872
"support": {
7973
"chrome": {
8074
"version_added": "109"

mathml/elements/mi.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/MathML/Element/mi",
77
"spec_url": "https://w3c.github.io/mathml-core/#dfn-mi",
8-
"tags": [
9-
"web-features:mathml"
10-
],
118
"support": {
129
"chrome": {
1310
"version_added": "109"
@@ -41,9 +38,6 @@
4138
"__compat": {
4239
"mdn_url": "https://developer.mozilla.org/docs/Web/MathML/Element/mi/mathvariant",
4340
"spec_url": "https://w3c.github.io/mathml-core/#dfn-mathvariant",
44-
"tags": [
45-
"web-features:mathml"
46-
],
4741
"support": {
4842
"chrome": {
4943
"version_added": "109"

mathml/elements/mmultiscripts.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/MathML/Element/mmultiscripts",
77
"spec_url": "https://w3c.github.io/mathml-core/#prescripts-and-tensor-indices-mmultiscripts",
8-
"tags": [
9-
"web-features:mathml"
10-
],
118
"support": {
129
"chrome": {
1310
"version_added": "109"

mathml/elements/mn.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/MathML/Element/mn",
77
"spec_url": "https://w3c.github.io/mathml-core/#number-mn",
8-
"tags": [
9-
"web-features:mathml"
10-
],
118
"support": {
129
"chrome": {
1310
"version_added": "109"

mathml/elements/mo.json

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/MathML/Element/mo",
77
"spec_url": "https://w3c.github.io/mathml-core/#operator-fence-separator-or-accent-mo",
8-
"tags": [
9-
"web-features:mathml"
10-
],
118
"support": {
129
"chrome": {
1310
"version_added": "109"
@@ -71,9 +68,6 @@
7168
},
7269
"form": {
7370
"__compat": {
74-
"tags": [
75-
"web-features:mathml"
76-
],
7771
"support": {
7872
"chrome": {
7973
"version_added": "109"
@@ -106,9 +100,6 @@
106100
},
107101
"largeop": {
108102
"__compat": {
109-
"tags": [
110-
"web-features:mathml"
111-
],
112103
"support": {
113104
"chrome": {
114105
"version_added": "109"
@@ -141,9 +132,6 @@
141132
},
142133
"lspace": {
143134
"__compat": {
144-
"tags": [
145-
"web-features:mathml"
146-
],
147135
"support": {
148136
"chrome": {
149137
"version_added": "109"
@@ -176,9 +164,6 @@
176164
},
177165
"maxsize": {
178166
"__compat": {
179-
"tags": [
180-
"web-features:mathml"
181-
],
182167
"support": {
183168
"chrome": {
184169
"version_added": "109"
@@ -211,9 +196,6 @@
211196
},
212197
"minsize": {
213198
"__compat": {
214-
"tags": [
215-
"web-features:mathml"
216-
],
217199
"support": {
218200
"chrome": {
219201
"version_added": "109"
@@ -246,9 +228,6 @@
246228
},
247229
"moveablelimits": {
248230
"__compat": {
249-
"tags": [
250-
"web-features:mathml"
251-
],
252231
"support": {
253232
"chrome": {
254233
"version_added": "109"
@@ -350,9 +329,6 @@
350329
},
351330
"rspace": {
352331
"__compat": {
353-
"tags": [
354-
"web-features:mathml"
355-
],
356332
"support": {
357333
"chrome": {
358334
"version_added": "109"
@@ -385,9 +361,6 @@
385361
},
386362
"stretchy": {
387363
"__compat": {
388-
"tags": [
389-
"web-features:mathml"
390-
],
391364
"support": {
392365
"chrome": {
393366
"version_added": "109"
@@ -420,9 +393,6 @@
420393
},
421394
"symmetric": {
422395
"__compat": {
423-
"tags": [
424-
"web-features:mathml"
425-
],
426396
"support": {
427397
"chrome": {
428398
"version_added": "109"

mathml/elements/mover.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/MathML/Element/mover",
77
"spec_url": "https://w3c.github.io/mathml-core/#underscripts-and-overscripts-munder-mover-munderover",
8-
"tags": [
9-
"web-features:mathml"
10-
],
118
"support": {
129
"chrome": {
1310
"version_added": "109"
@@ -39,9 +36,6 @@
3936
},
4037
"accent": {
4138
"__compat": {
42-
"tags": [
43-
"web-features:mathml"
44-
],
4539
"support": {
4640
"chrome": {
4741
"version_added": "109"

mathml/elements/mpadded.json

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/MathML/Element/mpadded",
77
"spec_url": "https://w3c.github.io/mathml-core/#adjust-space-around-content-mpadded",
8-
"tags": [
9-
"web-features:mathml"
10-
],
118
"support": {
129
"chrome": {
1310
"version_added": "109"
@@ -39,9 +36,6 @@
3936
},
4037
"depth": {
4138
"__compat": {
42-
"tags": [
43-
"web-features:mathml"
44-
],
4539
"support": {
4640
"chrome": {
4741
"version_added": "109"
@@ -74,9 +68,6 @@
7468
},
7569
"height": {
7670
"__compat": {
77-
"tags": [
78-
"web-features:mathml"
79-
],
8071
"support": {
8172
"chrome": {
8273
"version_added": "109"
@@ -109,9 +100,6 @@
109100
},
110101
"lspace": {
111102
"__compat": {
112-
"tags": [
113-
"web-features:mathml"
114-
],
115103
"support": {
116104
"chrome": {
117105
"version_added": "109"
@@ -313,9 +301,6 @@
313301
},
314302
"voffset": {
315303
"__compat": {
316-
"tags": [
317-
"web-features:mathml"
318-
],
319304
"support": {
320305
"chrome": {
321306
"version_added": "109"
@@ -348,9 +333,6 @@
348333
},
349334
"width": {
350335
"__compat": {
351-
"tags": [
352-
"web-features:mathml"
353-
],
354336
"support": {
355337
"chrome": {
356338
"version_added": "109"

0 commit comments

Comments
 (0)