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
6 changes: 5 additions & 1 deletion files/en-us/mozilla/firefox/releases/152/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ Firefox 152 is the current [Beta version of Firefox](https://www.firefox.com/en-

<!-- #### Removals -->

<!-- ### SVG -->
### SVG

- The {{domxref("SVGTextPathElement.side")}} read-only property is now supported, indicating whether text is drawn on the left-hand side or right-hand side of a text path.
This reflects the corresponding [`side`](/en-US/docs/Web/SVG/Reference/Attribute/side) attribute on the [`<textPath>`](/en-US/docs/Web/SVG/Reference/Element/textPath) element.
([Firefox bug 2034371](https://bugzil.la/2034371)).

<!-- #### Removals -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ page-type: guide
sidebar: cssref
---

By default, [view progress timelines](/en-US/docs/Web/CSS/Guides/Scroll-driven_animations/Timelines#view_progress_timelines) track elements across the entire [animation attachment range](/en-US/docs/Web/CSS/Guides/Scroll-driven_animations/Timeline_range_names#the_animation_attachment_range). The `0%` progress point is at the start of the range, while the `100%` progress point is at the end. The animation attachment range can be changed by setting a [timeline range name](/en-US/docs/Web/CSS/Guides/Scroll-driven_animations/timeline_range_names), and the location of the `0%` and `100%` progress points along the range can be adjusted by setting length or percentage-based inset values.
By default, [view progress timelines](/en-US/docs/Web/CSS/Guides/Scroll-driven_animations/Timelines#view_progress_timelines) track elements across the entire [animation attachment range](/en-US/docs/Web/CSS/Guides/Scroll-driven_animations/Timeline_range_names#the_animation_attachment_range). The `0%` progress point is at the start of the range, while the `100%` progress point is at the end. The animation attachment range can be changed by setting a [timeline range name](/en-US/docs/Web/CSS/Guides/Scroll-driven_animations/Timeline_range_names), and the location of the `0%` and `100%` progress points along the range can be adjusted by setting length or percentage-based inset values.

This guide explains how to limit the animation timeline to a specific portion of the animation timeline range using length or percentage inset values.

Expand Down
18 changes: 9 additions & 9 deletions files/jsondata/InterfaceData.json
Original file line number Diff line number Diff line change
Expand Up @@ -2317,7 +2317,7 @@
"impl": []
},
"ModelContext": {
"inh": "",
"inh": "EventTarget",
"impl": []
},
"ModelContextClient": {
Expand Down Expand Up @@ -3016,23 +3016,23 @@
"inh": "",
"impl": []
},
"RTCRtpTransceiver": {
"inh": "",
"RTCRtpSFrameDecrypter": {
"inh": "EventTarget",
"impl": []
},
"RTCSctpTransport": {
"inh": "EventTarget",
"RTCRtpSFrameEncrypter": {
"inh": "",
"impl": []
},
"RTCSessionDescription": {
"RTCRtpTransceiver": {
"inh": "",
"impl": []
},
"RTCSFrameReceiverTransform": {
"RTCSctpTransport": {
"inh": "EventTarget",
"impl": []
},
"RTCSFrameSenderTransform": {
"RTCSessionDescription": {
"inh": "",
"impl": []
},
Expand Down Expand Up @@ -3133,7 +3133,7 @@
"impl": []
},
"SFrameEncrypterStream": {
"inh": "EventTarget",
"inh": "",
"impl": []
},
"SFrameTransformErrorEvent": {
Expand Down