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

Unprefixed text-size-adjust #722

Open
BenjaminAster opened this issue Sep 18, 2024 · 0 comments
Open

Unprefixed text-size-adjust #722

BenjaminAster opened this issue Sep 18, 2024 · 0 comments
Labels
focus-area-proposal Focus Area Proposal

Comments

@BenjaminAster
Copy link

Description

The text-size-adjust CSS property still needs a -webkit- prefix in WebKit and Firefox. (Firefox additionally supports the -moz- prefix.)

WebKit seems to already match the behavior (?) (see bug) while Firefox does not yet implement percentages (see bug). Personally though I think not supporting percentages should not block unprefixing since the most common usage of text-size-adjust probably is setting it to none anyway, and there probably isn't any compatibility risk with user agents supporting only a subset of a property's valid value syntaxes.


This issue is one of seven issues regarding unprefixing CSS properties/values, originally all in #702 (as per #702 (comment)). The aim is to group the properties together into multiple (but not seven) focus areas.

Specification

https://drafts.csswg.org/css-size-adjust-1/#adjustment-control

Additional Signals

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
focus-area-proposal Focus Area Proposal
Projects
Status: No status
Development

No branches or pull requests

1 participant