Re: some HTML elements in SVG documents
"Tab Atkins Jr." <[email protected]>
| Newsgroups | gmane.comp.web.svg |
|---|---|
| Message-ID | <CAAWBYDDy=DvGYtqSLfgo4k89kjER2nmY7iTDHy27df_rr6TU1w@mail.gmail.com> |
On Thu, Aug 6, 2015 at 2:51 PM, Cameron McCormack <[email protected]> wrote: > I did some very quick testing to see whether various metadata-ish HTML > elements (in the HTML namespace) work in SVG documents. I tested title, > base, link, meta, style and script. > > title: doesn’t have any effect > http://mcc.id.au/temp/title.svg > > base: affects <a xlink:href>, at least, in Firefox/Chrome/Safari but > not in Edge > http://mcc.id.au/temp/title.svg > > link: allows style sheet loading across Firefox/Chrome/Safari/Edge > http://mcc.id.au/temp/link.svg > > meta: allows page refresh across Firefox/Chrome/Safari/Edge > http://mcc.id.au/temp/meta.svg > > style: works across Firefox/Chrome/Safari/Edge > http://mcc.id.au/temp/style.svg > > script: works across Firefox/Chrome/Safari/Edge > http://mcc.id.au/temp/script.svg > > I added a small section to the spec, which needs fleshing out: > https://svgwg.org/svg2-draft/struct.html#HTMLMetadataElements +1, I'm happy about these. In particular, <meta> will make a few things easier to develop in the future (like Parameters). ~TJ