mirror of
https://github.com/servo/servo.git
synced 2025-07-23 23:33:43 +01:00
Enforce linking to spec for method implementations via macros
This commit is contained in:
parent
7474b29510
commit
3a1d140ab5
23 changed files with 137 additions and 11 deletions
|
@ -571,8 +571,9 @@ impl VirtualMethods for HTMLScriptElement {
|
|||
}
|
||||
|
||||
impl HTMLScriptElementMethods for HTMLScriptElement {
|
||||
// https://html.spec.whatwg.org/multipage/#dom-script-src
|
||||
make_url_getter!(Src);
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#dom-script-src
|
||||
make_setter!(SetSrc, "src");
|
||||
|
||||
// https://www.whatwg.org/html/#dom-script-text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue