diff options
author | Corey Farwell <coreyf@rwell.org> | 2015-10-10 11:55:09 -0400 |
---|---|---|
committer | Corey Farwell <coreyf@rwell.org> | 2015-10-10 11:55:09 -0400 |
commit | 85f2b6fc5bd3d51ebb7a091fe2776fdd1cfbbb33 (patch) | |
tree | 897db3185c292d272aa7794581d8e5a901b13df9 /components/script/dom/webidls/HTMLBodyElement.webidl | |
parent | 9cccd98254191b1663dcaee9010eee63fa8074a3 (diff) | |
download | servo-85f2b6fc5bd3d51ebb7a091fe2776fdd1cfbbb33.tar.gz servo-85f2b6fc5bd3d51ebb7a091fe2776fdd1cfbbb33.zip |
Replace usage of old-style WHATWG spec links
Diffstat (limited to 'components/script/dom/webidls/HTMLBodyElement.webidl')
-rw-r--r-- | components/script/dom/webidls/HTMLBodyElement.webidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLBodyElement.webidl b/components/script/dom/webidls/HTMLBodyElement.webidl index baf9a106e2a..7a77df6d759 100644 --- a/components/script/dom/webidls/HTMLBodyElement.webidl +++ b/components/script/dom/webidls/HTMLBodyElement.webidl @@ -9,7 +9,7 @@ interface HTMLBodyElement : HTMLElement { }; HTMLBodyElement implements WindowEventHandlers; -// https://www.whatwg.org/html/#HTMLBodyElement-partial +// https://html.spec.whatwg.org/multipage#HTMLBodyElement-partial partial interface HTMLBodyElement { [TreatNullAs=EmptyString] attribute DOMString text; //[TreatNullAs=EmptyString] attribute DOMString link; |