[EMAIL PROTECTED] wrote:
> On Aug 2, 10:12 pm, Masayuki Nakano <[EMAIL PROTECTED]> wrote:
>> [EMAIL PROTECTED] wrote:
>>> I really want to find out what the jp-critical need for linebreaking
>>> of Latin-1 text is.
>> we need to break URLs in most cases, therefore, I think, we should break
>> after '/' for path part of URLs. And also we should break after '\' for
>> windows file path too. And we should also break after '&' and ';' or '='
>> for param part of URLs. And '%' too. It is used for %-encoding.
>>
>> '/' and '\' may be needed the context analysis. (they are only broken
>> after if it is second or more?)
> 
> Are these jp-critical but not critical for Western users? If so, why
> the difference?

Now, I cannot list the example sites immediately. Because many sites 
changed the style, maybe for Fx. E.g., Mixi which is most popular SNS 
site in Japan is using WBR hack for URLs. (Of course, this is not good 
thing.) And Slashdot Japan uses overflow:auto; for paragraph, it is 
better approach, but it makes horizontal scrollbar.

Japanese language can break everywhere except a few exceptions. I.e., we 
are breaking words always. So, for us, the old rule (only breaks around 
SPACE) is strange. Because some points (around punctuations and 
parentheses), we can look as breakable points.
# This issue is blamed from both designers and users in Japan.

## jp-critial has two meanings:
## 1. Really critical bugs, e.g., cannot use IME.
## 2. Marketing strategy, e.g., some bugs are important (only?) in 
Japan, but not so in bugzilla.mozilla.org.

-- 
Masayuki Nakano <[EMAIL PROTECTED]>
Manager, Internationalization, Mozilla Japan.
Personal Web Site (Written in Japanese): http://www.d-toybox.com/studio/

_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout

Reply via email to