Skip to content

Commit

Permalink
chore: run npm run fix
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Oct 14, 2024
1 parent dccd71e commit 67ef6b0
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/Document.json
Original file line number Diff line number Diff line change
Expand Up @@ -7330,6 +7330,7 @@
"scrollsnapchange_event": {
"__compat": {
"description": "<code>scrollsnapchange</code> event",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Document/scrollsnapchange_event",
"spec_url": "https://drafts.csswg.org/css-scroll-snap-2/#scrollsnapchange",
"support": {
"chrome": {
Expand Down Expand Up @@ -7365,6 +7366,7 @@
"scrollsnapchanging_event": {
"__compat": {
"description": "<code>scrollsnapchanging</code> event",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Document/scrollsnapchanging_event",
"spec_url": "https://drafts.csswg.org/css-scroll-snap-2/#scrollsnapchanging",
"support": {
"chrome": {
Expand Down
2 changes: 2 additions & 0 deletions api/Element.json
Original file line number Diff line number Diff line change
Expand Up @@ -9270,6 +9270,7 @@
"scrollsnapchange_event": {
"__compat": {
"description": "<code>scrollsnapchange</code> event",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Element/scrollsnapchange_event",
"spec_url": "https://drafts.csswg.org/css-scroll-snap-2/#scrollsnapchange",
"support": {
"chrome": {
Expand Down Expand Up @@ -9305,6 +9306,7 @@
"scrollsnapchanging_event": {
"__compat": {
"description": "<code>scrollsnapchanging</code> event",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Element/scrollsnapchanging_event",
"spec_url": "https://drafts.csswg.org/css-scroll-snap-2/#scrollsnapchanging",
"support": {
"chrome": {
Expand Down
3 changes: 3 additions & 0 deletions api/ErrorEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
},
"error": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/ErrorEvent/error",
"spec_url": "https://html.spec.whatwg.org/multipage/webappapis.html#dom-errorevent-error",
"support": {
"chrome": {
Expand Down Expand Up @@ -164,6 +165,7 @@
},
"filename": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/ErrorEvent/filename",
"spec_url": "https://html.spec.whatwg.org/multipage/webappapis.html#dom-errorevent-filename",
"support": {
"chrome": {
Expand Down Expand Up @@ -250,6 +252,7 @@
},
"message": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/ErrorEvent/message",
"spec_url": "https://html.spec.whatwg.org/multipage/webappapis.html#dom-errorevent-message",
"support": {
"chrome": {
Expand Down
1 change: 1 addition & 0 deletions api/HTMLButtonElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@
},
"formMethod": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/formMethod",
"spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-fs-formmethod",
"tags": [
"web-features:button"
Expand Down
1 change: 1 addition & 0 deletions api/HTMLFormElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
},
"autocomplete": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLFormElement/autocomplete",
"spec_url": "https://html.spec.whatwg.org/multipage/forms.html#dom-form-autocomplete",
"tags": [
"web-features:form"
Expand Down
1 change: 1 addition & 0 deletions api/HTMLInputElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,7 @@
},
"formMethod": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/formMethod",
"spec_url": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-fs-formmethod",
"support": {
"chrome": {
Expand Down
4 changes: 4 additions & 0 deletions api/SnapEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"api": {
"SnapEvent": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/SnapEvent",
"spec_url": "https://drafts.csswg.org/css-scroll-snap-2/#snapevent-interface",
"support": {
"chrome": {
Expand Down Expand Up @@ -36,6 +37,7 @@
"SnapEvent": {
"__compat": {
"description": "<code>SnapEvent()</code> constructor",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/SnapEvent/SnapEvent",
"spec_url": "https://drafts.csswg.org/css-scroll-snap-2/#dom-snapevent-snapevent",
"support": {
"chrome": {
Expand Down Expand Up @@ -70,6 +72,7 @@
},
"snapTargetBlock": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/SnapEvent/snapTargetBlock",
"spec_url": "https://drafts.csswg.org/css-scroll-snap-2/#dom-snapevent-snaptargetblock",
"support": {
"chrome": {
Expand Down Expand Up @@ -104,6 +107,7 @@
},
"snapTargetInline": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/SnapEvent/snapTargetInline",
"spec_url": "https://drafts.csswg.org/css-scroll-snap-2/#dom-snapevent-snaptargetinline",
"support": {
"chrome": {
Expand Down
2 changes: 2 additions & 0 deletions api/Window.json
Original file line number Diff line number Diff line change
Expand Up @@ -5561,6 +5561,7 @@
"scrollsnapchange_event": {
"__compat": {
"description": "<code>scrollsnapchange</code> event",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Window/scrollsnapchange_event",
"spec_url": "https://drafts.csswg.org/css-scroll-snap-2/#scrollsnapchange",
"support": {
"chrome": {
Expand Down Expand Up @@ -5596,6 +5597,7 @@
"scrollsnapchanging_event": {
"__compat": {
"description": "<code>scrollsnapchanging</code> event",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Window/scrollsnapchanging_event",
"spec_url": "https://drafts.csswg.org/css-scroll-snap-2/#scrollsnapchanging",
"support": {
"chrome": {
Expand Down
1 change: 1 addition & 0 deletions css/properties/interpolate-size.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"properties": {
"interpolate-size": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/interpolate-size",
"spec_url": "https://drafts.csswg.org/css-values-5/#interpolate-size",
"support": {
"chrome": {
Expand Down
1 change: 1 addition & 0 deletions css/types/calc-size.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"calc-size": {
"__compat": {
"description": "<code>calc-size()</code>",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/calc-size",
"spec_url": "https://drafts.csswg.org/css-values-5/#calc-size",
"support": {
"chrome": {
Expand Down

0 comments on commit 67ef6b0

Please sign in to comment.