Skip to content

Commit 94cdbb7

Browse files
Bump web-specs from 3.32.0 to 3.33.0 (#25650)
1 parent 021d6f1 commit 94cdbb7

File tree

4 files changed

+16
-17
lines changed

4 files changed

+16
-17
lines changed

api/Element.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4630,7 +4630,7 @@
46304630
"elementTiming": {
46314631
"__compat": {
46324632
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Element/elementTiming",
4633-
"spec_url": "https://wicg.github.io/element-timing/#dom-element-elementtiming",
4633+
"spec_url": "https://w3c.github.io/element-timing/#dom-element-elementtiming",
46344634
"tags": [
46354635
"web-features:element-timing"
46364636
],

api/PerformanceElementTiming.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"PerformanceElementTiming": {
44
"__compat": {
55
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceElementTiming",
6-
"spec_url": "https://wicg.github.io/element-timing/#sec-performance-element-timing",
6+
"spec_url": "https://w3c.github.io/element-timing/#sec-performance-element-timing",
77
"tags": [
88
"web-features:element-timing"
99
],
@@ -40,7 +40,7 @@
4040
"element": {
4141
"__compat": {
4242
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceElementTiming/element",
43-
"spec_url": "https://wicg.github.io/element-timing/#ref-for-dom-performanceelementtiming-element",
43+
"spec_url": "https://w3c.github.io/element-timing/#ref-for-dom-performanceelementtiming-element",
4444
"tags": [
4545
"web-features:element-timing"
4646
],
@@ -78,7 +78,7 @@
7878
"id": {
7979
"__compat": {
8080
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceElementTiming/id",
81-
"spec_url": "https://wicg.github.io/element-timing/#ref-for-dom-performanceelementtiming-id",
81+
"spec_url": "https://w3c.github.io/element-timing/#ref-for-dom-performanceelementtiming-id",
8282
"tags": [
8383
"web-features:element-timing"
8484
],
@@ -116,7 +116,7 @@
116116
"identifier": {
117117
"__compat": {
118118
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceElementTiming/identifier",
119-
"spec_url": "https://wicg.github.io/element-timing/#ref-for-dom-performanceelementtiming-identifier",
119+
"spec_url": "https://w3c.github.io/element-timing/#ref-for-dom-performanceelementtiming-identifier",
120120
"tags": [
121121
"web-features:element-timing"
122122
],
@@ -154,7 +154,7 @@
154154
"intersectionRect": {
155155
"__compat": {
156156
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceElementTiming/intersectionRect",
157-
"spec_url": "https://wicg.github.io/element-timing/#ref-for-dom-performanceelementtiming-intersectionrect",
157+
"spec_url": "https://w3c.github.io/element-timing/#ref-for-dom-performanceelementtiming-intersectionrect",
158158
"tags": [
159159
"web-features:element-timing"
160160
],
@@ -192,7 +192,7 @@
192192
"loadTime": {
193193
"__compat": {
194194
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceElementTiming/loadTime",
195-
"spec_url": "https://wicg.github.io/element-timing/#ref-for-dom-performanceelementtiming-loadtime①",
195+
"spec_url": "https://w3c.github.io/element-timing/#ref-for-dom-performanceelementtiming-loadtime①",
196196
"tags": [
197197
"web-features:element-timing"
198198
],
@@ -230,7 +230,7 @@
230230
"naturalHeight": {
231231
"__compat": {
232232
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceElementTiming/naturalHeight",
233-
"spec_url": "https://wicg.github.io/element-timing/#ref-for-dom-performanceelementtiming-naturalheight",
233+
"spec_url": "https://w3c.github.io/element-timing/#ref-for-dom-performanceelementtiming-naturalheight",
234234
"tags": [
235235
"web-features:element-timing"
236236
],
@@ -268,7 +268,7 @@
268268
"naturalWidth": {
269269
"__compat": {
270270
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceElementTiming/naturalWidth",
271-
"spec_url": "https://wicg.github.io/element-timing/#ref-for-dom-performanceelementtiming-naturalwidth",
271+
"spec_url": "https://w3c.github.io/element-timing/#ref-for-dom-performanceelementtiming-naturalwidth",
272272
"tags": [
273273
"web-features:element-timing"
274274
],
@@ -306,7 +306,7 @@
306306
"renderTime": {
307307
"__compat": {
308308
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceElementTiming/renderTime",
309-
"spec_url": "https://wicg.github.io/element-timing/#ref-for-dom-performanceelementtiming-rendertime①",
309+
"spec_url": "https://w3c.github.io/element-timing/#ref-for-dom-performanceelementtiming-rendertime①",
310310
"tags": [
311311
"web-features:element-timing"
312312
],
@@ -344,7 +344,7 @@
344344
"toJSON": {
345345
"__compat": {
346346
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceElementTiming/toJSON",
347-
"spec_url": "https://wicg.github.io/element-timing/#dom-performanceelementtiming-tojson",
347+
"spec_url": "https://w3c.github.io/element-timing/#dom-performanceelementtiming-tojson",
348348
"tags": [
349349
"web-features:element-timing"
350350
],
@@ -382,7 +382,7 @@
382382
"url": {
383383
"__compat": {
384384
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceElementTiming/url",
385-
"spec_url": "https://wicg.github.io/element-timing/#ref-for-dom-performanceelementtiming-url",
385+
"spec_url": "https://w3c.github.io/element-timing/#ref-for-dom-performanceelementtiming-url",
386386
"tags": [
387387
"web-features:element-timing"
388388
],

html/manifest/share_target.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"share_target": {
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/Manifest/share_target",
7-
"spec_url": "https://w3c.github.io/web-share-target/#share_target-member",
87
"tags": [
98
"web-features:app-share-targets"
109
],
@@ -47,7 +46,7 @@
4746
},
4847
"status": {
4948
"experimental": true,
50-
"standard_track": true,
49+
"standard_track": false,
5150
"deprecated": false
5251
}
5352
}

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)