-
Notifications
You must be signed in to change notification settings - Fork 22.8k
feat(css): Add ruby-overhang
property
#40041
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
base: main
Are you sure you want to change the base?
Conversation
Preview URLs (comment last updated: 2025-06-26 07:53:19) |
``` | ||
|
||
```css interactive-example-choice | ||
ruby-overhang: none; |
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.
I think this doesn't work because we're animating the values? I can't figure out why this works:
```css interactive-example-choice
ruby-overhang: auto;
ruby-position: over;
```
```css interactive-example-choice
ruby-overhang: none;
ruby-position: under;
```
But it doesn't work after removing ruby-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.
It looks like the iframe is not being reloaded, in other words, if you change the default value for interactive-example-choice
to be either auto
or none
, it works on page load.
Anyone from @mdn/ja-content interested in having a look sometime? Not urgent! :) |
Description
This PR adds a page for the CSS
ruby-overhang
property.TODO:
Motivation
We're missing a docs page for it.
Additional details
I took a look through relnotes from Jen Simmons' for Safari 18.2 which has some good examples: