Skip to content

Commit c5c27b1

Browse files
committed
Replace geometry spec URLs
Mostly: ```diff -https://drafts.fxtf.org/geometry/ +https://drafts.csswg.org/geometry/ ```
1 parent 786294a commit c5c27b1

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

api/DOMMatrix.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
"worker_support": {
268268
"__compat": {
269269
"description": "Available in workers",
270-
"spec_url": "https://drafts.fxtf.org/geometry/#DOMMatrix",
270+
"spec_url": "https://drafts.csswg.org/geometry/#dom-dommatrix-dommatrix",
271271
"tags": [
272272
"web-features:dom-geometry"
273273
],

api/DOMMatrixReadOnly.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"worker_support": {
7474
"__compat": {
7575
"description": "Available in workers",
76-
"spec_url": "https://drafts.fxtf.org/geometry/#DOMMatrix",
76+
"spec_url": "https://drafts.csswg.org/geometry/#dom-dommatrixreadonly-dommatrixreadonly",
7777
"tags": [
7878
"web-features:dom-geometry"
7979
],
@@ -1597,7 +1597,7 @@
15971597
"__compat": {
15981598
"description": "`toString()`",
15991599
"mdn_url": "https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/toString",
1600-
"spec_url": "https://drafts.fxtf.org/geometry/#dommatrixreadonly-stringification-behavior",
1600+
"spec_url": "https://drafts.csswg.org/geometry/#dommatrixreadonly-stringification-behavior",
16011601
"tags": [
16021602
"web-features:dom-geometry"
16031603
],

api/DOMPoint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"worker_support": {
7474
"__compat": {
7575
"description": "Available in workers",
76-
"spec_url": "https://drafts.fxtf.org/geometry/#DOMPoint",
76+
"spec_url": "https://drafts.csswg.org/geometry/#dom-dompoint-dompoint",
7777
"tags": [
7878
"web-features:dom-geometry"
7979
],

api/DOMPointReadOnly.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"worker_support": {
7474
"__compat": {
7575
"description": "Available in workers",
76-
"spec_url": "https://drafts.fxtf.org/geometry/#DOMPoint",
76+
"spec_url": "https://drafts.csswg.org/geometry/#dom-dompoint-dompoint",
7777
"tags": [
7878
"web-features:dom-geometry"
7979
],

api/DOMQuad.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"worker_support": {
7474
"__compat": {
7575
"description": "Available in workers",
76-
"spec_url": "https://drafts.fxtf.org/geometry/#DOMQuad",
76+
"spec_url": "https://drafts.csswg.org/geometry/#dom-domquad-domquad",
7777
"tags": [
7878
"web-features:dom-geometry"
7979
],

api/DOMRect.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"worker_support": {
135135
"__compat": {
136136
"description": "Available in workers",
137-
"spec_url": "https://drafts.fxtf.org/geometry/#DOMRect",
137+
"spec_url": "https://drafts.csswg.org/geometry/#dom-domrect-domrect",
138138
"tags": [
139139
"web-features:dom-geometry"
140140
],

api/DOMRectReadOnly.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"worker_support": {
140140
"__compat": {
141141
"description": "Available in workers",
142-
"spec_url": "https://drafts.fxtf.org/geometry/#DOMRect",
142+
"spec_url": "https://drafts.csswg.org/geometry/#dom-domrectreadonly-domrectreadonly",
143143
"tags": [
144144
"web-features:dom-geometry"
145145
],

0 commit comments

Comments
 (0)