mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Update some URLs.
The HTML spec's division into pages is not stable, so it is safer to use the URL without a specific page (which will redirect).
This commit is contained in:
parent
4997d3a112
commit
49393a8762
19 changed files with 146 additions and 146 deletions
|
@ -270,7 +270,7 @@ impl<'a> EventHelpers for JSRef<'a, Event> {
|
|||
self.trusted.set(trusted);
|
||||
}
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/webappapis.html#fire-a-simple-event
|
||||
// https://html.spec.whatwg.org/multipage/#fire-a-simple-event
|
||||
fn fire(self, target: JSRef<EventTarget>) -> bool {
|
||||
self.set_trusted(true);
|
||||
target.dispatch_event(self)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue