mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Link to the HTML multipage spec, not the single-page one.
This commit is contained in:
parent
8cb3c5f628
commit
fa606bf1c8
12 changed files with 47 additions and 47 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue