[Webkit-unassigned] [Bug 112032] SVG rendering ignores xml:space="preserve" attribute for text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 21 02:24:58 PST 2013


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


Arty <arty_sht at mail.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |arty_sht at mail.ru




--- Comment #3 from Arty <arty_sht at mail.ru>  2013-11-21 02:23:31 PST ---
It seems that xml:space attribute is simply not inherited. In your example SVG file this attribute is specified on the enclosing text tag and it does not work. If you specify this attribute directly in the tspan tag, the white space will be preserved. This is clearly a bug as xml:space attribute should be inheritable according to section 10.15 of the Scalable Vector Graphics (SVG) 1.1 (Second Edition) specification.

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