Re: [SVGMobile12] 2.1.5: SVG not appropriate for multi-namespace use

On Tue, 3 Jan 2006, Jonathan Watt wrote:
>
> So:
> 
>   <text font-size="10" ...>
> 
> is legal in Tiny implementations but illegal in CSS conforming,
> multi-namespace, Full implementations.

No, CSS is independent of the font-size attribute. The font-size attribute 
is an SVG-specific thing with SVG-specific syntax (notwithstanding the 
issue of the SVG 1.2 Tiny spec normatively referencing the CSS spec).

Only in the "style" attribute, in <style> blocks, and in external 
stylesheets is CSS' syntax relevant.

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'

Received on Tuesday, 3 January 2006 17:25:47 UTC