Index: Source/core/html/HTMLDirectoryElement.idl |
diff --git a/Source/core/html/HTMLDirectoryElement.idl b/Source/core/html/HTMLDirectoryElement.idl |
index 541ae007f4f7ac83a24588230c777e14586eb29b..ea9d1a5767b70d97a73f1484e5f7df9684dcfdfc 100644 |
--- a/Source/core/html/HTMLDirectoryElement.idl |
+++ b/Source/core/html/HTMLDirectoryElement.idl |
@@ -17,7 +17,8 @@ |
* Boston, MA 02110-1301, USA. |
*/ |
+// https://html.spec.whatwg.org/#htmldirectoryelement |
+ |
interface HTMLDirectoryElement : HTMLElement { |
[Reflect] attribute boolean compact; |
}; |
- |