diff options
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; |