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