- From: Tyler Denniston <denniston.t@gmail.com>
- Date: Tue, 18 Oct 2016 11:48:32 -0400
- To: www-svg@w3.org
Hello,
I am confused about the required handling of whitespace for <tspan>
elements that are in the middle of a <text> element. In the test
'text-tspan-01-b', the first test is:
<text x="74" y="63.75" fill="blue">
You are<tspan font-weight="bold" fill="green"> not </tspan>a banana.
</text>
Because no "xml:space" attribute is declared on the tspan or any
parent, shouldn't the leading and trailing spaces be removed around
the word "not", as is specified in the "default" value for "xml:space"
(https://www.w3.org/TR/SVG11/text.html#WhiteSpace)?
Also, for future reference, is this mailing list the correct place to
direct questions such as these?
Thanks,
Tylerr
Received on Tuesday, 18 October 2016 15:49:37 UTC