mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implement Element.localName.(fixes #2188)
This commit is contained in:
parent
c6bdc7b7f2
commit
dfe5215b88
10 changed files with 32 additions and 28 deletions
|
@ -16,7 +16,7 @@
|
|||
interface Element : Node {
|
||||
|
||||
readonly attribute DOMString? prefix;
|
||||
// readonly attribute DOMString localName;
|
||||
readonly attribute DOMString localName;
|
||||
|
||||
[Constant]
|
||||
readonly attribute DOMString namespaceURI;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue