Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

example for multi-lingual ruby #8

Open
duncdrum opened this issue Jan 26, 2021 · 1 comment
Open

example for multi-lingual ruby #8

duncdrum opened this issue Jan 26, 2021 · 1 comment

Comments

@duncdrum
Copy link
Contributor

as per request

some fun multi-lingual examples in Images/Cing_wen_ki_meng_bithe_[...]_btv1b90028080_16.jpeg

<ruby>
  <rb xml:lang="mnc"/>
  <rt xml:lang="lzh"/>
</ruby>

see 1c89646

@knagasaki
Copy link

as per request

some fun multi-lingual examples in Images/Cing_wen_ki_meng_bithe_[...]_btv1b90028080_16.jpeg

<ruby>
  <rb xml:lang="mnc"/>
  <rt xml:lang="lzh"/>
</ruby>

see 1c89646

In most of cases, the xml:lang will be inherited from the parent element like below:

<p xml:lang="mnc">manchu text is 
  <ruby>
   <rb>here<rb>
   <rt xml:lang="lzh">Chinese pronunciation</rt>
  </ruby>.
 manchu text is here</p> 

If the example you put above will be shown in the Guidelines, it might be misleading.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants