[widgets PC] i18n comment 15 : Persian dir examples

*Further comments* related to the i18n review of:
http://dev.w3.org/2006/waf/widgets/

Comment 15
At http://www.w3.org/International/reviews/0907-widgets-pc/
Editorial/substantive: E
Tracked by: RI

Location in reviewed document:
7.5.3. Examples of Usage [http://dev.w3.org/2006/waf/widgets/#examples-of-usage]

Comment: 

The first example displays incorrectly (eg. the angle bracket points the wrong way and is in the wrong place).  Replace the appropriate bit of code with the following and this should look ok:

<name short="آب و هوا">‎
آب و هوا برنامه</name>



The third example seems to have rather strange ordering in the Persian text and English, and the English word seems like an odd one to have in English.  How about the following?

<widget xmlns="http://www.w3.org/ns/widgets">

   <name short="Weather">
    Weather! a totally awesome application!
   </name>


   <name short="آب و هوا" xml:lang="fa" dir="rtl">
   <span dir="ltr" xml:lang="en">Weather!</span> برنامه واقعا بزرگ
   </name>

</widget>


Hope that helps,
RI




============
Richard Ishida
Internationalization Lead
W3C (World Wide Web Consortium)

http://www.w3.org/International/
http://rishida.net/

Received on Thursday, 20 May 2010 18:05:09 UTC