[Webkit-unassigned] [Bug 108881] Canvas fillText and measureText handle ideographic spaces differently

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 7 05:54:14 PDT 2013


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





--- Comment #7 from Rashmi Shyamasundar <rashmi.s2 at samsung.com>  2013-08-07 05:53:52 PST ---
According to the spec - http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#space-character :-

The space characters, for the purposes of this specification, are U+0020 SPACE, U+0009 CHARACTER TABULATION (tab), U+000A LINE FEED (LF), U+000C FORM FEED (FF), and U+000D CARRIAGE RETURN (CR).

The statement  "return c != 0x3000 && isSpaceOrNewline;" will return true for all the 26 unicode white space characters which should not be replaced by U+0020.(According to spec http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#white_space :- The White_Space characters are those that have the Unicode property "White_Space" in the Unicode PropList.txt data file.)

Please correct if my understanding is wrong.

-- 
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