- From: Masayuki Nakano <masayuki@d-toybox.com>
- Date: Tue, 10 Jan 2012 22:56:19 +0900
- To: Koji Ishii <kojiishi@gluesoft.co.jp>
- CC: "public-html-ig-jp@w3.org" <public-html-ig-jp@w3.org>
全角スペースを利用して右から字下げをしているようなサイトがあるなら、その レイアウトを壊してしまうので駄目だと思います。 例えば、 <p style="text-align: right;"> ああああ <br>↓ いいいい↓ </p> このような場合に、 +-------------------------+ | ああああ | | いいいい| +-------------------------+ となるべきではありませんか? On 2012/01/10 13:25, Koji Ishii wrote: > CSS3 Textで、行末における全角空白の扱いをどうするべきか、ご意見いただけますでしょうか? > > 半角空白同様に、行末の全角空白は右マージンを超えて、ないものとしてレイアウトされる、で正しいと思いますが、ご意見いただけましたら幸いです。 > > よろしくお願いいたします。 > > > -----Original Message----- > From: fantasai [mailto:fantasai.lists@inkedblade.net] > Sent: Tuesday, January 10, 2012 10:37 AM > To: www-style@w3.org; 'WWW International' > Subject: [css3-text] scoping line break controls, characters that disappear at the end of lines > > In 2008 roc outlined some principles for how line breaking controls (i.e. 'white-space', at the time) are scoped to line-breaking opportunities: > > In<http://lists.w3.org/Archives/Public/www-style/2008Dec/0043.html> Robert O'Callahan wrote: >> >> 1) Break opportunities induced by white space are entirely governed by the >> value of the 'white-space' property on the enclosing element. So, spaces >> that are white-space:nowrap never create break opportunities. >> 2) When a break opportunity exists between two non-white-space >> characters, e.g. between two Kanji characters, we consult the value of >> 'white-space' for the nearest common ancestor element of the two characters >> to decide if the break is allowed. > > I'm trying to encode this into the spec. My question is, are spaces (U+0020) the only characters that fall into category #1? What about the other characters in General Category Zs? > http://www.fileformat.info/info/unicode/category/Zs/list.htm > > In particular, U+1680 is, like U+0020, expected to disappear at the end of a line. > > Which brings up another issue: which characters should disappear at the end of a line? Right now we keep around all those fixed-width spaces. > > ~fantasai > > -- Masayuki Nakano <masayuki@d-toybox.com> Manager, Internationalization, Mozilla Japan.
Received on Tuesday, 10 January 2012 13:59:25 UTC