Link to the HTML multipage spec, not the single-page one.

This commit is contained in:
Eli Friedman 2015-10-13 11:48:51 -07:00
parent 8cb3c5f628
commit fa606bf1c8
12 changed files with 47 additions and 47 deletions

View file

@ -50,10 +50,10 @@ impl HTMLAppletElement {
}
impl HTMLAppletElementMethods for HTMLAppletElement {
// https://html.spec.whatwg.org/#the-applet-element:dom-applet-name
// https://html.spec.whatwg.org/multipage/#the-applet-element:dom-applet-name
make_getter!(Name);
// https://html.spec.whatwg.org/#the-applet-element:dom-applet-name
// https://html.spec.whatwg.org/multipage/#the-applet-element:dom-applet-name
make_atomic_setter!(SetName, "name");
}