Re: SVG12: computed value of font-weight vs uDOM

On Wed, 7 Jun 2006, Erik Dahlström wrote:
> 
> The WG agrees and the sentence "SVG does not specify how the computed 
> value of font-weight is represented internally or externally." has been 
> removed from the specification.

So what is the computed value of 'font-weight' on the element with ID 'x' 
in the example below, according to SVG 1.2 Tiny?

   <svg xmlns="http://www.w3.org/2000/svg" font-weight="100">
     <g font-weight="bolder">
       <g font-weight="bolder" id="x">
     </g>
   </svg>

(Please quote the text that you are using to answer this question, since 
the specification has changed since the last publication.)

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

Received on Thursday, 8 June 2006 00:14:04 UTC