mirror of
https://github.com/servo/servo.git
synced 2025-06-18 22:34:30 +01:00
Implement Element.prefix (Fixes #1737)
This commit is contained in:
parent
bb8a037cb2
commit
36bf23de20
6 changed files with 23 additions and 31 deletions
|
@ -1731,16 +1731,6 @@ impl Node {
|
|||
false
|
||||
}
|
||||
|
||||
// http://dom.spec.whatwg.org/#dom-node-prefix
|
||||
pub fn GetPrefix(&self) -> Option<DOMString> {
|
||||
None
|
||||
}
|
||||
|
||||
// http://dom.spec.whatwg.org/#dom-node-localname
|
||||
pub fn GetLocalName(&self) -> Option<DOMString> {
|
||||
None
|
||||
}
|
||||
|
||||
//
|
||||
// Low-level pointer stitching
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue