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

Allow Ruby use in non-CJKM languages #145

Open
wants to merge 2 commits into
base: gh-pages
Choose a base branch
from

Conversation

jyasskin
Copy link
Member

@jyasskin jyasskin commented Oct 23, 2024

Based on the range of Japanese semantics for Ruby that are described in w3c/ruby-t2s-req#34, it doesn't make sense to say that Ruby is specifically useful for only 4 languages. If other specifications have a need within that range of semantics, they should reach for Ruby instead of inventing their own elements.

It wasn't clear to me what the difference is between a "general" glossing mechanism and the kinds of glosses that are in active use in Japanese, but if there is a distinction I'm missing, which needs to constrain uses in other specs, I'd be fine describing it here.


Preview | Diff

Copy link

netlify bot commented Oct 23, 2024

Deploy Preview for bp-i18n-specdev ready!

Name Link
🔨 Latest commit be31052
🔍 Latest deploy log https://app.netlify.com/sites/bp-i18n-specdev/deploys/6719305c80feff0008421323
😎 Deploy Preview https://deploy-preview-145--bp-i18n-specdev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -3794,7 +3794,7 @@ <h3>Ruby text annotations</h3>
<p class="advisement">Ruby implementations should allow annotations to appear on either or both sides of the base text.</p>
</div>
<div class="req" id="ruby_cjk">
<p class="advisement">Ruby markup in HTML is designed specifically for Chinese, Japanese, Korean, and Mongolian requirements, and should not be used as a general glossing mechanism.</p>
<p class="advisement">Ruby markup in HTML is designed primarily for Chinese, <a data-cite="jlreq#usage_of_ruby">Japanese</a>, Korean, and Mongolian requirements, and the needs of those languages should be prioritized in any use of the Ruby elements in other specifications. Within that constraint, Ruby may be used to associate annotations with a base string of text.</p>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The I18N WG discussed this in our 2024-10-31 teleconference. We don't quite agree with the changes proposed here. This is not because other annotation uses for Ruby do not exist in the wild, but that they are rare, usually can be better handled using other markup mechanisms, and because novel uses of Ruby conflict with their intended use. In addition, bear in mind that this document is guidance to specification authors and we seek to guide the audience the best we can.

Perhaps consider a modification like the following?

Suggested change
<p class="advisement">Ruby markup in HTML is designed primarily for Chinese, <a data-cite="jlreq#usage_of_ruby">Japanese</a>, Korean, and Mongolian requirements, and the needs of those languages should be prioritized in any use of the Ruby elements in other specifications. Within that constraint, Ruby may be used to associate annotations with a base string of text.</p>
<p class="advisement">Ruby markup in HTML is designed primarily for Chinese, Japanese, Korean, and Mongolian requirements. Annotation in other languages SHOULD use other mechanisms. Specifications SHOULD avoid proposing new uses for Ruby markup.</p>
<p class="note">For examples of other types of annotation markup available in HTML, see <a href="https://r12a.github.io/blog/201708.html#20190304">post on Richard Ishida's blog </a>.</p>

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@r12a @xfq for visibility

@aphillips aphillips removed the Agenda+ label Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants