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

css.properties.ruby-position - Firefox & Chrome don't support inter-character value #23971

Closed
nt1m opened this issue Jul 29, 2024 · 1 comment · Fixed by #24153
Closed

css.properties.ruby-position - Firefox & Chrome don't support inter-character value #23971

nt1m opened this issue Jul 29, 2024 · 1 comment · Fixed by #24153
Labels
data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS

Comments

@nt1m
Copy link
Contributor

nt1m commented Jul 29, 2024

What type of issue is this?

Incorrect support data (example: BrowserX says "86" but support was added in "40")

What information was incorrect, unhelpful, or incomplete?

MDN says Chrome & FF support all values except alternate

What browsers does this problem apply to, if applicable?

No response

What did you expect to see?

inter-character has its own row with Chrome & FF marked as unsupported, and Safari marked as supported.

Did you test this? If so, how?

Yes, it's rejected at parse time in devtools

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

https://drafts.csswg.org/css-ruby/#rubypos

Do you have anything more you want to share?

No response

MDN URL

https://developer.mozilla.org/en-US/docs/Web/CSS/ruby-position

MDN metadata

MDN page report details
  • Query: css.properties.ruby-position
  • Report started: 2024-07-29T07:45:51.675Z
@queengooborg queengooborg added the data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS label Jul 30, 2024
@estelle
Copy link
Member

estelle commented Aug 8, 2024

In Safari, the inter-character is supported only on the prefixed property,
-webkit-ruby-position: inter-character; with the unprefixed property, ruby-position not supported at all in Safari (which the BCD accurately reflects).

queengooborg added a commit to queengooborg/browser-compat-data that referenced this issue Aug 16, 2024
This PR adds the missing features of the `ruby-position` CSS property. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.12.1).

_Check out the [collector's guide on how to review this PR](https://github.com/openwebdocs/mdn-bcd-collector#reviewing-bcd-changes)._

Tests Used: https://mdn-bcd-collector.gooborg.com/tests/css/properties/ruby-position

Additional Notes: This also includes some manual testing (for the `inter-character` value) so that this fixes mdn#23971.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants