← Back to release summary

The <rp> element defaults to display:none

Category
CSS
Type
New or changed feature
Status
Enabled by default (Chrome 70)
Intent stage
None

Summary

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>)

Standards & signals

View on chromestatus.com