Skip to content

Commit a7303cd

Browse files
ortagithub-actions[bot]
authored andcommitted
🤖 Update core dependencies
1 parent 8bd11b4 commit a7303cd

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5156,7 +5156,7 @@ interface CSSKeyframesRule extends CSSRule {
51565156
*/
51575157
readonly cssRules: CSSRuleList;
51585158
/**
5159-
* The read-only **`length`** property of the CSSKeyframeRule interface returns the number of CSSKeyframeRule objects in its list. You can then access each keyframe rule by its index directly on the CSSKeyframeRule object.
5159+
* The read-only **`length`** property of the CSSKeyframesRule interface returns the number of CSSKeyframeRule objects in its list. You can then access each keyframe rule by its index directly on the CSSKeyframeRule object.
51605160
*
51615161
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSKeyframesRule/length)
51625162
*/

baselines/ts5.5/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5150,7 +5150,7 @@ interface CSSKeyframesRule extends CSSRule {
51505150
*/
51515151
readonly cssRules: CSSRuleList;
51525152
/**
5153-
* The read-only **`length`** property of the CSSKeyframeRule interface returns the number of CSSKeyframeRule objects in its list. You can then access each keyframe rule by its index directly on the CSSKeyframeRule object.
5153+
* The read-only **`length`** property of the CSSKeyframesRule interface returns the number of CSSKeyframeRule objects in its list. You can then access each keyframe rule by its index directly on the CSSKeyframeRule object.
51545154
*
51555155
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSKeyframesRule/length)
51565156
*/

baselines/ts5.6/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5153,7 +5153,7 @@ interface CSSKeyframesRule extends CSSRule {
51535153
*/
51545154
readonly cssRules: CSSRuleList;
51555155
/**
5156-
* The read-only **`length`** property of the CSSKeyframeRule interface returns the number of CSSKeyframeRule objects in its list. You can then access each keyframe rule by its index directly on the CSSKeyframeRule object.
5156+
* The read-only **`length`** property of the CSSKeyframesRule interface returns the number of CSSKeyframeRule objects in its list. You can then access each keyframe rule by its index directly on the CSSKeyframeRule object.
51575157
*
51585158
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSKeyframesRule/length)
51595159
*/

baselines/ts5.9/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5153,7 +5153,7 @@ interface CSSKeyframesRule extends CSSRule {
51535153
*/
51545154
readonly cssRules: CSSRuleList;
51555155
/**
5156-
* The read-only **`length`** property of the CSSKeyframeRule interface returns the number of CSSKeyframeRule objects in its list. You can then access each keyframe rule by its index directly on the CSSKeyframeRule object.
5156+
* The read-only **`length`** property of the CSSKeyframesRule interface returns the number of CSSKeyframeRule objects in its list. You can then access each keyframe rule by its index directly on the CSSKeyframeRule object.
51575157
*
51585158
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSKeyframesRule/length)
51595159
*/

inputfiles/mdn.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4187,7 +4187,7 @@
41874187
{
41884188
"mdn_url": "/en-US/docs/Web/API/CSSKeyframesRule/length",
41894189
"pageType": "web-api-instance-property",
4190-
"summary": "The read-only length property of the CSSKeyframeRule interface returns the number of CSSKeyframeRule objects in its list. You can then access each keyframe rule by its index directly on the CSSKeyframeRule object."
4190+
"summary": "The read-only length property of the CSSKeyframesRule interface returns the number of CSSKeyframeRule objects in its list. You can then access each keyframe rule by its index directly on the CSSKeyframeRule object."
41914191
},
41924192
{
41934193
"mdn_url": "/en-US/docs/Web/API/CSSKeyframesRule/name",

0 commit comments

Comments
 (0)