Re: [widgets] About the test suite

Hi Cyril,

On Nov 20, 2009, at 09:52 , Cyril Concolato wrote:
> Yes I agree, that should not be difficult, I've already manually created the green/red SVG files. But I was wondering about the order given in the default start files table. For example, if a widget package contains both a index.htm and index.svg, is the UA required to use index.htm ? If this is the case we need to duplicate the tests. If not, we can add the SVG files and use a single test (for most cases).

As Marcos said, if the UA doesn't support HTML it'll look for the SVG instead so you should be good there. But there are at least a few tests (at the very least all those with a <content> element) that fall in a different category and would need to be separated. If we have a process for generating an SVG tree from an HTML tree, I wonder if it might not be simpler than merging the two.

-- 
Robin Berjon - http://berjon.com/

Received on Friday, 20 November 2009 15:45:21 UTC