| Index: lib/html/doc/html.dartdoc
 | 
| diff --git a/lib/html/doc/html.dartdoc b/lib/html/doc/html.dartdoc
 | 
| index ff503e824926cf08442f9f7c08a98034a8f498b2..54a0bb1aa8fb81fc8d7d0b9ae82c68c80aaf9e16 100644
 | 
| --- a/lib/html/doc/html.dartdoc
 | 
| +++ b/lib/html/doc/html.dartdoc
 | 
| @@ -4,8 +4,8 @@
 | 
|  
 | 
|  // Fake dart:html library for documentation.
 | 
|  
 | 
| -/// Library level documentation goes here.
 | 
| -#library("dart:html");
 | 
| +/// The Dart HTML5 Library.
 | 
| +#library("html");
 | 
|  
 | 
|  #source('interface/AbstractWorker.dartdoc');
 | 
|  #source('interface/AnchorElement.dartdoc');
 | 
| @@ -598,8 +598,14 @@
 | 
|  
 | 
|  // Global definitions.
 | 
|  
 | 
| +/**
 | 
| + * The top-level Window object.
 | 
| + */
 | 
|  Window get window() => null;
 | 
|  
 | 
| +/**
 | 
| + * The top-level Document object.
 | 
| + */
 | 
|  Document get document() => null;
 | 
|  
 | 
|  typedef void EventListener(Event event);
 | 
| 
 |