Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5156,7 +5156,7 @@ interface CSSKeyframesRule extends CSSRule {
*/
readonly cssRules: CSSRuleList;
/**
* 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.
* 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.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSKeyframesRule/length)
*/
Expand Down
2 changes: 1 addition & 1 deletion baselines/ts5.5/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5150,7 +5150,7 @@ interface CSSKeyframesRule extends CSSRule {
*/
readonly cssRules: CSSRuleList;
/**
* 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.
* 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.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSKeyframesRule/length)
*/
Expand Down
2 changes: 1 addition & 1 deletion baselines/ts5.6/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5153,7 +5153,7 @@ interface CSSKeyframesRule extends CSSRule {
*/
readonly cssRules: CSSRuleList;
/**
* 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.
* 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.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSKeyframesRule/length)
*/
Expand Down
2 changes: 1 addition & 1 deletion baselines/ts5.9/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5153,7 +5153,7 @@ interface CSSKeyframesRule extends CSSRule {
*/
readonly cssRules: CSSRuleList;
/**
* 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.
* 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.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSKeyframesRule/length)
*/
Expand Down
2 changes: 1 addition & 1 deletion inputfiles/mdn.json
Original file line number Diff line number Diff line change
Expand Up @@ -4187,7 +4187,7 @@
{
"mdn_url": "/en-US/docs/Web/API/CSSKeyframesRule/length",
"pageType": "web-api-instance-property",
"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."
"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."
},
{
"mdn_url": "/en-US/docs/Web/API/CSSKeyframesRule/name",
Expand Down