mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
LibWeb: Fix spec link to SVGTitleElement
This commit is contained in:
parent
1cb5385a29
commit
bb37451fe5
Notes:
sideshowbarker
2024-07-17 03:19:14 +09:00
Author: https://github.com/jamierocks Commit: https://github.com/SerenityOS/serenity/commit/bb37451fe5 Pull-request: https://github.com/SerenityOS/serenity/pull/23974 Reviewed-by: https://github.com/MacDue
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#import <SVG/SVGElement.idl>
|
||||
|
||||
// https://svgwg.org/svg2-draft/struct.html#InterfaceSVGSVGElement
|
||||
// https://svgwg.org/svg2-draft/struct.html#InterfaceSVGTitleElement
|
||||
[Exposed=Window]
|
||||
interface SVGTitleElement : SVGElement {
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue