mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 15:17:07 +00:00
Remove discontinued webproject.org links. Fixes #21482
Bug: https://github.com/dart-lang/sdk/issues/21482 Change-Id: Ie3becfa7eb9f233186629cf97bfcabe51efc8794 Reviewed-on: https://dart-review.googlesource.com/c/82790 Reviewed-by: Terry Lucas <terry@google.com> Commit-Queue: Samuel Rawlins <srawlins@google.com>
This commit is contained in:
parent
f8c89e0d20
commit
f7dab643ff
9 changed files with 122 additions and 111 deletions
|
@ -12387,8 +12387,10 @@ class Element extends Node
|
|||
*
|
||||
* See also:
|
||||
*
|
||||
* * [CSS Inheritance and Cascade](http://docs.webplatform.org/wiki/tutorials/inheritance_and_cascade)
|
||||
* * [Pseudo-elements](http://docs.webplatform.org/wiki/css/selectors/pseudo-elements)
|
||||
* * [Cascade and Inheritance](https://developer.mozilla.org/en-US/docs/Learn/CSS/Introduction_to_CSS/Cascade_and_inheritance)
|
||||
* from MDN.
|
||||
* * [Pseudo-elements](https://developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-elements)
|
||||
* from MDN.
|
||||
*/
|
||||
CssStyleDeclaration getComputedStyle([String pseudoElement]) {
|
||||
if (pseudoElement == null) {
|
||||
|
@ -12570,8 +12572,10 @@ class Element extends Node
|
|||
*
|
||||
* See also:
|
||||
*
|
||||
* * [scrollIntoView](http://docs.webplatform.org/wiki/dom/methods/scrollIntoView)
|
||||
* * [scrollIntoViewIfNeeded](http://docs.webplatform.org/wiki/dom/methods/scrollIntoViewIfNeeded)
|
||||
* * [scrollIntoView](https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView)
|
||||
* from MDN.
|
||||
* * [scrollIntoViewIfNeeded](https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoViewIfNeeded)
|
||||
* from MDN.
|
||||
*/
|
||||
void scrollIntoView([ScrollAlignment alignment]) {
|
||||
var hasScrollIntoViewIfNeeded = true;
|
||||
|
@ -14039,9 +14043,9 @@ class Element extends Node
|
|||
*
|
||||
* ## Other resources
|
||||
*
|
||||
* * [Using the fullscreen
|
||||
* API](http://docs.webplatform.org/wiki/tutorials/using_the_full-screen_api)
|
||||
* tutorial from WebPlatform.org.
|
||||
* * [Fullscreen
|
||||
* API](https://developer.mozilla.org/en-US/docs/Web/API/Fullscreen_API)
|
||||
* from MDN.
|
||||
* * [Fullscreen specification](http://www.w3.org/TR/fullscreen/) from W3C.
|
||||
*/
|
||||
@SupportedBrowser(SupportedBrowser.CHROME)
|
||||
|
@ -16845,9 +16849,9 @@ 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
|
||||
* API](https://developer.mozilla.org/en-US/docs/Web/API/Fullscreen_API)
|
||||
* from MDN.
|
||||
* * [Fullscreen specification](http://www.w3.org/TR/fullscreen/) from W3C.
|
||||
*/
|
||||
@SupportedBrowser(SupportedBrowser.CHROME)
|
||||
|
@ -30365,8 +30369,6 @@ class Window extends EventTarget
|
|||
*
|
||||
* * [Window.open](https://developer.mozilla.org/en-US/docs/Web/API/Window.open)
|
||||
* from MDN.
|
||||
* * [Window open](http://docs.webplatform.org/wiki/dom/methods/open)
|
||||
* from WebPlatform.org.
|
||||
*/
|
||||
WindowBase open(String url, String name, [String options]) {
|
||||
if (options == null) {
|
||||
|
@ -30753,8 +30755,8 @@ class Window extends EventTarget
|
|||
*
|
||||
* ## Other resources
|
||||
*
|
||||
* * [innerHeight](http://docs.webplatform.org/wiki/css/cssom/properties/innerHeight)
|
||||
* from WebPlatform.org.
|
||||
* * [Window.innerHeight](https://developer.mozilla.org/en-US/docs/Web/API/Window/innerHeight)
|
||||
* from MDN.
|
||||
*/
|
||||
final int innerHeight;
|
||||
|
||||
|
@ -30763,8 +30765,8 @@ class Window extends EventTarget
|
|||
*
|
||||
* ## Other resources
|
||||
*
|
||||
* * [innerWidth](http://docs.webplatform.org/wiki/css/cssom/properties/innerWidth)
|
||||
* from WebPlatform.org.
|
||||
* * [Window.innerWidth](https://developer.mozilla.org/en-US/docs/Web/API/Window/innerWidth)
|
||||
* from MDN.
|
||||
*/
|
||||
final int innerWidth;
|
||||
|
||||
|
@ -30811,8 +30813,8 @@ class Window extends EventTarget
|
|||
*
|
||||
* ## Other resources
|
||||
*
|
||||
* * [Window name](http://docs.webplatform.org/wiki/html/attributes/name_(window))
|
||||
* from WebPlatform.org.
|
||||
* * [Window.name](https://developer.mozilla.org/en-US/docs/Web/API/Window/name)
|
||||
* from MDN.
|
||||
*/
|
||||
String name;
|
||||
|
||||
|
@ -30832,7 +30834,7 @@ class Window extends EventTarget
|
|||
*
|
||||
* ## Other resources
|
||||
*
|
||||
* * [offscreenBuffering](http://docs.webplatform.org/wiki/dom/properties/offscreenBuffering)
|
||||
* * [offscreenBuffering](https://webplatform.github.io/docs/dom/HTMLElement/offscreenBuffering/)
|
||||
* from WebPlatform.org.
|
||||
*/
|
||||
final bool offscreenBuffering;
|
||||
|
@ -30856,8 +30858,8 @@ class Window extends EventTarget
|
|||
*
|
||||
* ## Other resources
|
||||
*
|
||||
* * [outerHeight](http://docs.webplatform.org/wiki/css/cssom/properties/outerHeight)
|
||||
* from WebPlatform.org.
|
||||
* * [Window.outerHeight](https://developer.mozilla.org/en-US/docs/Web/API/Window/outerHeight)
|
||||
* from MDN.
|
||||
*/
|
||||
final int outerHeight;
|
||||
|
||||
|
@ -30866,8 +30868,8 @@ class Window extends EventTarget
|
|||
*
|
||||
* ## Other resources
|
||||
*
|
||||
* * [outerWidth](http://docs.webplatform.org/wiki/css/cssom/properties/outerWidth)
|
||||
* from WebPlatform.org.
|
||||
* * [Window.outerWidth](https://developer.mozilla.org/en-US/docs/Web/API/Window/outerWidth)
|
||||
* from MDN.
|
||||
*/
|
||||
final int outerWidth;
|
||||
|
||||
|
@ -31274,8 +31276,8 @@ class Window extends EventTarget
|
|||
*
|
||||
* ## Other resources
|
||||
*
|
||||
* * [Window resizeBy](http://docs.webplatform.org/wiki/dom/methods/resizeBy)
|
||||
* from WebPlatform.org.
|
||||
* * [Window.resizeBy](https://developer.mozilla.org/en-US/docs/Web/API/Window/resizeBy)
|
||||
* from MDN.
|
||||
*/
|
||||
void resizeBy(int x, int y) native;
|
||||
|
||||
|
@ -31284,8 +31286,8 @@ class Window extends EventTarget
|
|||
*
|
||||
* ## Other resources
|
||||
*
|
||||
* * [Window resizeTo](http://docs.webplatform.org/wiki/dom/methods/resizeTo)
|
||||
* from WebPlatform.org.
|
||||
* * [Window.resizeTo](https://developer.mozilla.org/en-US/docs/Web/API/Window/resizeTo)
|
||||
* from MDN.
|
||||
*/
|
||||
void resizeTo(int x, int y) native;
|
||||
|
||||
|
@ -31296,8 +31298,8 @@ class Window extends EventTarget
|
|||
*
|
||||
* ## Other resources
|
||||
*
|
||||
* * [Window scroll](http://docs.webplatform.org/wiki/dom/methods/scroll)
|
||||
* from WebPlatform.org.
|
||||
* * [Window scroll](https://developer.mozilla.org/en-US/docs/Web/API/Window/scroll)
|
||||
* from MDN.
|
||||
*/
|
||||
void scroll([options_OR_x, y, Map scrollOptions]) {
|
||||
if (options_OR_x == null && y == null && scrollOptions == null) {
|
||||
|
@ -31333,8 +31335,8 @@ class Window extends EventTarget
|
|||
*
|
||||
* ## Other resources
|
||||
*
|
||||
* * [Window scroll](http://docs.webplatform.org/wiki/dom/methods/scroll)
|
||||
* from WebPlatform.org.
|
||||
* * [Window scroll](https://developer.mozilla.org/en-US/docs/Web/API/Window/scroll)
|
||||
* from MDN.
|
||||
*/
|
||||
void _scroll_1() native;
|
||||
@JSName('scroll')
|
||||
|
@ -31345,8 +31347,8 @@ class Window extends EventTarget
|
|||
*
|
||||
* ## Other resources
|
||||
*
|
||||
* * [Window scroll](http://docs.webplatform.org/wiki/dom/methods/scroll)
|
||||
* from WebPlatform.org.
|
||||
* * [Window scroll](https://developer.mozilla.org/en-US/docs/Web/API/Window/scroll)
|
||||
* from MDN.
|
||||
*/
|
||||
void _scroll_2(options) native;
|
||||
@JSName('scroll')
|
||||
|
@ -31357,8 +31359,8 @@ class Window extends EventTarget
|
|||
*
|
||||
* ## Other resources
|
||||
*
|
||||
* * [Window scroll](http://docs.webplatform.org/wiki/dom/methods/scroll)
|
||||
* from WebPlatform.org.
|
||||
* * [Window scroll](https://developer.mozilla.org/en-US/docs/Web/API/Window/scroll)
|
||||
* from MDN.
|
||||
*/
|
||||
void _scroll_3(num x, num y) native;
|
||||
@JSName('scroll')
|
||||
|
@ -31369,8 +31371,8 @@ class Window extends EventTarget
|
|||
*
|
||||
* ## Other resources
|
||||
*
|
||||
* * [Window scroll](http://docs.webplatform.org/wiki/dom/methods/scroll)
|
||||
* from WebPlatform.org.
|
||||
* * [Window scroll](https://developer.mozilla.org/en-US/docs/Web/API/Window/scroll)
|
||||
* from MDN.
|
||||
*/
|
||||
void _scroll_4(int x, int y) native;
|
||||
@JSName('scroll')
|
||||
|
@ -31381,8 +31383,8 @@ class Window extends EventTarget
|
|||
*
|
||||
* ## Other resources
|
||||
*
|
||||
* * [Window scroll](http://docs.webplatform.org/wiki/dom/methods/scroll)
|
||||
* from WebPlatform.org.
|
||||
* * [Window scroll](https://developer.mozilla.org/en-US/docs/Web/API/Window/scroll)
|
||||
* from MDN.
|
||||
*/
|
||||
void _scroll_5(int x, int y, scrollOptions) native;
|
||||
|
||||
|
@ -31391,8 +31393,8 @@ class Window extends EventTarget
|
|||
*
|
||||
* ## Other resources
|
||||
*
|
||||
* * [Window scrollBy](http://docs.webplatform.org/wiki/dom/methods/scrollBy)
|
||||
* from WebPlatform.org.
|
||||
* * [Window scrollBy](https://developer.mozilla.org/en-US/docs/Web/API/Window/scrollBy)
|
||||
* from MDN.
|
||||
*/
|
||||
void scrollBy([options_OR_x, y, Map scrollOptions]) {
|
||||
if (options_OR_x == null && y == null && scrollOptions == null) {
|
||||
|
@ -31426,8 +31428,8 @@ class Window extends EventTarget
|
|||
*
|
||||
* ## Other resources
|
||||
*
|
||||
* * [Window scrollBy](http://docs.webplatform.org/wiki/dom/methods/scrollBy)
|
||||
* from WebPlatform.org.
|
||||
* * [Window scrollBy](https://developer.mozilla.org/en-US/docs/Web/API/Window/scrollBy)
|
||||
* from MDN.
|
||||
*/
|
||||
void _scrollBy_1() native;
|
||||
@JSName('scrollBy')
|
||||
|
@ -31436,8 +31438,8 @@ class Window extends EventTarget
|
|||
*
|
||||
* ## Other resources
|
||||
*
|
||||
* * [Window scrollBy](http://docs.webplatform.org/wiki/dom/methods/scrollBy)
|
||||
* from WebPlatform.org.
|
||||
* * [Window scrollBy](https://developer.mozilla.org/en-US/docs/Web/API/Window/scrollBy)
|
||||
* from MDN.
|
||||
*/
|
||||
void _scrollBy_2(options) native;
|
||||
@JSName('scrollBy')
|
||||
|
@ -31446,8 +31448,8 @@ class Window extends EventTarget
|
|||
*
|
||||
* ## Other resources
|
||||
*
|
||||
* * [Window scrollBy](http://docs.webplatform.org/wiki/dom/methods/scrollBy)
|
||||
* from WebPlatform.org.
|
||||
* * [Window scrollBy](https://developer.mozilla.org/en-US/docs/Web/API/Window/scrollBy)
|
||||
* from MDN.
|
||||
*/
|
||||
void _scrollBy_3(num x, num y) native;
|
||||
@JSName('scrollBy')
|
||||
|
@ -31456,8 +31458,8 @@ class Window extends EventTarget
|
|||
*
|
||||
* ## Other resources
|
||||
*
|
||||
* * [Window scrollBy](http://docs.webplatform.org/wiki/dom/methods/scrollBy)
|
||||
* from WebPlatform.org.
|
||||
* * [Window scrollBy](https://developer.mozilla.org/en-US/docs/Web/API/Window/scrollBy)
|
||||
* from MDN.
|
||||
*/
|
||||
void _scrollBy_4(int x, int y) native;
|
||||
@JSName('scrollBy')
|
||||
|
@ -31466,8 +31468,8 @@ class Window extends EventTarget
|
|||
*
|
||||
* ## Other resources
|
||||
*
|
||||
* * [Window scrollBy](http://docs.webplatform.org/wiki/dom/methods/scrollBy)
|
||||
* from WebPlatform.org.
|
||||
* * [Window scrollBy](https://developer.mozilla.org/en-US/docs/Web/API/Window/scrollBy)
|
||||
* from MDN.
|
||||
*/
|
||||
void _scrollBy_5(int x, int y, scrollOptions) native;
|
||||
|
||||
|
@ -31478,8 +31480,8 @@ class Window extends EventTarget
|
|||
*
|
||||
* ## Other resources
|
||||
*
|
||||
* * [Window scrollTo](http://docs.webplatform.org/wiki/dom/methods/scrollTo)
|
||||
* from WebPlatform.org.
|
||||
* * [Window scrollTo](https://developer.mozilla.org/en-US/docs/Web/API/Window/scrollTo)
|
||||
* from MDN.
|
||||
*/
|
||||
void scrollTo([options_OR_x, y, Map scrollOptions]) {
|
||||
if (options_OR_x == null && y == null && scrollOptions == null) {
|
||||
|
@ -31515,8 +31517,8 @@ class Window extends EventTarget
|
|||
*
|
||||
* ## Other resources
|
||||
*
|
||||
* * [Window scrollTo](http://docs.webplatform.org/wiki/dom/methods/scrollTo)
|
||||
* from WebPlatform.org.
|
||||
* * [Window scrollTo](https://developer.mozilla.org/en-US/docs/Web/API/Window/scrollTo)
|
||||
* from MDN.
|
||||
*/
|
||||
void _scrollTo_1() native;
|
||||
@JSName('scrollTo')
|
||||
|
@ -31527,8 +31529,8 @@ class Window extends EventTarget
|
|||
*
|
||||
* ## Other resources
|
||||
*
|
||||
* * [Window scrollTo](http://docs.webplatform.org/wiki/dom/methods/scrollTo)
|
||||
* from WebPlatform.org.
|
||||
* * [Window scrollTo](https://developer.mozilla.org/en-US/docs/Web/API/Window/scrollTo)
|
||||
* from MDN.
|
||||
*/
|
||||
void _scrollTo_2(options) native;
|
||||
@JSName('scrollTo')
|
||||
|
@ -31539,8 +31541,8 @@ class Window extends EventTarget
|
|||
*
|
||||
* ## Other resources
|
||||
*
|
||||
* * [Window scrollTo](http://docs.webplatform.org/wiki/dom/methods/scrollTo)
|
||||
* from WebPlatform.org.
|
||||
* * [Window scrollTo](https://developer.mozilla.org/en-US/docs/Web/API/Window/scrollTo)
|
||||
* from MDN.
|
||||
*/
|
||||
void _scrollTo_3(num x, num y) native;
|
||||
@JSName('scrollTo')
|
||||
|
@ -31551,8 +31553,8 @@ class Window extends EventTarget
|
|||
*
|
||||
* ## Other resources
|
||||
*
|
||||
* * [Window scrollTo](http://docs.webplatform.org/wiki/dom/methods/scrollTo)
|
||||
* from WebPlatform.org.
|
||||
* * [Window scrollTo](https://developer.mozilla.org/en-US/docs/Web/API/Window/scrollTo)
|
||||
* from MDN.
|
||||
*/
|
||||
void _scrollTo_4(int x, int y) native;
|
||||
@JSName('scrollTo')
|
||||
|
@ -31563,8 +31565,8 @@ class Window extends EventTarget
|
|||
*
|
||||
* ## Other resources
|
||||
*
|
||||
* * [Window scrollTo](http://docs.webplatform.org/wiki/dom/methods/scrollTo)
|
||||
* from WebPlatform.org.
|
||||
* * [Window scrollTo](https://developer.mozilla.org/en-US/docs/Web/API/Window/scrollTo)
|
||||
* from MDN.
|
||||
*/
|
||||
void _scrollTo_5(int x, int y, scrollOptions) native;
|
||||
|
||||
|
@ -35259,7 +35261,8 @@ class EventStreamProvider<T extends Event> {
|
|||
*
|
||||
* See also:
|
||||
*
|
||||
* [addEventListener](http://docs.webplatform.org/wiki/dom/methods/addEventListener)
|
||||
* * [EventTarget.addEventListener](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener)
|
||||
* from MDN.
|
||||
*/
|
||||
Stream<T> forTarget(EventTarget e, {bool useCapture: false}) =>
|
||||
new _EventStream<T>(e, _eventType, useCapture);
|
||||
|
@ -35283,7 +35286,8 @@ class EventStreamProvider<T extends Event> {
|
|||
*
|
||||
* See also:
|
||||
*
|
||||
* [addEventListener](http://docs.webplatform.org/wiki/dom/methods/addEventListener)
|
||||
* * [EventTarget.addEventListener](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener)
|
||||
* from MDN.
|
||||
*/
|
||||
ElementStream<T> forElement(Element e, {bool useCapture: false}) {
|
||||
return new _ElementEventStreamImpl<T>(e, _eventType, useCapture);
|
||||
|
@ -35301,7 +35305,8 @@ class EventStreamProvider<T extends Event> {
|
|||
*
|
||||
* See also:
|
||||
*
|
||||
* [addEventListener](http://docs.webplatform.org/wiki/dom/methods/addEventListener)
|
||||
* * [EventTarget.addEventListener](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener)
|
||||
* from MDN.
|
||||
*/
|
||||
ElementStream<T> _forElementList(ElementList<Element> e,
|
||||
{bool useCapture: false}) {
|
||||
|
|
|
@ -67,8 +67,8 @@
|
|||
* check out
|
||||
* [Use IndexedDB](http://www.dartlang.org/docs/tutorials/indexeddb/).
|
||||
*
|
||||
* [IndexedDB reference](http://docs.webplatform.org/wiki/apis/indexeddb)
|
||||
* provides wiki-style docs about indexedDB
|
||||
* MDN provides [API
|
||||
* documentation](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API).
|
||||
*
|
||||
* {@category Web}
|
||||
*/
|
||||
|
|
|
@ -1245,8 +1245,8 @@
|
|||
" *",
|
||||
" * ## Other resources",
|
||||
" *",
|
||||
" * * [scrollByLines](http://docs.webplatform.org/wiki/dom/methods/scrollByLines)",
|
||||
" * from WebPlatform.org.",
|
||||
" * * [Window.scrollByLines](https://developer.mozilla.org/en-US/docs/Web/API/Window/scrollByLines)",
|
||||
" * from MDN.",
|
||||
" */"
|
||||
],
|
||||
"scrollByPages": [
|
||||
|
@ -1255,7 +1255,8 @@
|
|||
" *",
|
||||
" * ## Other resources",
|
||||
" *",
|
||||
" * * [scrollByPages](http://docs.webplatform.org/wiki/dom/methods/scrollByPages) from WebPlatform.org.",
|
||||
" * * [Window.scrollByPages](https://developer.mozilla.org/en-US/docs/Web/API/Window/scrollByPages)",
|
||||
" * from MDN.",
|
||||
" */"
|
||||
],
|
||||
"scrollEvent": [
|
||||
|
@ -1425,9 +1426,9 @@
|
|||
" *",
|
||||
" * ## Other resources",
|
||||
" *",
|
||||
" * * [Using the fullscreen",
|
||||
" * API](http://docs.webplatform.org/wiki/tutorials/using_the_full-screen_api)",
|
||||
" * tutorial from WebPlatform.org.",
|
||||
" * * [Fullscreen",
|
||||
" * API](https://developer.mozilla.org/en-US/docs/Web/API/Fullscreen_API)",
|
||||
" * from MDN.",
|
||||
" * * [Fullscreen specification](http://www.w3.org/TR/fullscreen/) from W3C.",
|
||||
" */"
|
||||
],
|
||||
|
@ -3404,8 +3405,8 @@
|
|||
" *",
|
||||
" * ## Other resources",
|
||||
" *",
|
||||
" * * [innerHeight](http://docs.webplatform.org/wiki/css/cssom/properties/innerHeight)",
|
||||
" * from WebPlatform.org.",
|
||||
" * * [Window.innerHeight](https://developer.mozilla.org/en-US/docs/Web/API/Window/innerHeight)",
|
||||
" * from MDN.",
|
||||
" */"
|
||||
],
|
||||
"innerWidth": [
|
||||
|
@ -3414,8 +3415,8 @@
|
|||
" *",
|
||||
" * ## Other resources",
|
||||
" *",
|
||||
" * * [innerWidth](http://docs.webplatform.org/wiki/css/cssom/properties/innerWidth)",
|
||||
" * from WebPlatform.org.",
|
||||
" * * [Window.innerWidth](https://developer.mozilla.org/en-US/docs/Web/API/Window/innerWidth)",
|
||||
" * from MDN.",
|
||||
" */"
|
||||
],
|
||||
"localStorage": [
|
||||
|
@ -3494,8 +3495,8 @@
|
|||
" *",
|
||||
" * ## Other resources",
|
||||
" *",
|
||||
" * * [Window name](http://docs.webplatform.org/wiki/html/attributes/name_(window))",
|
||||
" * from WebPlatform.org.",
|
||||
" * * [Window.name](https://developer.mozilla.org/en-US/docs/Web/API/Window/name)",
|
||||
" * from MDN.",
|
||||
" */"
|
||||
],
|
||||
"navigator": [
|
||||
|
@ -3523,7 +3524,7 @@
|
|||
" *",
|
||||
" * ## Other resources",
|
||||
" *",
|
||||
" * * [offscreenBuffering](http://docs.webplatform.org/wiki/dom/properties/offscreenBuffering)",
|
||||
" * * [offscreenBuffering](https://webplatform.github.io/docs/dom/HTMLElement/offscreenBuffering/)",
|
||||
" * from WebPlatform.org.",
|
||||
" */"
|
||||
],
|
||||
|
@ -3709,8 +3710,8 @@
|
|||
" *",
|
||||
" * ## Other resources",
|
||||
" *",
|
||||
" * * [outerHeight](http://docs.webplatform.org/wiki/css/cssom/properties/outerHeight)",
|
||||
" * from WebPlatform.org.",
|
||||
" * * [Window.outerHeight](https://developer.mozilla.org/en-US/docs/Web/API/Window/outerHeight)",
|
||||
" * from MDN.",
|
||||
" */"
|
||||
],
|
||||
"outerWidth": [
|
||||
|
@ -3719,8 +3720,8 @@
|
|||
" *",
|
||||
" * ## Other resources",
|
||||
" *",
|
||||
" * * [outerWidth](http://docs.webplatform.org/wiki/css/cssom/properties/outerWidth)",
|
||||
" * from WebPlatform.org.",
|
||||
" * * [Window.outerWidth](https://developer.mozilla.org/en-US/docs/Web/API/Window/outerWidth)",
|
||||
" * from MDN.",
|
||||
" */"
|
||||
],
|
||||
"pagehideEvent": [
|
||||
|
@ -3820,8 +3821,8 @@
|
|||
" *",
|
||||
" * ## Other resources",
|
||||
" *",
|
||||
" * * [Window resizeBy](http://docs.webplatform.org/wiki/dom/methods/resizeBy)",
|
||||
" * from WebPlatform.org.",
|
||||
" * * [Window.resizeBy](https://developer.mozilla.org/en-US/docs/Web/API/Window/resizeBy)",
|
||||
" * from MDN.",
|
||||
" */"
|
||||
],
|
||||
"resizeEvent": [
|
||||
|
@ -3838,8 +3839,8 @@
|
|||
" *",
|
||||
" * ## Other resources",
|
||||
" *",
|
||||
" * * [Window resizeTo](http://docs.webplatform.org/wiki/dom/methods/resizeTo)",
|
||||
" * from WebPlatform.org.",
|
||||
" * * [Window.resizeTo](https://developer.mozilla.org/en-US/docs/Web/API/Window/resizeTo)",
|
||||
" * from MDN.",
|
||||
" */"
|
||||
],
|
||||
"screen": [
|
||||
|
@ -3901,8 +3902,8 @@
|
|||
" *",
|
||||
" * ## Other resources",
|
||||
" *",
|
||||
" * * [Window scroll](http://docs.webplatform.org/wiki/dom/methods/scroll)",
|
||||
" * from WebPlatform.org.",
|
||||
" * * [Window.scroll](https://developer.mozilla.org/en-US/docs/Web/API/Window/scroll)",
|
||||
" * from MDN.",
|
||||
" */"
|
||||
],
|
||||
"scrollbars": [
|
||||
|
@ -3922,8 +3923,8 @@
|
|||
" *",
|
||||
" * ## Other resources",
|
||||
" *",
|
||||
" * * [Window scrollBy](http://docs.webplatform.org/wiki/dom/methods/scrollBy)",
|
||||
" * from WebPlatform.org.",
|
||||
" * * [Window.scrollBy](https://developer.mozilla.org/en-US/docs/Web/API/Window/scrollBy)",
|
||||
" * from MDN.",
|
||||
" */"
|
||||
],
|
||||
"scrollTo": [
|
||||
|
@ -3934,8 +3935,8 @@
|
|||
" *",
|
||||
" * ## Other resources",
|
||||
" *",
|
||||
" * * [Window scrollTo](http://docs.webplatform.org/wiki/dom/methods/scrollTo)",
|
||||
" * from WebPlatform.org.",
|
||||
" * * [Window.scrollTo](https://developer.mozilla.org/en-US/docs/Web/API/Window/scrollTo)",
|
||||
" * from MDN.",
|
||||
" */"
|
||||
],
|
||||
"self": [
|
||||
|
|
|
@ -7478,7 +7478,7 @@
|
|||
"comment": "http://dev.w3.org/csswg/cssom-view/#widl-Element-scrollIntoView-void-boolean-top"
|
||||
},
|
||||
"scrollIntoViewIfNeeded": {
|
||||
"comment": "http://docs.webplatform.org/wiki/dom/methods/scrollIntoViewIfNeeded",
|
||||
"comment": "https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoViewIfNeeded",
|
||||
"support_level": "nonstandard"
|
||||
},
|
||||
"scrollLeft": {},
|
||||
|
@ -31541,4 +31541,4 @@
|
|||
},
|
||||
"support_level": "nonstandard"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -31,7 +31,8 @@ class EventStreamProvider<T extends Event> {
|
|||
*
|
||||
* See also:
|
||||
*
|
||||
* [addEventListener](http://docs.webplatform.org/wiki/dom/methods/addEventListener)
|
||||
* * [EventTarget.addEventListener](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener)
|
||||
* from MDN.
|
||||
*/
|
||||
Stream<T> forTarget(EventTarget e, {bool useCapture: false}) =>
|
||||
new _EventStream<T>(e, _eventType, useCapture);
|
||||
|
@ -55,7 +56,8 @@ class EventStreamProvider<T extends Event> {
|
|||
*
|
||||
* See also:
|
||||
*
|
||||
* [addEventListener](http://docs.webplatform.org/wiki/dom/methods/addEventListener)
|
||||
* * [EventTarget.addEventListener](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener)
|
||||
* from MDN.
|
||||
*/
|
||||
ElementStream<T> forElement(Element e, {bool useCapture: false}) {
|
||||
return new _ElementEventStreamImpl<T>(e, _eventType, useCapture);
|
||||
|
@ -73,7 +75,8 @@ class EventStreamProvider<T extends Event> {
|
|||
*
|
||||
* See also:
|
||||
*
|
||||
* [addEventListener](http://docs.webplatform.org/wiki/dom/methods/addEventListener)
|
||||
* * [EventTarget.addEventListener](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener)
|
||||
* from MDN.
|
||||
*/
|
||||
ElementStream<T> _forElementList(ElementList<Element> e,
|
||||
{bool useCapture: false}) {
|
||||
|
|
|
@ -75,8 +75,8 @@
|
|||
* check out
|
||||
* [Use IndexedDB](http://www.dartlang.org/docs/tutorials/indexeddb/).
|
||||
*
|
||||
* [IndexedDB reference](http://docs.webplatform.org/wiki/apis/indexeddb)
|
||||
* provides wiki-style docs about indexedDB
|
||||
* MDN provides [API
|
||||
* documentation](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API).
|
||||
*
|
||||
* {@category Web}
|
||||
*/
|
||||
|
|
|
@ -677,8 +677,10 @@ $(ANNOTATIONS)$(NATIVESPEC)class $CLASSNAME$EXTENDS$IMPLEMENTS {
|
|||
*
|
||||
* See also:
|
||||
*
|
||||
* * [CSS Inheritance and Cascade](http://docs.webplatform.org/wiki/tutorials/inheritance_and_cascade)
|
||||
* * [Pseudo-elements](http://docs.webplatform.org/wiki/css/selectors/pseudo-elements)
|
||||
* * [Cascade and Inheritance](https://developer.mozilla.org/en-US/docs/Learn/CSS/Introduction_to_CSS/Cascade_and_inheritance)
|
||||
* from MDN.
|
||||
* * [Pseudo-elements](https://developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-elements)
|
||||
* from MDN.
|
||||
*/
|
||||
CssStyleDeclaration getComputedStyle([String pseudoElement]) {
|
||||
if (pseudoElement == null) {
|
||||
|
@ -859,8 +861,10 @@ $(ANNOTATIONS)$(NATIVESPEC)class $CLASSNAME$EXTENDS$IMPLEMENTS {
|
|||
*
|
||||
* See also:
|
||||
*
|
||||
* * [scrollIntoView](http://docs.webplatform.org/wiki/dom/methods/scrollIntoView)
|
||||
* * [scrollIntoViewIfNeeded](http://docs.webplatform.org/wiki/dom/methods/scrollIntoViewIfNeeded)
|
||||
* * [scrollIntoView](https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView)
|
||||
* from MDN.
|
||||
* * [scrollIntoViewIfNeeded](https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoViewIfNeeded)
|
||||
* from MDN.
|
||||
*/
|
||||
void scrollIntoView([ScrollAlignment alignment]) {
|
||||
var hasScrollIntoViewIfNeeded = true;
|
||||
|
|
|
@ -49,9 +49,9 @@ $!MEMBERS
|
|||
*
|
||||
* ## Other resources
|
||||
*
|
||||
* * [Using the fullscreen
|
||||
* API](http://docs.webplatform.org/wiki/tutorials/using_the_full-screen_api)
|
||||
* from WebPlatform.org.
|
||||
* * [Fullscreen
|
||||
* API](https://developer.mozilla.org/en-US/docs/Web/API/Fullscreen_API)
|
||||
* from MDN.
|
||||
* * [Fullscreen specification](http://www.w3.org/TR/fullscreen/) from W3C.
|
||||
*/
|
||||
@SupportedBrowser(SupportedBrowser.CHROME)
|
||||
|
|
|
@ -54,8 +54,6 @@ $(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS {
|
|||
*
|
||||
* * [Window.open](https://developer.mozilla.org/en-US/docs/Web/API/Window.open)
|
||||
* from MDN.
|
||||
* * [Window open](http://docs.webplatform.org/wiki/dom/methods/open)
|
||||
* from WebPlatform.org.
|
||||
*/
|
||||
WindowBase open(String url, String name, [String options]) {
|
||||
if (options == null) {
|
||||
|
|
Loading…
Reference in a new issue