[Webkit-unassigned] [Bug 12828] Typing Option-space should insert  

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 22 11:53:27 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=12828





--- Comment #6 from Aryeh Gregor <ayg at aryeh.name>  2011-08-22 11:53:27 PST ---
nbsp is non-ASCII too.  In general, CSS only collapses ASCII spaces, so any non-ASCII space would be fine.  The problem is, AFAIK, there's no space character that's the width of a regular space, except space itself and nbsp.  All the ones you suggest are either noticeably wider or noticeably narrower.

Ideally what we'd want is a space that doesn't collapse but does break.  Unicode doesn't know about collapsing, so there is no such thing.  pre-wrap, however, makes all regular spaces behave that way.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list