Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Unified Diff: sdk/lib/html/dart2js/html_dart2js.dart

Issue 1440183003: Update 145 DOM doc links to use proper Markdown; fix 56 broken links (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | sdk/lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/html/dart2js/html_dart2js.dart
diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
index b0e17b3455dee7c9526f96cc16c4922dedc90bf8..19d38107fd3e77e572caf76f8a4af390182727d7 100644
--- a/sdk/lib/html/dart2js/html_dart2js.dart
+++ b/sdk/lib/html/dart2js/html_dart2js.dart
@@ -727,7 +727,7 @@ class ApplicationCacheErrorEvent extends Event {
*
* See also:
*
- * * [<area>](https://developer.mozilla.org/en-US/docs/HTML/Element/area)
+ * * [`<area>`](https://developer.mozilla.org/en-US/docs/HTML/Element/area)
* on MDN.
*/
@DomName('HTMLAreaElement')
@@ -1729,7 +1729,8 @@ class CanvasElement extends HtmlElement implements CanvasImageSource {
* See also:
*
* * [CanvasGradient](https://developer.mozilla.org/en-US/docs/DOM/CanvasGradient) from MDN.
- * * [CanvasGradient](http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#canvasgradient) from whatwg.
+ * * [CanvasGradient](https://html.spec.whatwg.org/multipage/scripting.html#canvasgradient)
+ * from WHATWG.
* * [CanvasGradient](http://www.w3.org/TR/2010/WD-2dcontext-20100304/#canvasgradient) from W3C.
*/
@DomName('CanvasGradient')
@@ -1781,7 +1782,8 @@ class CanvasGradient extends Interceptor {
*
* See also:
* * [CanvasPattern](https://developer.mozilla.org/en-US/docs/DOM/CanvasPattern) from MDN.
- * * [CanvasPattern](http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#canvaspattern) from whatwg.
+ * * [CanvasPattern](https://html.spec.whatwg.org/multipage/scripting.html#canvaspattern)
+ * from WHATWG.
* * [CanvasPattern](http://www.w3.org/TR/2010/WD-2dcontext-20100304/#canvaspattern) from W3C.
*/
@DomName('CanvasPattern')
@@ -1849,9 +1851,9 @@ class CanvasRenderingContext2D extends Interceptor implements CanvasRenderingCon
*
* ## Other resources
*
- * * [Image smoothing]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#image-smoothing)
- * from WHATWG.
+ * * [Image
+ * smoothing](https://html.spec.whatwg.org/multipage/scripting.html#image-smoothing)
+ * from WHATWG.
*/
@DomName('CanvasRenderingContext2D.imageSmoothingEnabled')
@DocsEditable()
@@ -8971,7 +8973,7 @@ class DirectoryReader extends Interceptor {
*
* See also:
*
- * * [HTML <div> element](http://www.w3.org/TR/html-markup/div.html) from W3C.
+ * * [HTML `<div>` element](http://www.w3.org/TR/html-markup/div.html) from W3C.
* * [Block-level element](http://www.w3.org/TR/CSS2/visuren.html#block-boxes) from W3C.
* * [Inline-level element](http://www.w3.org/TR/CSS2/visuren.html#inline-boxes) from W3C.
*/
@@ -11318,13 +11320,13 @@ abstract class ElementList<T extends Element> extends ListBase<T> {
*
* ## Other resources
*
- * * [Drag and drop sample]
- * (https://github.com/dart-lang/dart-samples/tree/master/web/html5/dnd/basics)
- * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
- * from HTML5Rocks.
- * * [Drag and drop specification]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#dnd)
- * from WHATWG.
+ * * [Drag and drop
+ * sample](https://github.com/dart-lang/dart-samples/tree/master/html5/web/dnd/basics)
+ * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
+ * from HTML5Rocks.
+ * * [Drag and drop
+ * specification](https://html.spec.whatwg.org/multipage/interaction.html#dnd)
+ * from WHATWG.
*/
@DomName('Element.ondrag')
@DocsEditable()
@@ -11336,13 +11338,13 @@ abstract class ElementList<T extends Element> extends ListBase<T> {
*
* ## Other resources
*
- * * [Drag and drop sample]
- * (https://github.com/dart-lang/dart-samples/tree/master/web/html5/dnd/basics)
- * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
- * from HTML5Rocks.
- * * [Drag and drop specification]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#dnd)
- * from WHATWG.
+ * * [Drag and drop
+ * sample](https://github.com/dart-lang/dart-samples/tree/master/html5/web/dnd/basics)
+ * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
+ * from HTML5Rocks.
+ * * [Drag and drop
+ * specification](https://html.spec.whatwg.org/multipage/interaction.html#dnd)
+ * from WHATWG.
*/
@DomName('Element.ondragend')
@DocsEditable()
@@ -11354,13 +11356,13 @@ abstract class ElementList<T extends Element> extends ListBase<T> {
*
* ## Other resources
*
- * * [Drag and drop sample]
- * (https://github.com/dart-lang/dart-samples/tree/master/web/html5/dnd/basics)
- * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
- * from HTML5Rocks.
- * * [Drag and drop specification]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#dnd)
- * from WHATWG.
+ * * [Drag and drop
+ * sample](https://github.com/dart-lang/dart-samples/tree/master/html5/web/dnd/basics)
+ * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
+ * from HTML5Rocks.
+ * * [Drag and drop
+ * specification](https://html.spec.whatwg.org/multipage/interaction.html#dnd)
+ * from WHATWG.
*/
@DomName('Element.ondragenter')
@DocsEditable()
@@ -11372,13 +11374,13 @@ abstract class ElementList<T extends Element> extends ListBase<T> {
*
* ## Other resources
*
- * * [Drag and drop sample]
- * (https://github.com/dart-lang/dart-samples/tree/master/web/html5/dnd/basics)
- * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
- * from HTML5Rocks.
- * * [Drag and drop specification]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#dnd)
- * from WHATWG.
+ * * [Drag and drop
+ * sample](https://github.com/dart-lang/dart-samples/tree/master/html5/web/dnd/basics)
+ * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
+ * from HTML5Rocks.
+ * * [Drag and drop
+ * specification](https://html.spec.whatwg.org/multipage/interaction.html#dnd)
+ * from WHATWG.
*/
@DomName('Element.ondragleave')
@DocsEditable()
@@ -11390,13 +11392,13 @@ abstract class ElementList<T extends Element> extends ListBase<T> {
*
* ## Other resources
*
- * * [Drag and drop sample]
- * (https://github.com/dart-lang/dart-samples/tree/master/web/html5/dnd/basics)
- * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
- * from HTML5Rocks.
- * * [Drag and drop specification]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#dnd)
- * from WHATWG.
+ * * [Drag and drop
+ * sample](https://github.com/dart-lang/dart-samples/tree/master/html5/web/dnd/basics)
+ * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
+ * from HTML5Rocks.
+ * * [Drag and drop
+ * specification](https://html.spec.whatwg.org/multipage/interaction.html#dnd)
+ * from WHATWG.
*/
@DomName('Element.ondragover')
@DocsEditable()
@@ -11408,13 +11410,13 @@ abstract class ElementList<T extends Element> extends ListBase<T> {
*
* ## Other resources
*
- * * [Drag and drop sample]
- * (https://github.com/dart-lang/dart-samples/tree/master/web/html5/dnd/basics)
- * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
- * from HTML5Rocks.
- * * [Drag and drop specification]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#dnd)
- * from WHATWG.
+ * * [Drag and drop
+ * sample](https://github.com/dart-lang/dart-samples/tree/master/html5/web/dnd/basics)
+ * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
+ * from HTML5Rocks.
+ * * [Drag and drop
+ * specification](https://html.spec.whatwg.org/multipage/interaction.html#dnd)
+ * from WHATWG.
*/
@DomName('Element.ondragstart')
@DocsEditable()
@@ -11426,13 +11428,13 @@ abstract class ElementList<T extends Element> extends ListBase<T> {
*
* ## Other resources
*
- * * [Drag and drop sample]
- * (https://github.com/dart-lang/dart-samples/tree/master/web/html5/dnd/basics)
- * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
- * from HTML5Rocks.
- * * [Drag and drop specification]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#dnd)
- * from WHATWG.
+ * * [Drag and drop
+ * sample](https://github.com/dart-lang/dart-samples/tree/master/html5/web/dnd/basics)
+ * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
+ * from HTML5Rocks.
+ * * [Drag and drop
+ * specification](https://html.spec.whatwg.org/multipage/interaction.html#dnd)
+ * from WHATWG.
*/
@DomName('Element.ondrop')
@DocsEditable()
@@ -11850,13 +11852,13 @@ class _FrozenElementList extends ListBase
*
* ## Other resources
*
- * * [Drag and drop sample]
- * (https://github.com/dart-lang/dart-samples/tree/master/web/html5/dnd/basics)
- * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
- * from HTML5Rocks.
- * * [Drag and drop specification]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#dnd)
- * from WHATWG.
+ * * [Drag and drop
+ * sample](https://github.com/dart-lang/dart-samples/tree/master/html5/web/dnd/basics)
+ * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
+ * from HTML5Rocks.
+ * * [Drag and drop
+ * specification](https://html.spec.whatwg.org/multipage/interaction.html#dnd)
+ * from WHATWG.
*/
@DomName('Element.ondrag')
@DocsEditable()
@@ -11868,13 +11870,13 @@ class _FrozenElementList extends ListBase
*
* ## Other resources
*
- * * [Drag and drop sample]
- * (https://github.com/dart-lang/dart-samples/tree/master/web/html5/dnd/basics)
- * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
- * from HTML5Rocks.
- * * [Drag and drop specification]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#dnd)
- * from WHATWG.
+ * * [Drag and drop
+ * sample](https://github.com/dart-lang/dart-samples/tree/master/html5/web/dnd/basics)
+ * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
+ * from HTML5Rocks.
+ * * [Drag and drop
+ * specification](https://html.spec.whatwg.org/multipage/interaction.html#dnd)
+ * from WHATWG.
*/
@DomName('Element.ondragend')
@DocsEditable()
@@ -11886,13 +11888,13 @@ class _FrozenElementList extends ListBase
*
* ## Other resources
*
- * * [Drag and drop sample]
- * (https://github.com/dart-lang/dart-samples/tree/master/web/html5/dnd/basics)
- * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
- * from HTML5Rocks.
- * * [Drag and drop specification]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#dnd)
- * from WHATWG.
+ * * [Drag and drop
+ * sample](https://github.com/dart-lang/dart-samples/tree/master/html5/web/dnd/basics)
+ * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
+ * from HTML5Rocks.
+ * * [Drag and drop
+ * specification](https://html.spec.whatwg.org/multipage/interaction.html#dnd)
+ * from WHATWG.
*/
@DomName('Element.ondragenter')
@DocsEditable()
@@ -11904,13 +11906,13 @@ class _FrozenElementList extends ListBase
*
* ## Other resources
*
- * * [Drag and drop sample]
- * (https://github.com/dart-lang/dart-samples/tree/master/web/html5/dnd/basics)
- * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
- * from HTML5Rocks.
- * * [Drag and drop specification]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#dnd)
- * from WHATWG.
+ * * [Drag and drop
+ * sample](https://github.com/dart-lang/dart-samples/tree/master/html5/web/dnd/basics)
+ * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
+ * from HTML5Rocks.
+ * * [Drag and drop
+ * specification](https://html.spec.whatwg.org/multipage/interaction.html#dnd)
+ * from WHATWG.
*/
@DomName('Element.ondragleave')
@DocsEditable()
@@ -11922,13 +11924,13 @@ class _FrozenElementList extends ListBase
*
* ## Other resources
*
- * * [Drag and drop sample]
- * (https://github.com/dart-lang/dart-samples/tree/master/web/html5/dnd/basics)
- * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
- * from HTML5Rocks.
- * * [Drag and drop specification]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#dnd)
- * from WHATWG.
+ * * [Drag and drop
+ * sample](https://github.com/dart-lang/dart-samples/tree/master/html5/web/dnd/basics)
+ * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
+ * from HTML5Rocks.
+ * * [Drag and drop
+ * specification](https://html.spec.whatwg.org/multipage/interaction.html#dnd)
+ * from WHATWG.
*/
@DomName('Element.ondragover')
@DocsEditable()
@@ -11940,13 +11942,13 @@ class _FrozenElementList extends ListBase
*
* ## Other resources
*
- * * [Drag and drop sample]
- * (https://github.com/dart-lang/dart-samples/tree/master/web/html5/dnd/basics)
- * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
- * from HTML5Rocks.
- * * [Drag and drop specification]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#dnd)
- * from WHATWG.
+ * * [Drag and drop
+ * sample](https://github.com/dart-lang/dart-samples/tree/master/html5/web/dnd/basics)
+ * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
+ * from HTML5Rocks.
+ * * [Drag and drop
+ * specification](https://html.spec.whatwg.org/multipage/interaction.html#dnd)
+ * from WHATWG.
*/
@DomName('Element.ondragstart')
@DocsEditable()
@@ -11958,13 +11960,13 @@ class _FrozenElementList extends ListBase
*
* ## Other resources
*
- * * [Drag and drop sample]
- * (https://github.com/dart-lang/dart-samples/tree/master/web/html5/dnd/basics)
- * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
- * from HTML5Rocks.
- * * [Drag and drop specification]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#dnd)
- * from WHATWG.
+ * * [Drag and drop
+ * sample](https://github.com/dart-lang/dart-samples/tree/master/html5/web/dnd/basics)
+ * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
+ * from HTML5Rocks.
+ * * [Drag and drop
+ * specification](https://html.spec.whatwg.org/multipage/interaction.html#dnd)
+ * from WHATWG.
*/
@DomName('Element.ondrop')
@DocsEditable()
@@ -13569,13 +13571,13 @@ class Element extends Node implements GlobalEventHandlers, ParentNode, ChildNode
*
* ## Other resources
*
- * * [Drag and drop sample]
- * (https://github.com/dart-lang/dart-samples/tree/master/web/html5/dnd/basics)
- * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
- * from HTML5Rocks.
- * * [Drag and drop specification]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#dnd)
- * from WHATWG.
+ * * [Drag and drop
+ * sample](https://github.com/dart-lang/dart-samples/tree/master/html5/web/dnd/basics)
+ * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
+ * from HTML5Rocks.
+ * * [Drag and drop
+ * specification](https://html.spec.whatwg.org/multipage/interaction.html#dnd)
+ * from WHATWG.
*/
@DomName('Element.dragEvent')
@DocsEditable()
@@ -13587,13 +13589,13 @@ class Element extends Node implements GlobalEventHandlers, ParentNode, ChildNode
*
* ## Other resources
*
- * * [Drag and drop sample]
- * (https://github.com/dart-lang/dart-samples/tree/master/web/html5/dnd/basics)
- * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
- * from HTML5Rocks.
- * * [Drag and drop specification]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#dnd)
- * from WHATWG.
+ * * [Drag and drop
+ * sample](https://github.com/dart-lang/dart-samples/tree/master/html5/web/dnd/basics)
+ * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
+ * from HTML5Rocks.
+ * * [Drag and drop
+ * specification](https://html.spec.whatwg.org/multipage/interaction.html#dnd)
+ * from WHATWG.
*/
@DomName('Element.dragendEvent')
@DocsEditable()
@@ -13605,13 +13607,13 @@ class Element extends Node implements GlobalEventHandlers, ParentNode, ChildNode
*
* ## Other resources
*
- * * [Drag and drop sample]
- * (https://github.com/dart-lang/dart-samples/tree/master/web/html5/dnd/basics)
- * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
- * from HTML5Rocks.
- * * [Drag and drop specification]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#dnd)
- * from WHATWG.
+ * * [Drag and drop
+ * sample](https://github.com/dart-lang/dart-samples/tree/master/html5/web/dnd/basics)
+ * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
+ * from HTML5Rocks.
+ * * [Drag and drop
+ * specification](https://html.spec.whatwg.org/multipage/interaction.html#dnd)
+ * from WHATWG.
*/
@DomName('Element.dragenterEvent')
@DocsEditable()
@@ -13623,13 +13625,13 @@ class Element extends Node implements GlobalEventHandlers, ParentNode, ChildNode
*
* ## Other resources
*
- * * [Drag and drop sample]
- * (https://github.com/dart-lang/dart-samples/tree/master/web/html5/dnd/basics)
- * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
- * from HTML5Rocks.
- * * [Drag and drop specification]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#dnd)
- * from WHATWG.
+ * * [Drag and drop
+ * sample](https://github.com/dart-lang/dart-samples/tree/master/html5/web/dnd/basics)
+ * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
+ * from HTML5Rocks.
+ * * [Drag and drop
+ * specification](https://html.spec.whatwg.org/multipage/interaction.html#dnd)
+ * from WHATWG.
*/
@DomName('Element.dragleaveEvent')
@DocsEditable()
@@ -13641,13 +13643,13 @@ class Element extends Node implements GlobalEventHandlers, ParentNode, ChildNode
*
* ## Other resources
*
- * * [Drag and drop sample]
- * (https://github.com/dart-lang/dart-samples/tree/master/web/html5/dnd/basics)
- * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
- * from HTML5Rocks.
- * * [Drag and drop specification]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#dnd)
- * from WHATWG.
+ * * [Drag and drop
+ * sample](https://github.com/dart-lang/dart-samples/tree/master/html5/web/dnd/basics)
+ * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
+ * from HTML5Rocks.
+ * * [Drag and drop
+ * specification](https://html.spec.whatwg.org/multipage/interaction.html#dnd)
+ * from WHATWG.
*/
@DomName('Element.dragoverEvent')
@DocsEditable()
@@ -13658,13 +13660,13 @@ class Element extends Node implements GlobalEventHandlers, ParentNode, ChildNode
*
* ## Other resources
*
- * * [Drag and drop sample]
- * (https://github.com/dart-lang/dart-samples/tree/master/web/html5/dnd/basics)
- * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
- * from HTML5Rocks.
- * * [Drag and drop specification]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#dnd)
- * from WHATWG.
+ * * [Drag and drop
+ * sample](https://github.com/dart-lang/dart-samples/tree/master/html5/web/dnd/basics)
+ * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
+ * from HTML5Rocks.
+ * * [Drag and drop
+ * specification](https://html.spec.whatwg.org/multipage/interaction.html#dnd)
+ * from WHATWG.
*/
@DomName('Element.dragstartEvent')
@DocsEditable()
@@ -13676,13 +13678,13 @@ class Element extends Node implements GlobalEventHandlers, ParentNode, ChildNode
*
* ## Other resources
*
- * * [Drag and drop sample]
- * (https://github.com/dart-lang/dart-samples/tree/master/web/html5/dnd/basics)
- * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
- * from HTML5Rocks.
- * * [Drag and drop specification]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#dnd)
- * from WHATWG.
+ * * [Drag and drop
+ * sample](https://github.com/dart-lang/dart-samples/tree/master/html5/web/dnd/basics)
+ * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
+ * from HTML5Rocks.
+ * * [Drag and drop
+ * specification](https://html.spec.whatwg.org/multipage/interaction.html#dnd)
+ * from WHATWG.
*/
@DomName('Element.dropEvent')
@DocsEditable()
@@ -14116,13 +14118,13 @@ class Element extends Node implements GlobalEventHandlers, ParentNode, ChildNode
*
* ## Other resources
*
- * * [Drag and drop sample]
- * (https://github.com/dart-lang/dart-samples/tree/master/web/html5/dnd/basics)
- * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
- * from HTML5Rocks.
- * * [Drag and drop specification]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#dnd)
- * from WHATWG.
+ * * [Drag and drop
+ * sample](https://github.com/dart-lang/dart-samples/tree/master/html5/web/dnd/basics)
+ * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
+ * from HTML5Rocks.
+ * * [Drag and drop
+ * specification](https://html.spec.whatwg.org/multipage/interaction.html#dnd)
+ * from WHATWG.
*/
@DomName('Element.draggable')
@DocsEditable()
@@ -14133,9 +14135,9 @@ class Element extends Node implements GlobalEventHandlers, ParentNode, ChildNode
*
* ## Other resources
*
- * * [Hidden attribute specification]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/editing.html#the-hidden-attribute)
- * from WHATWG.
+ * * [Hidden attribute
+ * specification](https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute)
+ * from WHATWG.
*/
@DomName('Element.hidden')
@DocsEditable()
@@ -14169,9 +14171,9 @@ class Element extends Node implements GlobalEventHandlers, ParentNode, ChildNode
*
* ## Other resources
*
- * * [The translate attribute]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#the-translate-attribute)
- * from WHATWG.
+ * * [The translate
+ * attribute](https://html.spec.whatwg.org/multipage/dom.html#the-translate-attribute)
+ * from WHATWG.
*/
@DomName('Element.translate')
@DocsEditable()
@@ -14186,13 +14188,13 @@ class Element extends Node implements GlobalEventHandlers, ParentNode, ChildNode
*
* ## Other resources
*
- * * [Drag and drop sample]
- * (https://github.com/dart-lang/dart-samples/tree/master/web/html5/dnd/basics)
- * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
- * from HTML5Rocks.
- * * [Drag and drop specification]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#dnd)
- * from WHATWG.
+ * * [Drag and drop
+ * sample](https://github.com/dart-lang/dart-samples/tree/master/html5/web/dnd/basics)
+ * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
+ * from HTML5Rocks.
+ * * [Drag and drop
+ * specification](https://html.spec.whatwg.org/multipage/interaction.html#dnd)
+ * from WHATWG.
*/
@DomName('Element.webkitdropzone')
@DocsEditable()
@@ -14336,12 +14338,11 @@ class Element extends Node implements GlobalEventHandlers, ParentNode, ChildNode
*
* ## Other resources
*
- * * [Element.getBoundingClientRect]
- * (https://developer.mozilla.org/en-US/docs/Web/API/Element.getBoundingClientRect)
- * from MDN.
- * * [The getBoundingClientRect() method]
- * (http://www.w3.org/TR/cssom-view/#the-getclientrects-and-getboundingclientrect-methods)
- * from W3C.
+ * * [Element.getBoundingClientRect](https://developer.mozilla.org/en-US/docs/Web/API/Element.getBoundingClientRect)
+ * from MDN.
+ * * [The getBoundingClientRect()
+ * method](http://www.w3.org/TR/cssom-view/#the-getclientrects()-and-getboundingclientrect()-methods)
+ * from W3C.
*/
@DomName('Element.getBoundingClientRect')
@DocsEditable()
@@ -14353,12 +14354,11 @@ class Element extends Node implements GlobalEventHandlers, ParentNode, ChildNode
*
* ## Other resources
*
- * * [Element.getClientRects]
- * (https://developer.mozilla.org/en-US/docs/Web/API/Element.getClientRects)
- * from MDN.
- * * [The getClientRects() method]
- * (http://www.w3.org/TR/cssom-view/#the-getclientrects-and-getboundingclientrect-methods)
- * from W3C.
+ * * [Element.getClientRects](https://developer.mozilla.org/en-US/docs/Web/API/Element.getClientRects)
+ * from MDN.
+ * * [The getClientRects()
+ * method](http://www.w3.org/TR/cssom-view/#the-getclientrects()-and-getboundingclientrect()-methods)
+ * from W3C.
*/
@DomName('Element.getClientRects')
@DocsEditable()
@@ -14372,9 +14372,9 @@ class Element extends Node implements GlobalEventHandlers, ParentNode, ChildNode
*
* ## Other resources
*
- * * [Shadow DOM specification]
- * (https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html)
- * from W3C.
+ * * [Shadow DOM
+ * specification](https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html)
+ * from W3C.
*/
@DomName('Element.getDestinationInsertionPoints')
@DocsEditable()
@@ -14388,11 +14388,9 @@ class Element extends Node implements GlobalEventHandlers, ParentNode, ChildNode
*
* ## Other resources
*
- * * [getElementsByClassName]
- * (https://developer.mozilla.org/en-US/docs/Web/API/document.getElementsByClassName)
- * from MDN.
- * * [DOM specification]
- * (http://www.w3.org/TR/domcore/) from W3C.
+ * * [getElementsByClassName](https://developer.mozilla.org/en-US/docs/Web/API/document.getElementsByClassName)
+ * from MDN.
+ * * [DOM specification](http://www.w3.org/TR/domcore/) from W3C.
*/
@DomName('Element.getElementsByClassName')
@DocsEditable()
@@ -14592,13 +14590,13 @@ class Element extends Node implements GlobalEventHandlers, ParentNode, ChildNode
*
* ## Other resources
*
- * * [Drag and drop sample]
- * (https://github.com/dart-lang/dart-samples/tree/master/web/html5/dnd/basics)
- * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
- * from HTML5Rocks.
- * * [Drag and drop specification]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#dnd)
- * from WHATWG.
+ * * [Drag and drop
+ * sample](https://github.com/dart-lang/dart-samples/tree/master/html5/web/dnd/basics)
+ * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
+ * from HTML5Rocks.
+ * * [Drag and drop
+ * specification](https://html.spec.whatwg.org/multipage/interaction.html#dnd)
+ * from WHATWG.
*/
@DomName('Element.ondrag')
@DocsEditable()
@@ -14610,13 +14608,13 @@ class Element extends Node implements GlobalEventHandlers, ParentNode, ChildNode
*
* ## Other resources
*
- * * [Drag and drop sample]
- * (https://github.com/dart-lang/dart-samples/tree/master/web/html5/dnd/basics)
- * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
- * from HTML5Rocks.
- * * [Drag and drop specification]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#dnd)
- * from WHATWG.
+ * * [Drag and drop
+ * sample](https://github.com/dart-lang/dart-samples/tree/master/html5/web/dnd/basics)
+ * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
+ * from HTML5Rocks.
+ * * [Drag and drop
+ * specification](https://html.spec.whatwg.org/multipage/interaction.html#dnd)
+ * from WHATWG.
*/
@DomName('Element.ondragend')
@DocsEditable()
@@ -14628,13 +14626,13 @@ class Element extends Node implements GlobalEventHandlers, ParentNode, ChildNode
*
* ## Other resources
*
- * * [Drag and drop sample]
- * (https://github.com/dart-lang/dart-samples/tree/master/web/html5/dnd/basics)
- * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
- * from HTML5Rocks.
- * * [Drag and drop specification]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#dnd)
- * from WHATWG.
+ * * [Drag and drop
+ * sample](https://github.com/dart-lang/dart-samples/tree/master/html5/web/dnd/basics)
+ * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
+ * from HTML5Rocks.
+ * * [Drag and drop
+ * specification](https://html.spec.whatwg.org/multipage/interaction.html#dnd)
+ * from WHATWG.
*/
@DomName('Element.ondragenter')
@DocsEditable()
@@ -14646,13 +14644,13 @@ class Element extends Node implements GlobalEventHandlers, ParentNode, ChildNode
*
* ## Other resources
*
- * * [Drag and drop sample]
- * (https://github.com/dart-lang/dart-samples/tree/master/web/html5/dnd/basics)
- * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
- * from HTML5Rocks.
- * * [Drag and drop specification]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#dnd)
- * from WHATWG.
+ * * [Drag and drop
+ * sample](https://github.com/dart-lang/dart-samples/tree/master/html5/web/dnd/basics)
+ * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
+ * from HTML5Rocks.
+ * * [Drag and drop
+ * specification](https://html.spec.whatwg.org/multipage/interaction.html#dnd)
+ * from WHATWG.
*/
@DomName('Element.ondragleave')
@DocsEditable()
@@ -14664,13 +14662,13 @@ class Element extends Node implements GlobalEventHandlers, ParentNode, ChildNode
*
* ## Other resources
*
- * * [Drag and drop sample]
- * (https://github.com/dart-lang/dart-samples/tree/master/web/html5/dnd/basics)
- * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
- * from HTML5Rocks.
- * * [Drag and drop specification]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#dnd)
- * from WHATWG.
+ * * [Drag and drop
+ * sample](https://github.com/dart-lang/dart-samples/tree/master/html5/web/dnd/basics)
+ * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
+ * from HTML5Rocks.
+ * * [Drag and drop
+ * specification](https://html.spec.whatwg.org/multipage/interaction.html#dnd)
+ * from WHATWG.
*/
@DomName('Element.ondragover')
@DocsEditable()
@@ -14682,13 +14680,13 @@ class Element extends Node implements GlobalEventHandlers, ParentNode, ChildNode
*
* ## Other resources
*
- * * [Drag and drop sample]
- * (https://github.com/dart-lang/dart-samples/tree/master/web/html5/dnd/basics)
- * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
- * from HTML5Rocks.
- * * [Drag and drop specification]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#dnd)
- * from WHATWG.
+ * * [Drag and drop
+ * sample](https://github.com/dart-lang/dart-samples/tree/master/html5/web/dnd/basics)
+ * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
+ * from HTML5Rocks.
+ * * [Drag and drop
+ * specification](https://html.spec.whatwg.org/multipage/interaction.html#dnd)
+ * from WHATWG.
*/
@DomName('Element.ondragstart')
@DocsEditable()
@@ -14700,13 +14698,13 @@ class Element extends Node implements GlobalEventHandlers, ParentNode, ChildNode
*
* ## Other resources
*
- * * [Drag and drop sample]
- * (https://github.com/dart-lang/dart-samples/tree/master/web/html5/dnd/basics)
- * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
- * from HTML5Rocks.
- * * [Drag and drop specification]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#dnd)
- * from WHATWG.
+ * * [Drag and drop
+ * sample](https://github.com/dart-lang/dart-samples/tree/master/html5/web/dnd/basics)
+ * based on [the tutorial](http://www.html5rocks.com/en/tutorials/dnd/basics/)
+ * from HTML5Rocks.
+ * * [Drag and drop
+ * specification](https://html.spec.whatwg.org/multipage/interaction.html#dnd)
+ * from WHATWG.
*/
@DomName('Element.ondrop')
@DocsEditable()
@@ -15340,8 +15338,8 @@ class Event extends Interceptor {
*
* ## Other resources
*
- * * [Target phase] (http://www.w3.org/TR/DOM-Level-3-Events/#target-phase)
- * from W3C.
+ * * [Target phase](http://www.w3.org/TR/DOM-Level-3-Events/#target-phase)
+ * from W3C.
*/
@DomName('Event.AT_TARGET')
@DocsEditable()
@@ -15352,8 +15350,8 @@ class Event extends Interceptor {
*
* ## Other resources
*
- * * [Bubble phase] (http://www.w3.org/TR/DOM-Level-3-Events/#bubble-phase)
- * from W3C.
+ * * [Bubble phase](http://www.w3.org/TR/DOM-Level-3-Events/#bubble-phase)
+ * from W3C.
*/
@DomName('Event.BUBBLING_PHASE')
@DocsEditable()
@@ -15365,8 +15363,8 @@ class Event extends Interceptor {
*
* ## Other resources
*
- * * [Bubble phase] (http://www.w3.org/TR/DOM-Level-3-Events/#bubble-phase)
- * from W3C.
+ * * [Bubble phase](http://www.w3.org/TR/DOM-Level-3-Events/#bubble-phase)
+ * from W3C.
*/
@DomName('Event.CAPTURING_PHASE')
@DocsEditable()
@@ -15385,8 +15383,8 @@ class Event extends Interceptor {
*
* ## Other resources
*
- * * [clipboardData specification]
- * (http://www.w3.org/TR/clipboard-apis/#attributes) from W3C.
+ * * [clipboardData specification](http://www.w3.org/TR/clipboard-apis/#attributes)
+ * from W3C.
*/
@DomName('Event.clipboardData')
@DocsEditable()
@@ -15421,9 +15419,9 @@ class Event extends Interceptor {
*
* ## Other resources
*
- * * [Shadow DOM extensions to Event]
- * (http://w3c.github.io/webcomponents/spec/shadow/#extensions-to-event) from
- * W3C.
+ * * [Shadow DOM extensions to
+ * Event](http://w3c.github.io/webcomponents/spec/shadow/#extensions-to-event)
+ * from W3C.
*/
@DomName('Event.path')
@DocsEditable()
@@ -18847,7 +18845,8 @@ class HttpRequest extends HttpRequestEventTarget {
* 'text'. Some newer browsers will throw NS_ERROR_DOM_INVALID_ACCESS_ERR if
* `responseType` is set while performing a synchronous request.
*
- * See also: [MDN responseType](https://developer.mozilla.org/en-US/docs/DOM/XMLHttpRequest#responseType)
+ * See also: [MDN
+ * responseType](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest#xmlhttprequest-responsetype)
*/
@DomName('XMLHttpRequest.responseType')
@DocsEditable()
@@ -18872,8 +18871,8 @@ class HttpRequest extends HttpRequestEventTarget {
final Document responseXml;
/**
- * The http result code from the request (200, 404, etc).
- * See also: [Http Status Codes](http://en.wikipedia.org/wiki/List_of_HTTP_status_codes)
+ * The HTTP result code from the request (200, 404, etc).
+ * See also: [HTTP Status Codes](http://en.wikipedia.org/wiki/List_of_HTTP_status_codes)
*/
@DomName('XMLHttpRequest.status')
@DocsEditable()
@@ -18881,7 +18880,7 @@ class HttpRequest extends HttpRequestEventTarget {
/**
* The request response string (such as \"200 OK\").
- * See also: [Http Status Codes](http://en.wikipedia.org/wiki/List_of_HTTP_status_codes)
+ * See also: [HTTP Status Codes](http://en.wikipedia.org/wiki/List_of_HTTP_status_codes)
*/
@DomName('XMLHttpRequest.statusText')
@DocsEditable()
@@ -18896,12 +18895,10 @@ class HttpRequest extends HttpRequestEventTarget {
*
* ## Other resources
*
- * * [XMLHttpRequest.timeout]
- * (https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest#timeout)
- * from MDN.
- * * [The timeout attribute]
- * (http://www.w3.org/TR/XMLHttpRequest/#the-timeout-attribute)
- * from W3C.
+ * * [XMLHttpRequest.timeout](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest#xmlhttprequest-timeout)
+ * from MDN.
+ * * [The timeout attribute](http://www.w3.org/TR/XMLHttpRequest/#the-timeout-attribute)
+ * from W3C.
*/
@DomName('XMLHttpRequest.timeout')
@DocsEditable()
@@ -18945,7 +18942,8 @@ class HttpRequest extends HttpRequestEventTarget {
* `getAllResponseHeaders` will return the response headers for the current
* part of the request.
*
- * See also [HTTP response headers](http://en.wikipedia.org/wiki/List_of_HTTP_header_fields#Responses)
+ * See also [HTTP response
+ * headers](https://en.wikipedia.org/wiki/List_of_HTTP_header_fields#Response_fields)
* for a list of common response headers.
*/
@DomName('XMLHttpRequest.getAllResponseHeaders')
@@ -18956,7 +18954,8 @@ class HttpRequest extends HttpRequestEventTarget {
/**
* Return the response header named `header`, or null if not found.
*
- * See also [HTTP response headers](http://en.wikipedia.org/wiki/List_of_HTTP_header_fields#Responses)
+ * See also [HTTP response
+ * headers](https://en.wikipedia.org/wiki/List_of_HTTP_header_fields#Response_fields)
* for a list of common response headers.
*/
@DomName('XMLHttpRequest.getResponseHeader')
@@ -18969,7 +18968,7 @@ class HttpRequest extends HttpRequestEventTarget {
* response.
*
* This value must be set before the request has been sent. See also the list
- * of [common MIME types](http://en.wikipedia.org/wiki/Internet_media_type#List_of_common_media_types)
+ * of [IANA Official MIME types](https://www.iana.org/assignments/media-types/media-types.xhtml)
*/
@DomName('XMLHttpRequest.overrideMimeType')
@DocsEditable()
@@ -18988,9 +18987,8 @@ class HttpRequest extends HttpRequestEventTarget {
*
* ## Other resources
*
- * * [XMLHttpRequest.send]
- * (https://developer.mozilla.org/en-US/docs/DOM/XMLHttpRequest#send%28%29)
- * from MDN.
+ * * [XMLHttpRequest.send](https://developer.mozilla.org/en-US/docs/DOM/XMLHttpRequest#send%28%29)
+ * from MDN.
*/
@DomName('XMLHttpRequest.send')
@DocsEditable()
@@ -19007,12 +19005,11 @@ class HttpRequest extends HttpRequestEventTarget {
*
* ## Other resources
*
- * * [XMLHttpRequest.setRequestHeader]
- * (https://developer.mozilla.org/en-US/docs/DOM/XMLHttpRequest#send%28%29)
- * from MDN.
- * * [The setRequestHeader() method]
- * (http://www.w3.org/TR/XMLHttpRequest/#the-setrequestheader()-method) from
- * W3C.
+ * * [XMLHttpRequest.setRequestHeader](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest#setRequestHeader())
+ * from MDN.
+ * * [The setRequestHeader()
+ * method](http://www.w3.org/TR/XMLHttpRequest/#the-setrequestheader()-method)
+ * from W3C.
*/
@DomName('XMLHttpRequest.setRequestHeader')
@DocsEditable()
@@ -23938,9 +23935,8 @@ class Node extends EventTarget {
*
* ## Other resources
*
- * * [Node.firstChild]
- * (https://developer.mozilla.org/en-US/docs/Web/API/Node.firstChild)
- * from MDN.
+ * * [Node.firstChild](https://developer.mozilla.org/en-US/docs/Web/API/Node.firstChild)
+ * from MDN.
*/
@DomName('Node.firstChild')
@DocsEditable()
@@ -23951,9 +23947,8 @@ class Node extends EventTarget {
*
* ## Other resources
*
- * * [Node.lastChild]
- * (https://developer.mozilla.org/en-US/docs/Web/API/Node.lastChild)
- * from MDN.
+ * * [Node.lastChild](https://developer.mozilla.org/en-US/docs/Web/API/Node.lastChild)
+ * from MDN.
*/
@DomName('Node.lastChild')
@DocsEditable()
@@ -23975,9 +23970,8 @@ class Node extends EventTarget {
*
* ## Other resources
*
- * * [Node.nextSibling]
- * (https://developer.mozilla.org/en-US/docs/Web/API/Node.nextSibling)
- * from MDN.
+ * * [Node.nextSibling](https://developer.mozilla.org/en-US/docs/Web/API/Node.nextSibling)
+ * from MDN.
*/
@DomName('Node.nextSibling')
@DocsEditable()
@@ -23990,10 +23984,9 @@ class Node extends EventTarget {
*
* ## Other resources
*
- * * [Node.nodeName]
- * (https://developer.mozilla.org/en-US/docs/Web/API/Node.nodeName)
- * from MDN. This page contains a table of [nodeName] values for each
- * [nodeType].
+ * * [Node.nodeName](https://developer.mozilla.org/en-US/docs/Web/API/Node.nodeName)
+ * from MDN. This page contains a table of [nodeName] values for each
+ * [nodeType].
*/
@DomName('Node.nodeName')
@DocsEditable()
@@ -24019,8 +24012,8 @@ class Node extends EventTarget {
*
* ## Other resources
*
- * * [Node.nodeType]
- * (https://developer.mozilla.org/en-US/docs/Web/API/Node.nodeType) from MDN.
+ * * [Node.nodeType](https://developer.mozilla.org/en-US/docs/Web/API/Node.nodeType)
+ * from MDN.
*/
@DomName('Node.nodeType')
@DocsEditable()
@@ -24033,10 +24026,9 @@ class Node extends EventTarget {
*
* ## Other resources
*
- * * [Node.nodeValue]
- * (https://developer.mozilla.org/en-US/docs/Web/API/Node.nodeValue)
- * from MDN. This page contains a table of [nodeValue] values for each
- * [nodeType].
+ * * [Node.nodeValue](https://developer.mozilla.org/en-US/docs/Web/API/Node.nodeValue)
+ * from MDN. This page contains a table of [nodeValue] values for each
+ * [nodeType].
*/
@DomName('Node.nodeValue')
@DocsEditable()
@@ -24049,9 +24041,8 @@ class Node extends EventTarget {
*
* ## Other resources
*
- * * [Node.ownerDocument]
- * (https://developer.mozilla.org/en-US/docs/Web/API/Node.ownerDocument) from
- * MDN.
+ * * [Node.ownerDocument](https://developer.mozilla.org/en-US/docs/Web/API/Node.ownerDocument)
+ * from MDN.
*/
@DomName('Node.ownerDocument')
@DocsEditable()
@@ -24066,9 +24057,8 @@ class Node extends EventTarget {
*
* ## Other resources
*
- * * [Node.parentElement]
- * (https://developer.mozilla.org/en-US/docs/Web/API/Node.parentElement) from
- * W3C.
+ * * [Node.parentElement](https://developer.mozilla.org/en-US/docs/Web/API/Node.parentElement)
+ * from W3C.
*/
@DomName('Node.parentElement')
@DocsEditable()
@@ -24079,9 +24069,8 @@ class Node extends EventTarget {
*
* ## Other resources
*
- * * [Node.parentNode]
- * (https://developer.mozilla.org/en-US/docs/Web/API/Node.parentNode) from
- * MDN.
+ * * [Node.parentNode](https://developer.mozilla.org/en-US/docs/Web/API/Node.parentNode)
+ * from MDN.
*/
@DomName('Node.parentNode')
@DocsEditable()
@@ -24093,9 +24082,8 @@ class Node extends EventTarget {
*
* ## Other resources
*
- * * [Node.previousSibling]
- * (https://developer.mozilla.org/en-US/docs/Web/API/Node.previousSibling)
- * from MDN.
+ * * [Node.previousSibling](https://developer.mozilla.org/en-US/docs/Web/API/Node.previousSibling)
+ * from MDN.
*/
@DomName('Node.previousSibling')
@DocsEditable()
@@ -24107,9 +24095,8 @@ class Node extends EventTarget {
*
* ## Other resources
*
- * * [Node.textContent]
- * (https://developer.mozilla.org/en-US/docs/Web/API/Node.textContent) from
- * MDN.
+ * * [Node.textContent](https://developer.mozilla.org/en-US/docs/Web/API/Node.textContent)
+ * from MDN.
*/
@DomName('Node.textContent')
@DocsEditable()
@@ -24138,9 +24125,8 @@ class Node extends EventTarget {
*
* ## Other resources
*
- * * [Node.cloneNode]
- * (https://developer.mozilla.org/en-US/docs/Web/API/Node.cloneNode) from
- * MDN.
+ * * [Node.cloneNode](https://developer.mozilla.org/en-US/docs/Web/API/Node.cloneNode)
+ * from MDN.
*/
@DomName('Node.cloneNode')
@DocsEditable()
@@ -24151,8 +24137,8 @@ class Node extends EventTarget {
*
* ## Other resources
*
- * * [Node.contains]
- * (https://developer.mozilla.org/en-US/docs/Web/API/Node.contains) from MDN.
+ * * [Node.contains](https://developer.mozilla.org/en-US/docs/Web/API/Node.contains)
+ * from MDN.
*/
@DomName('Node.contains')
@DocsEditable()
@@ -24163,9 +24149,8 @@ class Node extends EventTarget {
*
* ## Other resources
*
- * * [Node.hasChildNodes]
- * (https://developer.mozilla.org/en-US/docs/Web/API/Node.hasChildNodes) from
- * MDN.
+ * * [Node.hasChildNodes](https://developer.mozilla.org/en-US/docs/Web/API/Node.hasChildNodes)
+ * from MDN.
*/
@DomName('Node.hasChildNodes')
@DocsEditable()
@@ -24176,9 +24161,8 @@ class Node extends EventTarget {
*
* ## Other resources
*
- * * [Node.insertBefore]
- * (https://developer.mozilla.org/en-US/docs/Web/API/Node.insertBefore) from
- * MDN.
+ * * [Node.insertBefore](https://developer.mozilla.org/en-US/docs/Web/API/Node.insertBefore)
+ * from MDN.
*/
@DomName('Node.insertBefore')
@DocsEditable()
@@ -32273,10 +32257,11 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Exploring the FileSystem APIs]
- * (http://www.html5rocks.com/en/tutorials/file/filesystem/) from HTML5Rocks.
- * * [File API]
- * (http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSystem) from W3C.
+ * * [Exploring the FileSystem
+ * APIs](http://www.html5rocks.com/en/tutorials/file/filesystem/)
+ * from HTML5Rocks.
+ * * [File API](http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSystem)
+ * from W3C.
*/
@DomName('Window.PERSISTENT')
@DocsEditable()
@@ -32289,10 +32274,10 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Exploring the FileSystem APIs]
- * (http://www.html5rocks.com/en/tutorials/file/filesystem/) from HTML5Rocks.
- * * [File API]
- * (http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSystem) from W3C.
+ * * [Exploring the FileSystem
+ * APIs](http://www.html5rocks.com/en/tutorials/file/filesystem/) from HTML5Rocks.
+ * * [File API](http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSystem)
+ * from W3C.
*/
@DomName('Window.TEMPORARY')
@DocsEditable()
@@ -32317,11 +32302,12 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [A beginner's guide to using the application cache]
- * (http://www.html5rocks.com/en/tutorials/appcache/beginner) from HTML5Rocks.
- * * [Application cache API]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/offline.html#application-cache-api)
- * from WHATWG.
+ * * [A beginner's guide to using the application
+ * cache](http://www.html5rocks.com/en/tutorials/appcache/beginner)
+ * from HTML5Rocks.
+ * * [Application cache
+ * API](https://html.spec.whatwg.org/multipage/browsers.html#application-cache-api)
+ * from WHATWG.
*/
@DomName('Window.applicationCache')
@DocsEditable()
@@ -32361,12 +32347,10 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [devicePixelRatio]
- * (http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html) from
- * quirksmode.
- * * [More about devicePixelRatio]
- * (http://www.quirksmode.org/blog/archives/2012/07/more_about_devi.html) from
- * quirksmode.
+ * * [devicePixelRatio](http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html)
+ * from quirksmode.
+ * * [More about devicePixelRatio](http://www.quirksmode.org/blog/archives/2012/07/more_about_devi.html)
+ * from quirksmode.
*/
@DomName('Window.devicePixelRatio')
@DocsEditable()
@@ -32379,9 +32363,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Loading web pages]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html)
- * from WHATWG.
+ * * [Loading web pages](https://html.spec.whatwg.org/multipage/browsers.html)
+ * from WHATWG.
*/
@DomName('Window.history')
@DocsEditable()
@@ -32392,9 +32375,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [innerHeight]
- * (http://docs.webplatform.org/wiki/css/cssom/properties/innerHeight) from
- * WebPlatform.org.
+ * * [innerHeight](http://docs.webplatform.org/wiki/css/cssom/properties/innerHeight)
+ * from WebPlatform.org.
*/
@DomName('Window.innerHeight')
@DocsEditable()
@@ -32405,9 +32387,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [innerWidth]
- * (http://docs.webplatform.org/wiki/css/cssom/properties/innerWidth) from
- * WebPlatform.org.
+ * * [innerWidth](http://docs.webplatform.org/wiki/css/cssom/properties/innerWidth)
+ * from WebPlatform.org.
*/
@DomName('Window.innerWidth')
@DocsEditable()
@@ -32418,13 +32399,12 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [DOM storage guide]
- * (https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Storage) from
- * MDN.
- * * [The past, present & future of local storage for web applications]
- * (http://diveintohtml5.info/storage.html) from Dive Into HTML5.
- * * [Local storage specification]
- * (http://www.w3.org/TR/webstorage/#the-localstorage-attribute) from W3C.
+ * * [DOM storage guide](https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Storage)
+ * from MDN.
+ * * [The past, present & future of local storage for web
+ * applications](http://diveintohtml5.info/storage.html) from Dive Into HTML5.
+ * * [Local storage specification](http://www.w3.org/TR/webstorage/#the-localstorage-attribute)
+ * from W3C.
*/
@DomName('Window.localStorage')
@DocsEditable()
@@ -32435,9 +32415,9 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Browser interface elements]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#browser-interface-elements)
- * from WHATWG.
+ * * [Browser interface
+ * elements](https://html.spec.whatwg.org/multipage/browsers.html#browser-interface-elements)
+ * from WHATWG.
*/
@DomName('Window.locationbar')
@DocsEditable()
@@ -32448,9 +32428,9 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Browser interface elements]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#browser-interface-elements)
- * from WHATWG.
+ * * [Browser interface
+ * elements](https://html.spec.whatwg.org/multipage/browsers.html#browser-interface-elements)
+ * from WHATWG.
*/
@DomName('Window.menubar')
@DocsEditable()
@@ -32461,9 +32441,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Window name]
- * (http://docs.webplatform.org/wiki/html/attributes/name_(window)) from
- * WebPlatform.org.
+ * * [Window name](http://docs.webplatform.org/wiki/html/attributes/name_(window))
+ * from WebPlatform.org.
*/
@DomName('Window.name')
@DocsEditable()
@@ -32474,9 +32453,9 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [The navigator object]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/timers.html#the-navigator-object)
- * from WHATWG.
+ * * [The navigator
+ * object](https://html.spec.whatwg.org/multipage/webappapis.html#the-navigator-object)
+ * from WHATWG.
*/
@DomName('Window.navigator')
@DocsEditable()
@@ -32487,9 +32466,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [offscreenBuffering]
- * (http://docs.webplatform.org/wiki/dom/properties/offscreenBuffering) from
- * WebPlatform.org.
+ * * [offscreenBuffering](http://docs.webplatform.org/wiki/dom/properties/offscreenBuffering)
+ * from WebPlatform.org.
*/
@DomName('Window.offscreenBuffering')
@DocsEditable()
@@ -32520,9 +32498,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [outerHeight]
- * (http://docs.webplatform.org/wiki/css/cssom/properties/outerHeight) from
- * WebPlatform.org.
+ * * [outerHeight](http://docs.webplatform.org/wiki/css/cssom/properties/outerHeight)
+ * from WebPlatform.org.
*/
@DomName('Window.outerHeight')
@DocsEditable()
@@ -32533,9 +32510,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [outerWidth]
- * (http://docs.webplatform.org/wiki/css/cssom/properties/outerWidth) from
- * WebPlatform.org.
+ * * [outerWidth](http://docs.webplatform.org/wiki/css/cssom/properties/outerWidth)
+ * from WebPlatform.org.
*/
@DomName('Window.outerWidth')
@DocsEditable()
@@ -32549,10 +32525,11 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [The Screen interface specification]
- * (http://www.w3.org/TR/cssom-view/#screen) from W3C.
- * * [scrollX and pageXOffset]
- * (https://developer.mozilla.org/en-US/docs/Web/API/Window.scrollX) from MDN.
+ * * [The Screen interface
+ * specification](http://www.w3.org/TR/cssom-view/#screen) from W3C.
+ * * [scrollX and
+ * pageXOffset](https://developer.mozilla.org/en-US/docs/Web/API/Window.scrollX)
+ * from MDN.
*/
@DomName('Window.pageXOffset')
@DocsEditable()
@@ -32566,10 +32543,11 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [The Screen interface specification]
- * (http://www.w3.org/TR/cssom-view/#screen) from W3C.
- * * [scrollY and pageYOffset]
- * (https://developer.mozilla.org/en-US/docs/Web/API/Window.scrollY) from MDN.
+ * * [The Screen interface
+ * specification](http://www.w3.org/TR/cssom-view/#screen) from W3C.
+ * * [scrollY and
+ * pageYOffset](https://developer.mozilla.org/en-US/docs/Web/API/Window.scrollY)
+ * from MDN.
*/
@DomName('Window.pageYOffset')
@DocsEditable()
@@ -32590,11 +32568,11 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Measuring page load speed with navigation timeing]
- * (http://www.html5rocks.com/en/tutorials/webperformance/basics/) from
- * HTML5Rocks.
- * * [Navigation timing specification]
- * (http://www.w3.org/TR/navigation-timing/) from W3C.
+ * * [Measuring page load speed with navigation
+ * timeing](http://www.html5rocks.com/en/tutorials/webperformance/basics/)
+ * from HTML5Rocks.
+ * * [Navigation timing
+ * specification](http://www.w3.org/TR/navigation-timing/) from W3C.
*/
@DomName('Window.performance')
@DocsEditable()
@@ -32608,8 +32586,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [The Screen interface specification]
- * (http://www.w3.org/TR/cssom-view/#screen) from W3C.
+ * * [The Screen interface specification](http://www.w3.org/TR/cssom-view/#screen)
+ * from W3C.
*/
@DomName('Window.screen')
@DocsEditable()
@@ -32621,8 +32599,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [The Screen interface specification]
- * (http://www.w3.org/TR/cssom-view/#screen) from W3C.
+ * * [The Screen interface specification](http://www.w3.org/TR/cssom-view/#screen)
+ * from W3C.
*/
@DomName('Window.screenLeft')
@DocsEditable()
@@ -32633,8 +32611,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [The Screen interface specification]
- * (http://www.w3.org/TR/cssom-view/#screen) from W3C.
+ * * [The Screen interface specification](http://www.w3.org/TR/cssom-view/#screen)
+ * from W3C.
*/
@DomName('Window.screenTop')
@DocsEditable()
@@ -32645,8 +32623,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [The Screen interface specification]
- * (http://www.w3.org/TR/cssom-view/#screen) from W3C.
+ * * [The Screen interface specification](http://www.w3.org/TR/cssom-view/#screen)
+ * from W3C.
*/
@DomName('Window.screenX')
@DocsEditable()
@@ -32657,8 +32635,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [The Screen interface specification]
- * (http://www.w3.org/TR/cssom-view/#screen) from W3C.
+ * * [The Screen interface specification](http://www.w3.org/TR/cssom-view/#screen)
+ * from W3C.
*/
@DomName('Window.screenY')
@DocsEditable()
@@ -32669,9 +32647,9 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Browser interface elements]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#browser-interface-elements)
- * from WHATWG.
+ * * [Browser interface
+ * elements](https://html.spec.whatwg.org/multipage/browsers.html#browser-interface-elements)
+ * from WHATWG.
*/
@DomName('Window.scrollbars')
@DocsEditable()
@@ -32682,8 +32660,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Window.self]
- * (https://developer.mozilla.org/en-US/docs/Web/API/Window.self) from MDN.
+ * * [Window.self](https://developer.mozilla.org/en-US/docs/Web/API/Window.self)
+ * from MDN.
*/
@DomName('Window.self')
@DocsEditable()
@@ -32694,8 +32672,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Window.self]
- * (https://developer.mozilla.org/en-US/docs/Web/API/Window.self) from MDN.
+ * * [Window.self](https://developer.mozilla.org/en-US/docs/Web/API/Window.self)
+ * from MDN.
*/
@DomName('Window.self')
@DocsEditable()
@@ -32708,13 +32686,13 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [DOM storage guide]
- * (https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Storage) from
- * MDN.
- * * [The past, present & future of local storage for web applications]
- * (http://diveintohtml5.info/storage.html) from Dive Into HTML5.
- * * [Local storage specification]
- * (http://www.w3.org/TR/webstorage/#dom-sessionstorage) from W3C.
+ * * [DOM storage
+ * guide](https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Storage)
+ * from MDN.
+ * * [The past, present & future of local storage for web
+ * applications](http://diveintohtml5.info/storage.html) from Dive Into HTML5.
+ * * [Local storage
+ * specification](http://www.w3.org/TR/webstorage/#dom-sessionstorage) from W3C.
*/
@DomName('Window.sessionStorage')
@DocsEditable()
@@ -32725,9 +32703,9 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Web speech specification]
- * (https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html#tts-section)
- * from W3C.
+ * * [Web speech
+ * specification](https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html#tts-section)
+ * from W3C.
*/
@DomName('Window.speechSynthesis')
@DocsEditable()
@@ -32745,9 +32723,9 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Browser interface elements]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#browser-interface-elements)
- * from WHATWG.
+ * * [Browser interface
+ * elements](https://html.spec.whatwg.org/multipage/browsers.html#browser-interface-elements)
+ * from WHATWG.
*/
@DomName('Window.statusbar')
@DocsEditable()
@@ -32758,9 +32736,9 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [StyleMedia class reference]
- * (https://developer.apple.com/library/safari/documentation/SafariDOMAdditions/Reference/StyleMedia/StyleMedia/StyleMedia.html)
- * from Safari Developer Library.
+ * * [StyleMedia class
+ * reference](https://developer.apple.com/library/safari/documentation/SafariDOMAdditions/Reference/StyleMedia/)
+ * from Safari Developer Library.
*/
@DomName('Window.styleMedia')
@DocsEditable()
@@ -32773,9 +32751,9 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Browser interface elements]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#browser-interface-elements)
- * from WHATWG.
+ * * [Browser interface
+ * elements](https://html.spec.whatwg.org/multipage/browsers.html#browser-interface-elements)
+ * from WHATWG.
*/
@DomName('Window.toolbar')
@DocsEditable()
@@ -32796,8 +32774,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Window.window]
- * (https://developer.mozilla.org/en-US/docs/Web/API/Window.window) from MDN.
+ * * [Window.window](https://developer.mozilla.org/en-US/docs/Web/API/Window.window)
+ * from MDN.
*/
@DomName('Window.window')
@DocsEditable()
@@ -32808,8 +32786,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Window.window]
- * (https://developer.mozilla.org/en-US/docs/Web/API/Window.window) from MDN.
+ * * [Window.window](https://developer.mozilla.org/en-US/docs/Web/API/Window.window)
+ * from MDN.
*/
@DomName('Window.window')
@DocsEditable()
@@ -32848,9 +32826,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [User prompts]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/timers.html#user-prompts)
- * from WHATWG.
+ * * [User prompts](https://html.spec.whatwg.org/multipage/webappapis.html#user-prompts)
+ * from WHATWG.
*/
@DomName('Window.alert')
@DocsEditable()
@@ -32865,9 +32842,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [User prompts]
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/timers.html#user-prompts)
- * from WHATWG.
+ * * [User prompts](https://html.spec.whatwg.org/multipage/webappapis.html#user-prompts)
+ * from WHATWG.
*/
@DomName('Window.confirm')
@DocsEditable()
@@ -32878,8 +32854,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Window.find]
- * (https://developer.mozilla.org/en-US/docs/Web/API/Window.find) from MDN.
+ * * [Window.find](https://developer.mozilla.org/en-US/docs/Web/API/Window.find)
+ * from MDN.
*/
@DomName('Window.find')
@DocsEditable()
@@ -32907,9 +32883,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Window.getSelection]
- * (https://developer.mozilla.org/en-US/docs/Web/API/Window.getSelection)
- * from MDN.
+ * * [Window.getSelection](https://developer.mozilla.org/en-US/docs/Web/API/Window.getSelection)
+ * from MDN.
*/
@DomName('Window.getSelection')
@DocsEditable()
@@ -32920,11 +32895,11 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Testing media queries]
- * (https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Testing_media_queries)
- * from MDN.
- * * [The MediaQueryList specification]
- * (http://www.w3.org/TR/cssom-view/#the-mediaquerylist-interface) from W3C.
+ * * [Testing media
+ * queries](https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Testing_media_queries)
+ * from MDN.
+ * * [The MediaQueryList
+ * specification](http://www.w3.org/TR/cssom-view/#the-mediaquerylist-interface) from W3C.
*/
@DomName('Window.matchMedia')
@DocsEditable()
@@ -32937,10 +32912,9 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Window.moveBy]
- * (https://developer.mozilla.org/en-US/docs/Web/API/Window.moveBy) from MDN.
- * * [Window.moveBy]
- * (http://dev.w3.org/csswg/cssom-view/#dom-window-moveby) from W3C.
+ * * [Window.moveBy](https://developer.mozilla.org/en-US/docs/Web/API/Window.moveBy)
+ * from MDN.
+ * * [Window.moveBy](http://dev.w3.org/csswg/cssom-view/#dom-window-moveby) from W3C.
*/
@DomName('Window.moveBy')
@DocsEditable()
@@ -32988,8 +32962,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Window.print]
- * (https://developer.mozilla.org/en-US/docs/Web/API/Window.print) from MDN.
+ * * [Window.print](https://developer.mozilla.org/en-US/docs/Web/API/Window.print)
+ * from MDN.
*/
@DomName('Window.print')
@DocsEditable()
@@ -33000,8 +32974,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Window resizeBy] (http://docs.webplatform.org/wiki/dom/methods/resizeBy)
- * from WebPlatform.org.
+ * * [Window resizeBy](http://docs.webplatform.org/wiki/dom/methods/resizeBy)
+ * from WebPlatform.org.
*/
@DomName('Window.resizeBy')
@DocsEditable()
@@ -33012,8 +32986,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Window resizeTo] (http://docs.webplatform.org/wiki/dom/methods/resizeTo)
- * from WebPlatform.org.
+ * * [Window resizeTo](http://docs.webplatform.org/wiki/dom/methods/resizeTo)
+ * from WebPlatform.org.
*/
@DomName('Window.resizeTo')
@DocsEditable()
@@ -33026,8 +33000,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Window scroll] (http://docs.webplatform.org/wiki/dom/methods/scroll)
- * from WebPlatform.org.
+ * * [Window scroll](http://docs.webplatform.org/wiki/dom/methods/scroll)
+ * from WebPlatform.org.
*/
@DomName('Window.scroll')
@DocsEditable()
@@ -33060,8 +33034,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Window scroll] (http://docs.webplatform.org/wiki/dom/methods/scroll)
- * from WebPlatform.org.
+ * * [Window scroll](http://docs.webplatform.org/wiki/dom/methods/scroll)
+ * from WebPlatform.org.
*/
@DomName('Window.scroll')
@DocsEditable()
@@ -33074,8 +33048,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Window scroll] (http://docs.webplatform.org/wiki/dom/methods/scroll)
- * from WebPlatform.org.
+ * * [Window scroll](http://docs.webplatform.org/wiki/dom/methods/scroll)
+ * from WebPlatform.org.
*/
@DomName('Window.scroll')
@DocsEditable()
@@ -33088,8 +33062,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Window scroll] (http://docs.webplatform.org/wiki/dom/methods/scroll)
- * from WebPlatform.org.
+ * * [Window scroll](http://docs.webplatform.org/wiki/dom/methods/scroll)
+ * from WebPlatform.org.
*/
@DomName('Window.scroll')
@DocsEditable()
@@ -33102,8 +33076,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Window scroll] (http://docs.webplatform.org/wiki/dom/methods/scroll)
- * from WebPlatform.org.
+ * * [Window scroll](http://docs.webplatform.org/wiki/dom/methods/scroll)
+ * from WebPlatform.org.
*/
@DomName('Window.scroll')
@DocsEditable()
@@ -33114,8 +33088,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Window scrollBy] (http://docs.webplatform.org/wiki/dom/methods/scrollBy)
- * from WebPlatform.org.
+ * * [Window scrollBy](http://docs.webplatform.org/wiki/dom/methods/scrollBy)
+ * from WebPlatform.org.
*/
@DomName('Window.scrollBy')
@DocsEditable()
@@ -33146,8 +33120,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Window scrollBy] (http://docs.webplatform.org/wiki/dom/methods/scrollBy)
- * from WebPlatform.org.
+ * * [Window scrollBy](http://docs.webplatform.org/wiki/dom/methods/scrollBy)
+ * from WebPlatform.org.
*/
@DomName('Window.scrollBy')
@DocsEditable()
@@ -33158,8 +33132,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Window scrollBy] (http://docs.webplatform.org/wiki/dom/methods/scrollBy)
- * from WebPlatform.org.
+ * * [Window scrollBy](http://docs.webplatform.org/wiki/dom/methods/scrollBy)
+ * from WebPlatform.org.
*/
@DomName('Window.scrollBy')
@DocsEditable()
@@ -33170,8 +33144,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Window scrollBy] (http://docs.webplatform.org/wiki/dom/methods/scrollBy)
- * from WebPlatform.org.
+ * * [Window scrollBy](http://docs.webplatform.org/wiki/dom/methods/scrollBy)
+ * from WebPlatform.org.
*/
@DomName('Window.scrollBy')
@DocsEditable()
@@ -33182,8 +33156,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Window scrollBy] (http://docs.webplatform.org/wiki/dom/methods/scrollBy)
- * from WebPlatform.org.
+ * * [Window scrollBy](http://docs.webplatform.org/wiki/dom/methods/scrollBy)
+ * from WebPlatform.org.
*/
@DomName('Window.scrollBy')
@DocsEditable()
@@ -33196,8 +33170,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Window scrollTo] (http://docs.webplatform.org/wiki/dom/methods/scrollTo)
- * from WebPlatform.org.
+ * * [Window scrollTo](http://docs.webplatform.org/wiki/dom/methods/scrollTo)
+ * from WebPlatform.org.
*/
@DomName('Window.scrollTo')
@DocsEditable()
@@ -33230,8 +33204,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Window scrollTo] (http://docs.webplatform.org/wiki/dom/methods/scrollTo)
- * from WebPlatform.org.
+ * * [Window scrollTo](http://docs.webplatform.org/wiki/dom/methods/scrollTo)
+ * from WebPlatform.org.
*/
@DomName('Window.scrollTo')
@DocsEditable()
@@ -33244,8 +33218,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Window scrollTo] (http://docs.webplatform.org/wiki/dom/methods/scrollTo)
- * from WebPlatform.org.
+ * * [Window scrollTo](http://docs.webplatform.org/wiki/dom/methods/scrollTo)
+ * from WebPlatform.org.
*/
@DomName('Window.scrollTo')
@DocsEditable()
@@ -33258,8 +33232,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Window scrollTo] (http://docs.webplatform.org/wiki/dom/methods/scrollTo)
- * from WebPlatform.org.
+ * * [Window scrollTo](http://docs.webplatform.org/wiki/dom/methods/scrollTo)
+ * from WebPlatform.org.
*/
@DomName('Window.scrollTo')
@DocsEditable()
@@ -33272,8 +33246,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Window scrollTo] (http://docs.webplatform.org/wiki/dom/methods/scrollTo)
- * from WebPlatform.org.
+ * * [Window scrollTo](http://docs.webplatform.org/wiki/dom/methods/scrollTo)
+ * from WebPlatform.org.
*/
@DomName('Window.scrollTo')
@DocsEditable()
@@ -33284,9 +33258,9 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Dialogs implemented using separate documents]
- * (http://www.w3.org/html/wg/drafts/html/master/webappapis.html#dialogs-implemented-using-separate-documents)
- * from W3C.
+ * * [Dialogs implemented using separate
+ * documents](http://www.w3.org/html/wg/drafts/html/master/webappapis.html#dialogs-implemented-using-separate-documents)
+ * from W3C.
*/
@DomName('Window.showModalDialog')
@DocsEditable()
@@ -33298,9 +33272,9 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [The Window object]
- * (http://www.w3.org/html/wg/drafts/html/master/browsers.html#the-window-object)
- * from W3C.
+ * * [The Window
+ * object](http://www.w3.org/html/wg/drafts/html/master/browsers.html#the-window-object)
+ * from W3C.
*/
@DomName('Window.stop')
@DocsEditable()
@@ -33334,8 +33308,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Obtaining access to file system entry points]
- * (http://www.w3.org/TR/file-system-api/#obtaining-access-to-file-system-entry-points)
+ * * [Obtaining access to file system entry
+ * points](http://www.w3.org/TR/file-system-api/#obtaining-access-to-file-system-entry-points)
* from W3C.
*/
@DomName('Window.webkitResolveLocalFileSystemURL')
@@ -33351,8 +33325,8 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo
*
* ## Other resources
*
- * * [Obtaining access to file system entry points]
- * (http://www.w3.org/TR/file-system-api/#obtaining-access-to-file-system-entry-points)
+ * * [Obtaining access to file system entry
+ * points](http://www.w3.org/TR/file-system-api/#obtaining-access-to-file-system-entry-points)
* from W3C.
*/
@DomName('Window.webkitResolveLocalFileSystemURL')
« no previous file with comments | « no previous file | sdk/lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698