Open
Description
I'd like to issue the deprecation of <rp>
element because of the following reasons.
- Most Browsers imprement
<ruby>
and<rt>
elements.
https://caniuse.com/ruby
https://caniuse.com/mdn-html_elements_rt
- It doesn't make sense as the element itself doesn't convey any means other than separation of
<rt>
's content and<q>
elements' quotation marks, which has simular purpose, is not hard coded in html. If necessary, like the browsers' implementation of<q>
elements' quotation marks, using css'rt::before
andrt::after
pseudo elements is more consistent.