Skip to content

Commit

Permalink
Update various spec urls (mdn#10060)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 authored Apr 24, 2021
1 parent abe1c30 commit 3187735
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 17 deletions.
2 changes: 1 addition & 1 deletion api/IDBIndex.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"get": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/IDBIndex/get",
"spec_url": "https://www.w3.org/TR/IndexedDB/#dom-idbindex-get",
"spec_url": "https://w3c.github.io/IndexedDB/#dom-idbindex-get",
"support": {
"chrome": {
"version_added": "23"
Expand Down
2 changes: 1 addition & 1 deletion api/InputDeviceCapabilities.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"firesTouchEvents": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/InputDeviceCapabilities/firesTouchEvents",
"spec_url": "https://wicg.github.io/InputDeviceCapabilities/#dom-inputdevicecapabilities-firestouchevents",
"spec_url": "https://wicg.github.io/input-device-capabilities/#dom-inputdevicecapabilities-firestouchevents",
"support": {
"chrome": {
"version_added": "47"
Expand Down
5 changes: 1 addition & 4 deletions api/MediaStreamTrack.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
"MediaStreamTrack": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MediaStreamTrack",
"spec_url": [
"https://w3c.github.io/mediacapture-main/#mediastreamtrack",
"https://w3c.github.io/webrtc-identity/#isolated-track"
],
"spec_url": "https://w3c.github.io/mediacapture-main/#mediastreamtrack",
"support": {
"chrome": {
"version_added": "29"
Expand Down
2 changes: 1 addition & 1 deletion javascript/builtins/webassembly/Memory.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"shared": {
"__compat": {
"description": "<code>shared</code> flag",
"spec_url": "https://github.com/WebAssembly/threads/blob/master/proposals/threads/Overview.md#webassemblymemory-constructor",
"spec_url": "https://webassembly.github.io/threads/js-api/index.html#dom-memorydescriptor-shared",
"support": {
"chrome": {
"version_added": "74"
Expand Down
10 changes: 2 additions & 8 deletions svg/attributes/presentation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1936,10 +1936,7 @@
"overflow": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/overflow",
"spec_url": [
"https://www.w3.org/TR/CSS2/visufx.html#overflow",
"https://svgwg.org/svg2-draft/render.html#OverflowAndClipProperties"
],
"spec_url": "https://svgwg.org/svg2-draft/render.html#OverflowAndClipProperties",
"support": {
"chrome": {
"version_added": null
Expand Down Expand Up @@ -3076,10 +3073,7 @@
"visibility": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/visibility",
"spec_url": [
"https://www.w3.org/TR/CSS2/visufx.html#visibility",
"https://svgwg.org/svg2-draft/render.html#VisibilityControl"
],
"spec_url": "https://svgwg.org/svg2-draft/render.html#VisibilityControl",
"support": {
"chrome": {
"version_added": null
Expand Down
2 changes: 1 addition & 1 deletion svg/elements/marker.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"marker": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Element/marker",
"spec_url": "https://svgwg.org/specs/markers/#MarkerElement",
"spec_url": "https://svgwg.org/svg2-draft/painting.html#MarkerElement",
"support": {
"chrome": {
"version_added": "1"
Expand Down
2 changes: 1 addition & 1 deletion svg/elements/path.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"path": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Element/path",
"spec_url": "https://svgwg.org/specs/paths/#PathElement",
"spec_url": "https://svgwg.org/svg2-draft/paths.html#PathElement",
"support": {
"chrome": {
"version_added": "1"
Expand Down

0 comments on commit 3187735

Please sign in to comment.