mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 21:02:09 +00:00
Mention FF 104 fixed the focus indicators
This commit is contained in:
parent
ca388d68f5
commit
afd5689d38
2 changed files with 4 additions and 0 deletions
|
@ -1396,6 +1396,8 @@ If you’d like to learn more, Sara Soueidan wrote a far more detailed post on m
|
|||
|
||||
=> https://www.sarasoueidan.com/blog/focus-indicators/ A guide to designing accessible, WCAG-compliant focus indicators
|
||||
|
||||
UPDATE: Firefox 104 has adopted a much better 2-color focus indicator; supplying a custom indicator will be less important in 2023 once a Firefox ESR version above 104 becomes available.
|
||||
|
||||
## Screen reader improvements
|
||||
|
||||
This section focuses on ways to improve screen reader support that have not already been covered. The most important measures (semantic HTML, good alt-text and image context, correct spelling, etc.) have already been covered in previous sections.
|
||||
|
|
|
@ -1430,6 +1430,8 @@ a:focus,
|
|||
|
||||
{{</codefigure>}}
|
||||
|
||||
<ins>Update: Firefox 104 has adopted a much better 2-color focus indicator; supplying a custom indicator will be less important in 2023 once a Firefox ESR version above 104 becomes available.</ins>
|
||||
|
||||
Screen reader improve­ments {#screen-reader-improvements}
|
||||
-------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue