ISSUE-194: Multiple sequential rt elements
Multiple sequential rt elements
- State:
- CLOSED
- Product:
- html
- Raised by:
- Richard Ishida
- Opened on:
- 2012-09-25
- Description:
- Bugzilla: https://www.w3.org/Bugs/Public/show_bug.cgi?id=19207
http://dev.w3.org/html5/spec/the-ruby-element.html#the-ruby-element (4.6.20 The ruby element) says that base text can be followed by "One or more rt elements", which I assume refers to the fact that you can do something like
<ruby>BASE<rt>annotation 1<rt>annotation 2</ruby>
and expect that both annotations will be associated with the same base text.
In http://dev.w3.org/html5/spec/the-rt-element.html (4.6.21 The rt element) however, it says that
"An rt element that is a child of a ruby element represents an annotation (given by its children) for the *zero* or more nodes of phrasing content *that immediately precedes it* in the ruby element, ignoring rp elements." (my emphasis)
This seems to imply that the second rt element contains an annotation for an 'empty' base text - ie. the annotation sits on the baseline after any preceding base text. This is what Chrome currently does, but not what IE does - see http://www.w3.org/International/tests/html-css/ruby/results-ruby-markup#multiply
These two descriptions seem to be contradicting each other. Please resolve that.
(i18n WG endorsed.)
- Related Actions Items:
- No related actions
- Related emails:
- [Bug 19207] i18n-ISSUE-194: Multiple sequential rt elements (from bugzilla@jessica.w3.org on 2014-03-06)
- Re: [I18N-ACTION-150] Review of HTML open issues (from ishida@w3.org on 2014-02-21)
- [I18N-ACTION-150] Review of HTML open issues (from addison@lab126.com on 2014-02-18)
- [Bug 19207] i18n-ISSUE-194: Multiple sequential rt elements (from bugzilla@jessica.w3.org on 2013-01-07)
- [Bug 19207] i18n-ISSUE-194: Multiple sequential rt elements (from bugzilla@jessica.w3.org on 2013-01-07)
- [Bug 19207] i18n-ISSUE-194: Multiple sequential rt elements (from bugzilla@jessica.w3.org on 2013-01-02)
- I18N-ISSUE-194: Multiple sequential rt elements [.prep-HTML5] (from sysbot+tracker@w3.org on 2012-09-25)
Related notes:
No additional notes.
Display change log