mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:17:46 +00:00
LibWeb: Expose Element.{prefix,localName}
This commit is contained in:
parent
d42d984a2d
commit
56d7d28d41
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
Add a link
Reference in a new issue