- From: Robert Longson <longsonr@gmail.com>
- Date: Sun, 8 Aug 2010 13:13:43 +0100
- To: www-svg@w3.org, patd@microsoft.com
Received on Sunday, 8 August 2010 12:14:16 UTC
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