Re: Scoped SVG styles?

On Mon, Jun 17, 2013 at 2:30 PM, Cameron McCormack <cam@mcc.id.au> wrote:
> Dimitri Glazkov wrote:
>> Will there ever be such a thing as scoped SVG styles? Since<style>  in
>> SVG does pretty much the same thing as<style>  in HTML, would<style
>> scoped>  in SVG make any sense?
>
>
> Yes, we plan to have all the same features as HTML's <style> on SVG's
> <style>.  We haven't made the changes in SVG 2 yet, but Firefox's scoped
> style implementation already supports this.

Is there a way to just say that <svg:style> is identical to
<html:style>, except for the namespace?  That would let us drop most
of the definition, and stay permanently up-to-date.

~TJ

Received on Tuesday, 18 June 2013 06:30:36 UTC