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