You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
Sasha Sorokin d055d75172
Remove aria-pressed where it's redundant (#19912)
This commit removes aria-pressed attribute from all elements which
contents or other descriptive attributes change in active state,
effectively replacing the meaning of the button, in which case
aria-pressed, an attribute specified whether the button is currently
pressed, would create a confusion. (Spoiler: it's everywhere).

See https://github.com/mastodon/mastodon/issues/13545#issuecomment-1304886969
2 years ago
..
chewy
controllers Make account endorsements idempotent (fix #19045) (#20118) 2 years ago
helpers
javascript Remove aria-pressed where it's redundant (#19912) 2 years ago
lib Change Request connection logic to try both IPv6 and IPv4 when available (#20108) 2 years ago
mailers
models Micro-optimization: use `if`/`else` instead of `Array#compact` and `Array#min` (#19906) 2 years ago
policies
presenters
serializers Fix nodeinfo metadata attribute being an array instead of an object (#20114) 2 years ago
services Change Report category to "violation" if rule IDs are provided (#20137) 2 years ago
validators
views Add password autocomplete hints (#20071) 2 years ago
workers Fix followers count not being updated when migrating follows (#19998) 2 years ago