Yes I want to understand how much is expected from an editing tool which does the validation and highlightling of all the tags and attributes and provides content assist.
So i want to understand which version of SVG spec should be supported here - > the full svg 1.1 or tiny svg 1.2 ? --- In [email protected], "Erik Dahlstrom" <e...@...> wrote: > > On Thu, 26 Aug 2010 09:57:12 +0200, sarika_sinha <sarika_si...@...> > wrote: > > > Hi, > > I am developing an editor to support html5. will like to understand the > > svg support in html5 in non xl format. > > If you're developing an editor, just follow the spec(s). The html5 spec > defines parsing rules for everything that is contained within an html > document, and the svg spec defines how to render it. Parsing standalone > svg files? Use an xml parser (possibly you need to tell it that the 'id' > attribute is of type <ID>, see > http://www.w3.org/TR/SVGTiny12/types.html#DataTypeID). If you need to > validate svg attributes then refer to the SVG spec. > > > As there will be no public id and svg namespace used, how much of svg > > support is expected ? > > I don't understand your question. The (html or xml) parser generates a DOM > (note that the svg elements will be put in the svg namespace), and the DOM > is rendered by the svg renderer. > > Did you mean how much svg support is expected from your tool? In that case > I'd say it depends on what it's supposed to do. E.g for a text-editor with > syntax highlighting I'd expect it to recognize all svg elements and > attributes. > > Cheers > /Erik > > -- > Erik Dahlstrom, Core Technology Developer, Opera Software > Co-Chair, W3C SVG Working Group > Personal blog: http://my.opera.com/macdev_ed > ------------------------------------ ----- To unsubscribe send a message to: [email protected] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ----Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: [email protected] [email protected] <*> To unsubscribe from this group, send an email to: [email protected] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

