Skip to content

Commit 75da34b

Browse files
dletoreydipikabh
andauthored
match-element value of view-transition-name property ff release notes (mdn#40707)
* added experimental release notes for match-element value of view0transition-name * corrected spelling and names * Update files/en-us/mozilla/firefox/experimental_features/index.md Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org> * updated the 142 note to match experimental --------- Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org>
1 parent 9d3d642 commit 75da34b

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

files/en-us/mozilla/firefox/experimental_features/index.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,21 @@ The CSS {{CSSXRef(":active-view-transition")}} pseudo-class enables you to style
318318
| Nightly | 141 | Yes |
319319
| Developer Edition | 141 | No |
320320
| Beta | 141 | No |
321-
| Release | - | No |
321+
| Release | 141 | No |
322+
323+
- `dom.viewTransitions.enabled`
324+
- : Set to `true` to enable.
325+
326+
### `match-element` value for `view-transition-name` property
327+
328+
The {{CSSXRef("view-transition-name", "match-element", "#match-element")}} value of the CSS {{CSSXRef("view-transition-name")}} property [automatically](/en-US/docs/Web/CSS/view-transition-name#specifying_view-transition-name_values_automatically) assigns a unique internal `view-transition-name` to each selected element, rather than having to name them individually. ([Firefox bug 1956141](https://bugzil.la/1956141)).
329+
330+
| Release channel | Version added | Enabled by default? |
331+
| ----------------- | ------------- | ------------------- |
332+
| Nightly | 142 | Yes |
333+
| Developer Edition | 142 | No |
334+
| Beta | 142 | No |
335+
| Release | 142 | No |
322336

323337
- `dom.viewTransitions.enabled`
324338
- : Set to `true` to enable.

files/en-us/mozilla/firefox/releases/142/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@ Firefox 142 is the current [Beta version of Firefox](https://www.firefox.com/en-
117117

118118
The CSS {{CSSXRef(":heading")}} pseudo-class allows you to style all [heading elements](/en-US/docs/Web/HTML/Reference/Elements/Heading_Elements) (`<h1>`-`<h6>`) at once rather than targeting them individually. The {{CSSXRef(":heading_function", ":heading()")}} functional pseudo-class allows you to style heading elements that match the [`<An+B>`](/en-US/docs/Web/CSS/:heading_function#functional_notation) notation. ([Firefox bug 1974386](https://bugzil.la/1974386)).
119119

120+
121+
- **`view-transition-name: match-element`** (Nightly): `layout.css.anchor-positioning.enabled`
122+
123+
The {{CSSXRef("view-transition-name", "match-element", "#match-element")}} value of the CSS {{CSSXRef("view-transition-name")}} property [automatically](/en-US/docs/Web/CSS/view-transition-name#specifying_view-transition-name_values_automatically) assigns a unique internal `view-transition-name` to each selected element, rather than having to name them individually. ([Firefox bug 1956141](https://bugzil.la/1956141)).
124+
120125
- **`Integrity-Policy` and `Integrity-Policy-Report-Only`** for scripts (Nightly): `security.integrity_policy.enabled`
121126

122127
The {{httpheader("Integrity-Policy")}} and {{httpheader("Integrity-Policy-Report-Only")}} HTTP headers are now supported for script resources. These allow websites to either enforce [subresource integrity guarantees](/en-US/docs/Web/Security/Subresource_Integrity) for scripts or only report violations of the policy, respectively.

0 commit comments

Comments
 (0)