mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Introduce ElementCSSInlineStyle for SVGElement
This commit is contained in:
parent
ea491b4117
commit
c561a3eb0e
4 changed files with 49 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
||||
|
||||
// https://svgwg.org/svg2-draft/types.html#InterfaceSVGElement
|
||||
[Exposed=Window, Abstract, Pref="dom.svg.enabled"]
|
||||
[Exposed=Window, Pref="dom.svg.enabled"]
|
||||
interface SVGElement : Element {
|
||||
|
||||
//[SameObject] readonly attribute SVGAnimatedString className;
|
||||
|
@ -20,3 +20,4 @@ interface SVGElement : Element {
|
|||
|
||||
//SVGElement includes GlobalEventHandlers;
|
||||
//SVGElement includes SVGElementInstance;
|
||||
SVGElement includes ElementCSSInlineStyle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue