Skip to content

Commit

Permalink
Update elementtiming specs; remove share_target spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 committed Jan 14, 2025
1 parent a1bdc64 commit 8cd8792
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion api/Element.json
Original file line number Diff line number Diff line change
Expand Up @@ -4630,7 +4630,7 @@
"elementTiming": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Element/elementTiming",
"spec_url": "https://wicg.github.io/element-timing/#dom-element-elementtiming",
"spec_url": "https://w3c.github.io/element-timing/#dom-element-elementtiming",
"tags": [
"web-features:element-timing"
],
Expand Down
22 changes: 11 additions & 11 deletions api/PerformanceElementTiming.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"PerformanceElementTiming": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceElementTiming",
"spec_url": "https://wicg.github.io/element-timing/#sec-performance-element-timing",
"spec_url": "https://w3c.github.io/element-timing/#sec-performance-element-timing",
"tags": [
"web-features:element-timing"
],
Expand Down Expand Up @@ -40,7 +40,7 @@
"element": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceElementTiming/element",
"spec_url": "https://wicg.github.io/element-timing/#ref-for-dom-performanceelementtiming-element",
"spec_url": "https://w3c.github.io/element-timing/#ref-for-dom-performanceelementtiming-element",
"tags": [
"web-features:element-timing"
],
Expand Down Expand Up @@ -78,7 +78,7 @@
"id": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceElementTiming/id",
"spec_url": "https://wicg.github.io/element-timing/#ref-for-dom-performanceelementtiming-id",
"spec_url": "https://w3c.github.io/element-timing/#ref-for-dom-performanceelementtiming-id",
"tags": [
"web-features:element-timing"
],
Expand Down Expand Up @@ -116,7 +116,7 @@
"identifier": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceElementTiming/identifier",
"spec_url": "https://wicg.github.io/element-timing/#ref-for-dom-performanceelementtiming-identifier",
"spec_url": "https://w3c.github.io/element-timing/#ref-for-dom-performanceelementtiming-identifier",
"tags": [
"web-features:element-timing"
],
Expand Down Expand Up @@ -154,7 +154,7 @@
"intersectionRect": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceElementTiming/intersectionRect",
"spec_url": "https://wicg.github.io/element-timing/#ref-for-dom-performanceelementtiming-intersectionrect",
"spec_url": "https://w3c.github.io/element-timing/#ref-for-dom-performanceelementtiming-intersectionrect",
"tags": [
"web-features:element-timing"
],
Expand Down Expand Up @@ -192,7 +192,7 @@
"loadTime": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceElementTiming/loadTime",
"spec_url": "https://wicg.github.io/element-timing/#ref-for-dom-performanceelementtiming-loadtime①",
"spec_url": "https://w3c.github.io/element-timing/#ref-for-dom-performanceelementtiming-loadtime①",
"tags": [
"web-features:element-timing"
],
Expand Down Expand Up @@ -230,7 +230,7 @@
"naturalHeight": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceElementTiming/naturalHeight",
"spec_url": "https://wicg.github.io/element-timing/#ref-for-dom-performanceelementtiming-naturalheight",
"spec_url": "https://w3c.github.io/element-timing/#ref-for-dom-performanceelementtiming-naturalheight",
"tags": [
"web-features:element-timing"
],
Expand Down Expand Up @@ -268,7 +268,7 @@
"naturalWidth": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceElementTiming/naturalWidth",
"spec_url": "https://wicg.github.io/element-timing/#ref-for-dom-performanceelementtiming-naturalwidth",
"spec_url": "https://w3c.github.io/element-timing/#ref-for-dom-performanceelementtiming-naturalwidth",
"tags": [
"web-features:element-timing"
],
Expand Down Expand Up @@ -306,7 +306,7 @@
"renderTime": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceElementTiming/renderTime",
"spec_url": "https://wicg.github.io/element-timing/#ref-for-dom-performanceelementtiming-rendertime①",
"spec_url": "https://w3c.github.io/element-timing/#ref-for-dom-performanceelementtiming-rendertime①",
"tags": [
"web-features:element-timing"
],
Expand Down Expand Up @@ -344,7 +344,7 @@
"toJSON": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceElementTiming/toJSON",
"spec_url": "https://wicg.github.io/element-timing/#dom-performanceelementtiming-tojson",
"spec_url": "https://w3c.github.io/element-timing/#dom-performanceelementtiming-tojson",
"tags": [
"web-features:element-timing"
],
Expand Down Expand Up @@ -382,7 +382,7 @@
"url": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/PerformanceElementTiming/url",
"spec_url": "https://wicg.github.io/element-timing/#ref-for-dom-performanceelementtiming-url",
"spec_url": "https://w3c.github.io/element-timing/#ref-for-dom-performanceelementtiming-url",
"tags": [
"web-features:element-timing"
],
Expand Down
3 changes: 1 addition & 2 deletions html/manifest/share_target.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"share_target": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/Manifest/share_target",
"spec_url": "https://w3c.github.io/web-share-target/#share_target-member",
"tags": [
"web-features:app-share-targets"
],
Expand Down Expand Up @@ -47,7 +46,7 @@
},
"status": {
"experimental": true,
"standard_track": true,
"standard_track": false,
"deprecated": false
}
}
Expand Down

0 comments on commit 8cd8792

Please sign in to comment.