Auto merge of #11610 - nox:dom3events, r=emilio

Fix all the links to the UI Events spec

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11610)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-06-04 20:25:36 -05:00
commit 573c0a7468
9 changed files with 24 additions and 25 deletions

View file

@ -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,