css zoom does not zoom text in buttons
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox152 | --- | fixed |
People
(Reporter: jochen.kuehner, Assigned: emilio)
References
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36
Steps to reproduce:
i set css zoom property on a button, see https://jsbin.com/xujofijexe/1/edit?html,css,output
Actual results:
the button gets bigger, the text not
Expected results:
text should also zoom
| Reporter | ||
Comment 1•3 months ago
|
||
does work in chrome and safari
Comment 2•3 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::CSS Parsing and Computation' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
| Reporter | ||
Comment 3•3 months ago
|
||
this is also wrong: https://jsbin.com/movanoxevu/edit?html,output
Updated•2 months ago
|
| Assignee | ||
Comment 4•2 months ago
|
||
This is because system fonts are not currently scaled by zoom.
| Assignee | ||
Comment 5•2 months ago
|
||
Need to use a testharness.js test because system fonts aren't guaranteed
to have a particular value.
Updated•2 months ago
|
Comment 7•2 months ago
|
||
| bugherder | ||
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/59657 for changes under testing/web-platform/tests
Upstream PR merged by moz-wptsync-bot
Description
•