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: 0 additions & 2 deletions .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Markdownlint (All files)

on:
pull_request:
branches:
- main
paths:
- .markdownlint-cli2.jsonc
- .nvmrc
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pr-check-lint_content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Lint and review content files

on:
pull_request_target:
branches:
- main
paths:
- .nvmrc
- "*.md"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pr-check_cspell_lists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Check cSpell lists

on:
pull_request:
branches:
- main
paths:
- .vscode/dictionaries/*

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pr-check_javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: JavaScript lint

on:
pull_request:
branches:
- main
paths:
- .nvmrc
- "**/*.js"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pr-check_json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: JSON lint

on:
pull_request:
branches:
- main
paths:
- .nvmrc
- "**/*.json"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pr-check_redirects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Check Redirects

on:
pull_request:
branches:
- main

# No GITHUB_TOKEN permissions, as we only use it to increase API limit.
permissions: {}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pr-check_scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Check scripts

on:
pull_request:
branches:
- main
paths:
- .nvmrc
- package.json
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pr-check_url-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Check URL issues

on:
pull_request:
branches:
- main
paths:
- "files/**/*.md"

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pr-check_yml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Lint YAML

on:
pull_request:
branches:
- main
paths:
- .nvmrc
- yarn.lock
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pr-rebase-needed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: "PR conflicts"
on:
push:
pull_request_target:
branches:
- main
types: [synchronize]

permissions:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ name: PR Test

on:
pull_request:
branches:
- main

permissions:
# Compare two commits.
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/system-file-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: System file changes

on:
pull_request_target:
branches:
- main
paths:
- ".github/workflows/**"
- ".github/CODEOWNERS"
Expand Down
14 changes: 14 additions & 0 deletions files/en-us/mozilla/firefox/experimental_features/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,20 @@ The {{CSSXRef(":heading")}} pseudo-class allows you to style all [heading elemen
- `layout.css.heading-selector.enabled`
- : Set to `true` to enable.

### `text-decoration-trim`

The CSS `text-decoration-trim` property allows you to specify {{cssxref("text-decoration")}} start and end offsets to shorten, lengthen, or shift the position of text decorations with respect to the text ([Firefox bug 1979915](https://bugzil.la/1979915)).

| Release channel | Version added | Enabled by default? |
| ----------------- | ------------- | ------------------- |
| Nightly | 145 | No |
| Developer Edition | 145 | No |
| Beta | 145 | No |
| Release | 145 | No |

- `layout.css.text-decoration-trim.enabled`
- : Set to `true` to enable.

## SVG

**No experimental features in this release cycle.**
Expand Down
5 changes: 5 additions & 0 deletions files/en-us/mozilla/firefox/releases/145/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,8 @@ You can find more such features on the [Experimental features](/en-US/docs/Mozil
Nightly builds now support [CSS anchor positioning](/en-US/docs/Web/CSS/CSS_anchor_positioning) by default, which allows you to tether elements together.
The anchor-positioned elements can then have their size and position set relative to the size and location of the anchor elements to which they are bound.
(General: [Firefox bug 1988224](https://bugzil.la/1988224), `position-area`: [Firefox bug 1924086](https://bugzil.la/1924086)).

- **text-decoration-trim**: `layout.css.text-decoration-trim.enabled`

The CSS `text-decoration-trim` property is supported but currently disabled by default.
It allows you to specify {{cssxref("text-decoration")}} start and end offsets to shorten, lengthen, or shift the position of text decorations with respect to the text ([Firefox bug 1979915](https://bugzil.la/1979915)).