-
Notifications
You must be signed in to change notification settings - Fork 199
Adds Text underline position & text shadow #1997
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
Conversation
features/text-underline-position.yml
Outdated
| spec: https://drafts.csswg.org/css-text-decor-4/#line-decoration | ||
| group: text | ||
| status: | ||
| compute_from: css.properties.text-underline-position |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If grouping these, then should probably be conservative and compute from the later of the headline features (css.properties.text-underline-offset) rather than the earlier, so that any developer decisions based on this availability mean that all of it works vs some things not working. cc @ddbeck for thoughts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That makes sense to me!
Co-authored-by: James Stuckey Weber <james@oddbird.net>
No description provided.