mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 09:46:04 -05:00
LibWeb: Expose Element.{prefix,localName}
This commit is contained in:
parent
d42d984a2d
commit
56d7d28d41
Notes:
sideshowbarker
2024-07-18 18:20:11 +09:00
Author: https://github.com/Lubrsi Commit: https://github.com/SerenityOS/serenity/commit/56d7d28d41a Pull-request: https://github.com/SerenityOS/serenity/pull/7029
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
interface Element : Node {
|
||||
readonly attribute DOMString? namespaceURI;
|
||||
readonly attribute DOMString? prefix;
|
||||
readonly attribute DOMString localName;
|
||||
readonly attribute DOMString tagName;
|
||||
|
||||
DOMString? getAttribute(DOMString qualifiedName);
|
||||
|
|
Loading…
Add table
Reference in a new issue