Consider making common dialogs use `font: menu` for a more accessible macOS experience
Categories
(Toolkit :: Themes, enhancement, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox124 | --- | fixed |
People
(Reporter: jules, Assigned: dao)
References
Details
(Keywords: access)
Attachments
(2 files, 1 obsolete file)
Today, common dialogs default to a font size that is a bit too small on macOS (screenshot attached). It's defaulting to message-box
sizing, which is 11px
(on macOS), providing a not super accessible experience. We tend to rely on that font size for tabs and bookmarks on the toolbar, so we should avoid using it for text heavy content / body content.
Panels rely on font: menu
which results in 13px
(on macOS). I'd recommend we assign the menu
font in the common dialog CSS to guarantee our dialogs are using the same font sizing as our panels. This shouldn't affect Linux and Windows experiences as menu
seems to be the same size as message-box
in those platforms.
Reporter | ||
Comment 1•10 months ago
|
||
Updated•10 months ago
|
Assignee | ||
Comment 2•10 months ago
|
||
Updated•10 months ago
|
Comment 3•10 months ago
|
||
(In reply to Jules Simplicio [:jules] from comment #0)
Panels rely on
font: menu
which results in13px
(on macOS). I'd recommend we assign themenu
font in the common dialog CSS to guarantee our dialogs are using the same font sizing as our panels. This shouldn't affect Linux and Windows experiences asmenu
seems to be the same size asmessage-box
in those platforms.
It is the same size but not the same font necessarily, right?
Updated•10 months ago
|
Reporter | ||
Comment 4•10 months ago
|
||
(In reply to Emilio Cobos Álvarez (:emilio) from comment #3)
(In reply to Jules Simplicio [:jules] from comment #0)
Panels rely on
font: menu
which results in13px
(on macOS). I'd recommend we assign themenu
font in the common dialog CSS to guarantee our dialogs are using the same font sizing as our panels. This shouldn't affect Linux and Windows experiences asmenu
seems to be the same size asmessage-box
in those platforms.It is the same size but not the same font necessarily, right?
I was under the same impression as Dão, I believe, that it wouldn't affect the font but just the size.
Ideally we're just making a change that affects the size.
Thanks for jumping.
Comment 6•10 months ago
|
||
bugherder |
Description
•