W3C home > Mailing lists > Public > www-style@w3.org > September 2011

[css3-text] Default UA Stylesheet for rt tag

From: Koji Ishii <kojiishi@gluesoft.co.jp>
Date: Mon, 12 Sep 2011 15:31:29 -0400
To: "www-style@w3.org" <www-style@w3.org>
Message-ID: <A592E245B36A8949BDB0A302B375FB4E0CF6823B93@MAILR001.mail.lan>
It was pointed out that rt tag (ruby text) should not only suppress text-emphasis but also underlines as well.

So, although it's noted as informative, I'd like to propose to change Appendix D: Default UA Stylesheet[1]
]]
rt { text-emphasis: none; }
[[

To:

]]
rt {
  text-decoration-line: remove-all;
  text-emphasis: none;
}
[[


[1] http://dev.w3.org/csswg/css3-text/#default-stylesheet

Regards,
Koji
Received on Monday, 12 September 2011 19:32:43 UTC

This archive was generated by hypermail 2.4.0 : Monday, 23 January 2023 02:14:04 UTC