Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
corrected spelling and names
  • Loading branch information
dletorey committed Aug 12, 2025
commit 0993f202ab139471f432f250f71628c130967892
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ The CSS {{CSSXRef(":active-view-transition")}} pseudo-class enables you to style
- `dom.viewTransitions.enabled`
- : Set to `true` to enable.

### `matches-elelment` value for `view-transition-name` property
### `match-element` value for `view-transition-name` property

The CSS {{CSSXRef("view-transition-name", "match-element", "#match-element")}} value of the `view-transition-name` property gives each selected element a unique internal `view-transition-name`, rather than [having to name them individually](/en-US/docs/Web/CSS/view-transition-name#specifying_view-transition-name_values_automatically). ([Firefox bug 1956141](https://bugzil.la/1956141)).
Comment thread
dletorey marked this conversation as resolved.
Outdated

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/mozilla/firefox/releases/142/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Firefox 142 is the current [Beta version of Firefox](https://www.firefox.com/en-

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)).

- **`view-transition-name: match-elements`** (Nightly): `layout.css.anchor-positioning.enabled`
- **`view-transition-name: match-element`** (Nightly): `layout.css.anchor-positioning.enabled`

The CSS {{CSSXRef("view-transition-name", "match-element", "#match-element")}} value of the `view-transition-name` property gives each selected element a unique internal `view-transition-name`, rather than [having to name them individually](/en-US/docs/Web/CSS/view-transition-name#specifying_view-transition-name_values_automatically). ([Firefox bug 1956141](https://bugzil.la/1956141)).
Comment thread
dletorey marked this conversation as resolved.
Outdated

Expand Down