Implement Element.prefix (Fixes #1737)

This commit is contained in:
Sankha Narayan Guria 2014-04-21 19:41:05 +05:30
parent bb8a037cb2
commit 36bf23de20
6 changed files with 23 additions and 31 deletions

View file

@ -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
//