Bug 151306 - Unprefix -webkit-ruby-position
Summary: Unprefix -webkit-ruby-position
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on: 141420
Blocks: 217522
  Show dependency treegraph
 
Reported: 2015-11-16 04:18 PST by Simon Pieters (:zcorpan)
Modified: 2022-03-08 08:44 PST (History)
9 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Pieters (:zcorpan) 2015-11-16 04:18:21 PST
Gecko supports ruby-position without prefix, with value over/under (inter-character not supported in Gecko yet AFAICT).

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

Prefixing policy http://www.w3.org/TR/css-2015/#de-facto

So maybe fix bug 141420 first and then ask for a CSSWG resolution to unprefix this?
Comment 1 Kent Tamura 2020-04-17 00:07:06 PDT
Chrome will ship the unprefixed ruby-position.  https://t.co/nmCPv0Onhk
Comment 2 Sam Sneddon [:gsnedders] 2021-08-13 10:21:03 PDT
What is this blocked on?
Comment 3 Radar WebKit Bug Importer 2021-12-06 16:00:17 PST
<rdar://problem/86128259>
Comment 4 Antoine Quint 2022-03-08 08:44:23 PST
Ideally this would add animation support for this property in CSSPropertyAnimation. See the many uses of DiscretePropertyWrapper, this will likely be a one-liner.