| Index: dart/tools/dom/src/CrossFrameTypes.dart
|
| ===================================================================
|
| --- dart/tools/dom/src/CrossFrameTypes.dart (revision 30037)
|
| +++ dart/tools/dom/src/CrossFrameTypes.dart (working copy)
|
| @@ -7,13 +7,17 @@
|
| /**
|
| * Top-level container for a browser tab or window.
|
| *
|
| - * In a web browser, a [WindowBase] object represents any browser window. This
|
| - * abstract class contains the state of the window and its relation to other
|
| - * windows, such as which window opened it.
|
| + * In a web browser, a [WindowBase] object represents any browser window. This
|
| + * object contains the window's state and its relation to other
|
| + * windows, such as which window opened this window.
|
| *
|
| - * **Note:** This class represents any window, whereas [Window] is
|
| + * **Note:** This class represents any window, while [Window] is
|
| * used to access the properties and content of the current window or tab.
|
| *
|
| + * ## See also
|
| + *
|
| + * * [Window]
|
| + *
|
| * ## Other resources
|
| *
|
| * * [DOM Window](https://developer.mozilla.org/en-US/docs/DOM/window) from MDN.
|
|
|