| 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 682055a0abec90be3c8bb3dd256da3ad0465128c..98959692f155aa19b687d5f65088202abb7e6245 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -367,6 +367,16 @@ class ApplicationCacheEvents extends Events {
|
|
|
|
|
| @DocsEditable
|
| +/**
|
| + * DOM Area Element, which links regions of an image map with a hyperlink.
|
| + *
|
| + * The element can also define an uninteractive region of the map.
|
| + *
|
| + * See also:
|
| + *
|
| + * * [Area Element](https://developer.mozilla.org/en-US/docs/HTML/Element/area)
|
| + * from MDN.
|
| + */
|
| @DomName('HTMLAreaElement')
|
| class AreaElement extends Element native "*HTMLAreaElement" {
|
|
|
|
|