Testing the SVG Boilerplate

Hi all,

I don't know if you had a chance to see this, but last week I released an alpha of the SVG Boilerplate:

  http://svgboilerplate.com/

The idea is rather basic: make it possible to use SVG (both inline, including in text/html, and embedded) and automatically inject just the right amount of help (nothing, adding SMIL, adding HTML5 parsing support, bringing in SVG Web) for it to work as much as possible in all browsers. In practice, it involves some tricky nastiness to make work — hence the idea to have something like the HTML5 Boilerplate that people can just cut and paste and it just works. I think that this could definitely help with SVG adoption.

It's still alpha, but it's making progress and it now works in a bunch of situations. That's where you come in: I need testing. Back when I did client-side web development for a living on a regular basis, I had a nice set up to test a lot of browsers. That got wiped at some point and I haven't had the need to build it up again. Since I'm lazy, and have a limited amount of time, I don't feel like building this setup back up again. I could use some help with the testing :)

You can see which browsers have not been tested for at:

  http://svgboilerplate.com/status.html

As you will note, it's not quite stellar ;)

There are two test pages, one for HTML, one for XHTML, each of which has an inline and an embedded SVG. Both SVGs are of a red square that immediately gets set to green and starts rotating. If you don't see two rotating green squares it's a fail. The page also tells you which mode it's running in. I'm seeing a couple of intermittent bugs at this point, so please reload each page a few times to see what happens.

  http://svgboilerplate.com/test-page.html
  http://svgboilerplate.com/test-page.xhtml

I'm most of all interested in the various IE results, as you might guess :) And of course, you're more than welcome to come give a hand with the project, it's all open-sourced on GitHub.

Thanks for any help!

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

Received on Thursday, 23 September 2010 14:03:25 UTC