mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:27:45 +00:00
LibWeb: Add SVGURIReference
This commit is contained in:
parent
55646893d8
commit
968bec9844
4 changed files with 65 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
|||
#import <SVG/SVGAnimatedString.idl>
|
||||
|
||||
// https://svgwg.org/svg2-draft/types.html#InterfaceSVGURIReference
|
||||
interface mixin SVGURIReference {
|
||||
// FIXME: [SameObject] readonly attribute SVGAnimatedString href;
|
||||
[SameObject] readonly attribute SVGAnimatedString href;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue