[ESW Wiki] Update of "its0505ReqBidi" by RichardIshida

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "ESW Wiki" for change notification.

The following page has been changed by RichardIshida:
http://esw.w3.org/topic/its0505ReqBidi


------------------------------------------------------------------------------
  '''[http://www.w3.org/International/geo/2004/article-devt-process.html Status: Initial Draft]''' 
  ie. please focus on technical content, rather than wordsmithing at this stage.
  
- Author: Yves Savourel
+ Author: Richard Ishida
  
- =  =
+ = Bidirectional text support =
  
+ == Summary ==
+ 
+ Markup should be available to support the needs of bidirectional scripts.
+ 
+ 
+ == Challenge/Issue ==
+ 
+ Generally the Unicode bidirectional algorithm will cause text in scripts such as Arabic and Hebrew to appropriately order mixed script text.  Sometimes, however, additional help is needed.  For example, in the following phrase the 'W3C' and the comma should appear to the left side of the quotation. This cannot be achieved using the bidirectional algorithm alone.
+ 
+  The title says "פעילות הבינאום, W3C" in Hebrew.
+ 
+ The desired effect can be achieved using Unicode control characters, but this is not recommended (see  the W3C Note and Unicode Technical Report [http://www.w3.org/TR/unicode-xml/ Unicode in XML & Other Markup Languages]).  Markup is needed to establish the default directionality of a document, and to change that where appropriate by creating nested embedding levels.
+ 
+ Markup is also required to disable the effects of the bidirectional algorithm for a specified range of text.
+ 
+ 
+ 
+ == Notes ==
+ 
+ See the following GEO documents for background: 
+ ''[http://www.w3.org/TR/i18n-html-tech-bidi/  Authoring Techniques for XHTML & HTML Internationalization: Handling Bidirectional Text 1.0]'' (early draft)
+ ''[http://www.w3.org/International/articles/inline-bidi-markup/ What you need to know about the bidi algorithm and inline markup]''
+ 
+ It may be sensible, when considering implementation approaches, to follow the lead of the [http://www.w3.org/TR/2004/WD-xhtml2-20040722/mod-bidi.html#adef_bidi_dir XHTML 2.0 specification]
+ 

Received on Wednesday, 25 May 2005 14:14:21 UTC