mirror of
https://github.com/servo/servo.git
synced 2025-06-24 09:04:33 +01:00
Implement Element.className
This commit is contained in:
parent
3933d17262
commit
6274ecba07
6 changed files with 50 additions and 14 deletions
|
@ -140,13 +140,6 @@ impl HTMLElement {
|
|||
Ok(())
|
||||
}
|
||||
|
||||
pub fn ClassName(&self) -> DOMString {
|
||||
~""
|
||||
}
|
||||
|
||||
pub fn SetClassName(&self, _class: DOMString) {
|
||||
}
|
||||
|
||||
pub fn GetOffsetParent(&self) -> Option<JS<Element>> {
|
||||
None
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue