Add/update spec links for SupportedPropertyNames methods

This commit is contained in:
Corey Farwell 2015-09-20 11:48:14 -04:00
parent 5667283d1f
commit 83333e972c
3 changed files with 8 additions and 7 deletions

View file

@ -1848,7 +1848,7 @@ impl DocumentMethods for Document {
collection.r().reflector().get_jsobject().get()
}
// https://html.spec.whatwg.org/multipage/#document
// https://html.spec.whatwg.org/multipage/#dom-tree-accessors:supported-property-names
fn SupportedPropertyNames(&self) -> Vec<DOMString> {
// FIXME: unimplemented (https://github.com/servo/servo/issues/7273)
vec![]