servo: Merge #7689 - Add/update spec links for SupportedPropertyNames methods (from frewsxcv:supported-property-names-links); r=nox

Source-Repo: https://github.com/servo/servo
Source-Revision: 566f1eb6f6886ab87c2c1813ec13a34074cced8e
This commit is contained in:
Corey Farwell
2015-09-20 10:21:22 -06:00
parent 651a741974
commit 29a2f844a6
3 changed files with 8 additions and 7 deletions

View File

@@ -67,7 +67,7 @@ impl DOMStringMapMethods for DOMStringMap {
}
}
// https://html.spec.whatwg.org/multipage/#domstringmap
// https://html.spec.whatwg.org/multipage/#the-domstringmap-interface:supported-property-names
fn SupportedPropertyNames(&self) -> Vec<DOMString> {
// FIXME: unimplemented (https://github.com/servo/servo/issues/7273)
vec![]