-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Partial support for Ruby? What does that mean? #7136
Comments
Safari Technology Preview 202 just added support for ruby-align and ruby-position, strengthening our support for CSS that lets authors refine ruby layout. But I don't think that's what this page is about. This seems to be about the core HTML support, with vertical writing mode. And I have a feeling we passed that bar long, long ago. How can we get more details so this page can be updated? |
Or perhaps this page should simply be replaced with something more specific. |
Safari does support vertical writing modes for ruby. Safari do not yet support Safari also does not support annotation spanning (ruby columns in general) yet. It's unclear if another browsers do. |
Yes, looking at the test results here I agree Ruby CSS support is much more complex than is expressed in the support table. Perhaps this table could be repurposed to refer to just the HTML elements and leave the CSS properties to their individual BCD tables? |
That's what I was thinking too — if the HTML is supported, and changes writing modes (so — both horizontal and vertical ruby), then it's "fully supported". Then all the CSS properties for adjusting / refining ruby layout can be tracked one by one. This maps the rest of web tech. Do you support |
The question then becomes how do we know when each browser gained "full support"? To answer that, we need to know what's required for "full". Supporting vertical writing modes seems required. Vertical typography is very common and popular in Japanese graphic design, and only supporting horizontal ruby seems limited. But what else? |
WebKit now supports |
Also, the new Ruby specification is at https://w3c.github.io/html-ruby/ |
Given that Firefox is marked as full support and others as partial, I suspect this is about support for ruby markup ( |
https://caniuse.com/ruby
I'm wondering if this is accurate anymore. Without specific details of what's missing to be considered "full support", it's unclear if Safari or Chrome have full support.
The text was updated successfully, but these errors were encountered: