servo: Merge #5693 - Add/update comments with links to spec (from frewsxcv:spec-links); r=jdm

Extracted out of #5649

* add more hyperlinks to associated specification for structs/methods
* follow redirects and update links
* replace broken links
* removal of WHATWG multipage page name since the page name is not
  guaranteed to be stable

Source-Repo: https://github.com/servo/servo
Source-Revision: 3dc25af9e121db010e4385efb3863ba45b0e0bcf
This commit is contained in:
Corey Farwell
2015-04-14 17:16:55 -05:00
parent 3e7a81ecf3
commit 1d84128a7b
19 changed files with 112 additions and 35 deletions

View File

@@ -4,6 +4,7 @@
use dom::bindings::utils::Reflector;
// https://html.spec.whatwg.org/multipage/#canvaspattern
#[dom_struct]
pub struct CanvasPattern {
reflector_: Reflector,