Re: SVG Feedback on HTML5 SVG Proposal

On Tue, Mar 10, 2009 at 6:31 PM, Dailey, David P. <david.dailey@sru.edu> wrote:
> If it doesn't break HTML, then it seems to me it'd be good to keep SVG strict, at least until programmable matter becomes cheap (then we'll have Crays in our fingernail polish right?).

As Henri pointed out, stricter syntax checking does not actually imply
less code.

However I generally think that our general guideline should be what
web developers want. This is also supported by our design principals.
By allowing SVG in text/html to have forgiving error handling,
developers can either choose to use strict error checking, by using
application/xhtml+xml, or forgiving error handling, by using
text/html.

/ Jonas

Received on Wednesday, 11 March 2009 08:54:38 UTC