VOOZH about

URL: https://bugzilla.mozilla.org/show_bug.cgi?id=1982307

⇱ 1982307 - Remove dom.disable_tab_focus_to_root_element and canvas focus painting code.


Closed Bug 1982307 Opened 10 months ago Closed 10 months ago

Remove dom.disable_tab_focus_to_root_element and canvas focus painting code.

Remove dom.disable_tab_focus_to_root_element and canvas focus painting code.
Core
DOM: UI Events & Focus Handling
unspecified
Unspecified
Unspecified
task
Points:
---
RESOLVED FIXED
RESOLVED
FIXED
143 Branch
Iteration:
---
a11y-review
Accessibility Severity
Performance Impact
Size Estimate
Webcompat Priority
Webcompat Score
Tracking Status
firefox143 --- fixed
Tracking Status
relnote-firefox
thunderbird_esr115
thunderbird_esr140
firefox-esr115
firefox-esr140
firefox-esr153
firefox143
firefox152
firefox153
firefox154
---
QA Whiteboard:
[qa-triage-done-c144/b143]
Has STR:
---
Change Request:
---
Bug Flags:
Signature:
None
This bug is publicly visible.

 
No description provided.

The root element no longer gets focus by default when tabbing, so this
code can only be triggered by making it explicitly editable or focusable in
some other way.

It's inconsistent with how we do :focus-visible, and hardcodes the style, so
remove it. This matches other browsers and authors can still show an outline if
they want to via the outline property.

QA Whiteboard: [qa-triage-done-c144/b143]
You need to log in before you can comment on or make changes to this bug.