contributor: minimum web browser support (#1100)

This establishes a baseline target when making UI changes.

Co-authored-by: 0ko <0ko@noreply.codeberg.org>
Reviewed-on: https://codeberg.org/forgejo/docs/pulls/1100
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
Co-authored-by: gondolyr <gondolyr+code@posteo.org>
Co-committed-by: gondolyr <gondolyr+code@posteo.org>
This commit is contained in:
gondolyr 2025-03-25 12:48:01 +00:00 committed by 0ko
parent 45a6df824e
commit 7daa8dd7c3

View file

@ -136,3 +136,9 @@ Injects itself via [a workflow](https://code.forgejo.org/forgejo/lxc-helpers/src
## Gitea
Cherry-picked in the Forgejo codebase [on a regular basis](https://codeberg.org/forgejo/forgejo/pulls?q=week&labels=116080) using a [dedicated CLI tool](https://codeberg.org/forgejo/tools/src/branch/main/scripts/weekly-cherry-pick.sh).
# Web browser support
For changes that would affect the usability of Forgejo, use browser features and APIs that are compatible with the latest version of Firefox ESR.
For changes that do not affect usability, using features up to [Baseline <PREVIOUS-YEAR>](https://web.dev/baseline) is acceptable.