mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Fix all the links to the UI Events spec
DOM3Events is no more.
This commit is contained in:
parent
c87aa399ed
commit
be334efe2f
9 changed files with 24 additions and 25 deletions
|
@ -18,7 +18,7 @@ use std::cell::Cell;
|
|||
use std::default::Default;
|
||||
use string_cache::Atom;
|
||||
|
||||
// https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/DOM3-Events.html#interface-UIEvent
|
||||
// https://w3c.github.io/uievents/#interface-uievent
|
||||
#[dom_struct]
|
||||
pub struct UIEvent {
|
||||
event: Event,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue