Property inheritance and the 'clipPath' element

Patrick,

The reason that

http://samples.msdn.microsoft.com/ietestcenter/svg112/svg_harness.htm?url=./svg112/svg/chapter_14.2.svg

only works in IE is that the colour that is returned is "rgb(0, 0, 255)" by
firefox rather than "blue". Clearly this is the same rgb colour and as far
as I am aware getComputedStyle is allowed to return colours in either
fashion.

Can you fix the test so that it works when getComputedStyle returns an rgb
colour? Or alternatively point me to where it is specified that
getComputedStyle cannot return an rgb colour in this case.

Best regards

Robert

Received on Sunday, 8 August 2010 12:14:16 UTC