diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2015-10-13 11:48:51 -0700 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2015-10-13 11:48:51 -0700 |
commit | fa606bf1c87ef9f95555391c9243a3cc1383d9ce (patch) | |
tree | 33406261a2e1f8855802591d179c89caa796d17d /components/script/dom/htmlelement.rs | |
parent | 8cb3c5f6287146f8a5c351b72fb135de5b283b33 (diff) | |
download | servo-fa606bf1c87ef9f95555391c9243a3cc1383d9ce.tar.gz servo-fa606bf1c87ef9f95555391c9243a3cc1383d9ce.zip |
Link to the HTML multipage spec, not the single-page one.
Diffstat (limited to 'components/script/dom/htmlelement.rs')
-rw-r--r-- | components/script/dom/htmlelement.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/htmlelement.rs b/components/script/dom/htmlelement.rs index 395b1b83c3b..978dc62f5b3 100644 --- a/components/script/dom/htmlelement.rs +++ b/components/script/dom/htmlelement.rs @@ -268,7 +268,7 @@ impl HTMLElementMethods for HTMLElement { } } -// https://html.spec.whatwg.org/#attr-data-* +// https://html.spec.whatwg.org/multipage/#attr-data-* fn to_snake_case(name: DOMString) -> DOMString { let mut attr_name = "data-".to_owned(); |