mirror of
https://github.com/servo/servo.git
synced 2025-06-12 18:34:39 +00: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
|
@ -1920,7 +1920,6 @@ impl ScriptThread {
|
|||
}
|
||||
|
||||
// http://dev.w3.org/csswg/cssom-view/#resizing-viewports
|
||||
// https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/DOM3-Events.html#event-type-resize
|
||||
if size_type == WindowSizeType::Resize {
|
||||
let uievent = UIEvent::new(window.r(),
|
||||
DOMString::from("resize"), EventBubbles::DoesNotBubble,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue