[Bug 10830] i18n comment : Please add support for rb

http://www.w3.org/Bugs/Public/show_bug.cgi?id=10830

Koji Ishii <kojiishi@gluesoft.co.jp> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kojiishi@gluesoft.co.jp

--- Comment #6 from Koji Ishii <kojiishi@gluesoft.co.jp> 2010-12-29 04:00:04 UTC ---
I'm not used to using W3C Bug Tracking service, I'm sorry in advance if this is
inappropriate way to respond to an issue. I also apologize for the late
comment.

I was reviewing HTML5 ruby for accessibility purposes, and I found that without
rb tag, accessibility readers cannot distinguish base characters to highlight
when multiple rt exist through DOM.

<ruby>
  B1<rt>R1</rt>
  B2<rt>R2</rt>
</ruby>

When reader is reading "R1", I can't get "B1" through DOM as far as I
understand. Apps want to distinguish which rt corresponds to which base
characters, and I suppose rb tag is the one that gives me.

Could you please reconsider the decision?

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You reported the bug.

Received on Wednesday, 29 December 2010 04:00:09 UTC