Re: Fwd: Re: Israeli HTML Standard

> Hi
>
> Most Hebrew web pages in Israel are still using Visual ordering (ISO-8859-8).
> This is mainly because the browsers for the Implicit ordering are missing ;
> Visual is what work best for all.

>>Hi David,
>>
>>As far as I understand, visual only works if everything is preformatted
>>(<PRE>,...) or if the browser otherwise is changed so that it keeps
>>the line breaks in the original. Putting plain visual text into
>>a file and giving it the extension .html won't work, as far as I know.
>>Can you please explain how exactly this is currently done?
>>Can you give examples of such pages, with URLs. I don't understand
>>Hebrew, but I would like to have a look at the source.

tHERE ARE TWO METHODS
1) tO USE THE <PRE> TAG, THIS IS THE LESS USED METHOD
2) TO uSE THE TAG WHICH ALIGN THE TEXT TO THE RIGHT AND ADD LINE BREAKS.
THE BEST SOLUTION USED IS TABLE, WE USE THE FOLLOWING
<TABLE WIDTH="X%"><TR><TD ALIGN="RIGHT" NOWRAP>

THE NOWRAP PREVENTS THE LINE FROM BEING WRAPED IN THE WRONG PLACE SINCE hEBREW
IS WRITTEN FROM RIGHT TO LEFT AND THE LINE BREAKING IS DONE LEFT TO RIGHT

tHERE ARE ALSO OTHER SOLUTIONS LIKE <P ALIGN="RIGHT">


> i THINK THAT THE html STANDARD *MUST* INCLUDE THE vISUAL STANDARD
> (iso-8859-8) AS ONE OF THE VALID OPTIONS TO CREATE html PAGES AND STRONGLY
> APPOSE TO IGNORE IT.

>>Having the "charset" parameter value affect generic line parsing
>>mechanisms seems not very desirable. As far as I understand, even
>>now special markup is neccessary to have acceptable results.
>>Visual order can be kept by adding <BDO> (bidirectionality
>>override) at the right places (although that was not the original
>>puropose of BDO). BDO has the advantage that it won't affect old
>>browsers that don't do BIDI at all.

When you specify in the charset for Visual order, you command the browser
to parse the text as English Text. this is an exception.

Again, as I stated before Visual is not the best solution but is the one that
let all the users view the web.
Sincerely Yours,

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| David Rashty               Rashty@www.huji.ac.il                  __o    |
| Computation Center         Bitnet: rashty@hujivms               _ \<,_   |
| The Hebrew University      Phone:  +972-2-6584397     Weebbb.. (_)/ (_)  |
| Givat-Ram Campus           Fax:    +972-2-6527349                        |
| Jerusalem 91904, ISRAEL.                               Visit our Webs at |
|                                                          WWW.HUJI.AC.IL  |
| URL http://www.huji.ac.il/rashty                                         |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Received on Sunday, 15 June 1997 11:00:57 UTC