diff options
author | Corey Farwell <coreyf@rwell.org> | 2015-09-20 11:48:14 -0400 |
---|---|---|
committer | Corey Farwell <coreyf@rwell.org> | 2015-09-20 11:48:14 -0400 |
commit | 83333e972cdd2fa630e643f19869e00219070d89 (patch) | |
tree | 946f6c6cc3517f02b77e26068d26ed52963fa18f /components/script/dom/domstringmap.rs | |
parent | 5667283d1f50ad4f6bf9291dcbc5b6f659c4acc8 (diff) | |
download | servo-83333e972cdd2fa630e643f19869e00219070d89.tar.gz servo-83333e972cdd2fa630e643f19869e00219070d89.zip |
Add/update spec links for SupportedPropertyNames methods
Diffstat (limited to 'components/script/dom/domstringmap.rs')
-rw-r--r-- | components/script/dom/domstringmap.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/domstringmap.rs b/components/script/dom/domstringmap.rs index 112fb42ca32..771ee21a35c 100644 --- a/components/script/dom/domstringmap.rs +++ b/components/script/dom/domstringmap.rs @@ -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![] |