- From: Jirka Kosek <jirka@kosek.cz>
- Date: Tue, 03 Nov 2009 14:59:13 +0100
- To: www-math@w3.org
- CC: public-i18n-its-ig@w3.org
- Message-ID: <4AF03731.4000402@kosek.cz>
Hi, I'm writing you on behalf ITS IG (former ITS WG). We have reviewed MathML3 LC especially in respect to internationalization capabilities and Best practices for XML internationalization (http://www.w3.org/TR/xml-i18n-bp/). Despite MathML content usually contains only language neutral mathematical expression there are few issues related to internationalization which we would like to see improved before going to recommendation. 1. It should be possible to specify/change directionality of text on mtext element using dir attribute (currently attribute is not allowed there). For more background information see http://www.w3.org/TR/xml-i18n-bp/#DevDir 2. It should be possible to specify language of content using xml:lang attribute at least on mtext and math elements. For more background information see http://www.w3.org/TR/xml-i18n-bp/#DevLang 3. It should be possible to specify directionality and language not only for whole mtext element but also for parts of text inside the element. For example for cases when mtext contains English text with foreign phrase inside etc. This can be easily accomplished by adding child element to mtext (e.g. span, mspan, phrase, ...) which can have dir, xml:lang and any number of other foreign attributes (e.g. ITS local markup). Such element should allow nesting to handle rare cases where more scripts are mixed at the same time. <math> ... <mtext xml:lang="en">In Hebrew, the title <mspan xml:lang="he" dir="rtl">פעילות הבינאום, W3C</mspan> means Internationalization Activity, W3C.</mtext> ... </math> 4. It should be possible to specify Ruby annotation inside mtext. This can be accomplished by allowing ruby markup inside mtext: http://www.w3.org/TR/xml-i18n-bp/#DevRuby We are looking forward to your response and wish you success with your important specification. Jirka Kosek on behalf of ITS IG http://www.w3.org/International/its/ig/ -- ------------------------------------------------------------------ Jirka Kosek e-mail: jirka@kosek.cz http://xmlguru.cz ------------------------------------------------------------------ Professional XML consulting and training services DocBook customization, custom XSLT/XSL-FO document processing ------------------------------------------------------------------ OASIS DocBook TC member, W3C Invited Expert, ISO JTC1/SC34 member ------------------------------------------------------------------
Received on Tuesday, 3 November 2009 13:59:46 UTC