Index: core/html/HTMLMapElement.idl |
diff --git a/core/html/HTMLMapElement.idl b/core/html/HTMLMapElement.idl |
index 6616bede1d615a23d81315dc913f5f703f674f6c..21b7b20dede3ddf623cbb9cc345e3ad139f3a23a 100644 |
--- a/core/html/HTMLMapElement.idl |
+++ b/core/html/HTMLMapElement.idl |
@@ -18,7 +18,9 @@ |
* Boston, MA 02110-1301, USA. |
*/ |
+// https://html.spec.whatwg.org/#the-map-element |
+ |
interface HTMLMapElement : HTMLElement { |
- readonly attribute HTMLCollection areas; |
[Reflect] attribute DOMString name; |
+ readonly attribute HTMLCollection areas; |
}; |