Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standardized CSS zoom #977

Open
yotam-hacohen opened this issue Jan 30, 2024 · 1 comment
Open

Standardized CSS zoom #977

yotam-hacohen opened this issue Jan 30, 2024 · 1 comment
Labels
position: positive ready to add Appears ready to add to the table of positions.

Comments

@yotam-hacohen
Copy link

Standardized CSS zoom

Request for Mozilla Position on an Emerging Web Specification

This Aligns the existing implementation of the previously non-standard CSS zoom property to align with the new standard. This changes various JS APIs to align with the spec (see design doc), change zoom to apply to iframes, and change it to apply to all inherit length properties (currently it only changes inherited font-size)

@zcorpan
Copy link
Member

zcorpan commented Jan 30, 2024

@emilio and I have reviewed the spec PR. For Gecko, it should be a net web compat win to support zoom. It also enables some use cases that are hard to impossible without zoom, such as zooming of HTML emails with text reflow in a web-based email client.

I believe @emilio 's previous concerns with interaction of some CSSOM View APIs are addressed in the new spec.

Suggest positive.

@zcorpan zcorpan added ready to add Appears ready to add to the table of positions. position: positive labels Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
position: positive ready to add Appears ready to add to the table of positions.
Projects
None yet
Development

No branches or pull requests

2 participants