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 0c652f8770c6cb959fe7374f3dbd2855852c1d9c..d3b20736464b89598bdcfe51dc0a634741057c90 100644 |
--- a/sdk/lib/html/dart2js/html_dart2js.dart |
+++ b/sdk/lib/html/dart2js/html_dart2js.dart |
@@ -1627,10 +1627,9 @@ class CanvasElement extends HtmlElement implements CanvasImageSource { |
* |
* ## Other resources |
* |
- * * [WebGL fundamentals] |
- * (http://www.html5rocks.com/en/tutorials/webgl/webgl_fundamentals/) from |
- * HTML5Rocks. |
- * * [WebGL homepage] (http://get.webgl.org/). |
+ * * [WebGL fundamentals](http://www.html5rocks.com/en/tutorials/webgl/webgl_fundamentals/) |
+ * from HTML5Rocks. |
+ * * [WebGL homepage](http://get.webgl.org/). |
*/ |
@SupportedBrowser(SupportedBrowser.CHROME) |
@SupportedBrowser(SupportedBrowser.FIREFOX) |
@@ -12585,7 +12584,8 @@ class Element extends Node implements GlobalEventHandlers, ParentNode, ChildNode |
* |
* See also: |
* |
- * * [Custom data attributes](http://www.w3.org/TR/html5/global-attributes.html#custom-data-attribute) |
+ * * [Custom data |
+ * attributes](http://dev.w3.org/html5/spec-preview/global-attributes.html#custom-data-attribute) |
*/ |
Map<String, String> get dataset => |
new _DataAttributeMap(attributes); |
@@ -12798,8 +12798,8 @@ class Element extends Node implements GlobalEventHandlers, ParentNode, ChildNode |
* |
* ## Other resources |
* |
- * * [Node.namespaceURI] |
- * (http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-NodeNSname) from W3C. |
+ * * [Node.namespaceURI](http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-NodeNSname) |
+ * from W3C. |
*/ |
@DomName('Element.namespaceUri') |
String get namespaceUri => _namespaceUri; |
@@ -13016,11 +13016,9 @@ class Element extends Node implements GlobalEventHandlers, ParentNode, ChildNode |
* |
* ## Other resources |
* |
- * * [Shadow DOM 101] |
- * (http://www.html5rocks.com/en/tutorials/webcomponents/shadowdom/) |
- * from HTML5Rocks. |
- * * [Shadow DOM specification] |
- * (http://www.w3.org/TR/shadow-dom/) from W3C. |
+ * * [Shadow DOM 101](http://www.html5rocks.com/en/tutorials/webcomponents/shadowdom/) |
+ * from HTML5Rocks. |
+ * * [Shadow DOM specification](http://www.w3.org/TR/shadow-dom/) from W3C. |
*/ |
@DomName('Element.createShadowRoot') |
@SupportedBrowser(SupportedBrowser.CHROME, '25') |
@@ -13036,11 +13034,10 @@ class Element extends Node implements GlobalEventHandlers, ParentNode, ChildNode |
* |
* ## Other resources |
* |
- * * [Shadow DOM 101] |
- * (http://www.html5rocks.com/en/tutorials/webcomponents/shadowdom/) |
- * from HTML5Rocks. |
- * * [Shadow DOM specification] |
- * (http://www.w3.org/TR/shadow-dom/) from W3C. |
+ * * [Shadow DOM 101](http://www.html5rocks.com/en/tutorials/webcomponents/shadowdom/) |
+ * from HTML5Rocks. |
+ * * [Shadow DOM specification](http://www.w3.org/TR/shadow-dom/) |
+ * from W3C. |
*/ |
@DomName('Element.shadowRoot') |
@SupportedBrowser(SupportedBrowser.CHROME, '25') |
@@ -18102,11 +18099,10 @@ class HtmlDocument extends Document { |
* |
* ## Other resources |
* |
- * * [Using the fullscreen API] |
- * (http://docs.webplatform.org/wiki/tutorials/using_the_full-screen_api) from |
- * WebPlatform.org. |
- * * [Fullscreen specification] |
- * (http://www.w3.org/TR/fullscreen/) from W3C. |
+ * * [Using the fullscreen |
+ * API](http://docs.webplatform.org/wiki/tutorials/using_the_full-screen_api) |
+ * from WebPlatform.org. |
+ * * [Fullscreen specification](http://www.w3.org/TR/fullscreen/) from W3C. |
*/ |
@DomName('Document.webkitExitFullscreen') |
@SupportedBrowser(SupportedBrowser.CHROME) |
@@ -18130,11 +18126,10 @@ class HtmlDocument extends Document { |
* |
* ## Other resources |
* |
- * * [Using the fullscreen API] |
- * (http://docs.webplatform.org/wiki/tutorials/using_the_full-screen_api) from |
- * WebPlatform.org. |
- * * [Fullscreen specification] |
- * (http://www.w3.org/TR/fullscreen/) from W3C. |
+ * * [Using the fullscreen |
+ * API](http://docs.webplatform.org/wiki/tutorials/using_the_full-screen_api) |
+ * from WebPlatform.org. |
+ * * [Fullscreen specification](http://www.w3.org/TR/fullscreen/) from W3C. |
*/ |
@DomName('Document.webkitFullscreenElement') |
@SupportedBrowser(SupportedBrowser.CHROME) |
@@ -18147,11 +18142,10 @@ class HtmlDocument extends Document { |
* |
* ## Other resources |
* |
- * * [Using the fullscreen API] |
- * (http://docs.webplatform.org/wiki/tutorials/using_the_full-screen_api) from |
- * WebPlatform.org. |
- * * [Fullscreen specification] |
- * (http://www.w3.org/TR/fullscreen/) from W3C. |
+ * * [Using the fullscreen |
+ * API](http://docs.webplatform.org/wiki/tutorials/using_the_full-screen_api) |
+ * from WebPlatform.org. |
+ * * [Fullscreen specification](http://www.w3.org/TR/fullscreen/) from W3C. |
*/ |
@DomName('Document.webkitFullscreenEnabled') |
@SupportedBrowser(SupportedBrowser.CHROME) |
@@ -23873,9 +23867,8 @@ class Node extends EventTarget { |
* |
* ## Other resources |
* |
- * * [Node.childNodes] |
- * (https://developer.mozilla.org/en-US/docs/Web/API/Node.childNodes) |
- * from MDN. |
+ * * [Node.childNodes](https://developer.mozilla.org/en-US/docs/Web/API/Node.childNodes) |
+ * from MDN. |
*/ |
@DomName('Node.childNodes') |
@DocsEditable() |
@@ -36262,12 +36255,11 @@ class _DataAttributeMap implements Map<String, String> { |
* |
* ## Other resources |
* |
- * * [Image sources for 2D rendering contexts] |
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#image-sources-for-2d-rendering-contexts) |
- * from WHATWG. |
- * * [Drawing images] |
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#dom-context-2d-drawimage) |
- * from WHATWG. |
+ * * [Image sources for 2D rendering |
+ * contexts](https://html.spec.whatwg.org/multipage/scripting.html#image-sources-for-2d-rendering-contexts) |
+ * from WHATWG. |
+ * * [Drawing images](https://html.spec.whatwg.org/multipage/scripting.html#dom-context-2d-drawimage) |
+ * from WHATWG. |
*/ |
abstract class CanvasImageSource {} |
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
@@ -36310,9 +36302,9 @@ abstract class WindowBase implements EventTarget { |
* |
* ## Other resources |
* |
- * * [Session history and navigation specification] |
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/history.html) |
- * from WHATWG. |
+ * * [Session history and navigation |
+ * specification](https://html.spec.whatwg.org/multipage/browsers.html#history) |
+ * from WHATWG. |
*/ |
HistoryBase get history; |
@@ -36405,12 +36397,10 @@ abstract class WindowBase implements EventTarget { |
* |
* ## Other resources |
* |
- * * [window.postMessage] |
- * (https://developer.mozilla.org/en-US/docs/Web/API/Window.postMessage) from |
- * MDN. |
- * * [Cross-document messaging] |
- * (http://www.whatwg.org/specs/web-apps/current-work/multipage/web-messaging.html) |
- * from WHATWG. |
+ * * [window.postMessage](https://developer.mozilla.org/en-US/docs/Web/API/Window.postMessage) |
+ * from MDN. |
+ * * [Cross-document messaging](https://html.spec.whatwg.org/multipage/comms.html#web-messaging) |
+ * from WHATWG. |
*/ |
void postMessage(var message, String targetOrigin, [List messagePorts]); |
} |
@@ -37254,9 +37244,8 @@ abstract class ElementStream<T extends Event> implements Stream<T> { |
* |
* ## Other resources |
* |
- * * [Event Capture] |
- * (http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-flow-capture) |
- * from the W3C DOM Events specification. |
+ * * [Event Capture](http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-flow-capture) |
+ * from the W3C DOM Events specification. |
*/ |
StreamSubscription<T> capture(void onData(T event)); |
} |
@@ -40663,9 +40652,9 @@ class _WrappedEvent implements Event { |
* |
* ## 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. |
*/ |
// https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#extensions-to-event |
@Experimental() |