The default style of the <rp> element is changed to "display:none" instead of "display:inline" even if it is not inside the <ruby>element as defined in HTML specification. This behavior is implemented in the UA style sheet, but the web author can override it. Behavior in other browsers: - Edge: display:inline (outside <ruby>), display:none (inside <ruby>) - Firefox: display:none - Safari: display:inline, display:none (inside <ruby>)
Specification
Status in Chromium
Enabled by default (tracking bug) in:
- Chrome for desktop release 70
- Chrome for Android release 70
- Android WebView release 70
Consensus & Standardization
After a feature ships in Chrome, the values listed here are not guaranteed to be up to date.
- No signal
- No signal
- No signal
- No signals
Owner
Last updated on 2020-11-19
Comments
So far, <rp> is display:none if it is in <ruby> as in UA style sheet: `ruby > rp { display:none }` After launching this, <rp> is display:none even if outside of <ruby>.