Index: core/html/HTMLDataListElement.idl |
diff --git a/core/html/HTMLDataListElement.idl b/core/html/HTMLDataListElement.idl |
index 4dd3654e759f612aa8a468d8c5bbbe09591206c9..deff02eee165a1a12254efa9993726edcdb69702 100644 |
--- a/core/html/HTMLDataListElement.idl |
+++ b/core/html/HTMLDataListElement.idl |
@@ -28,6 +28,8 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
+// https://html.spec.whatwg.org/#the-datalist-element |
+ |
interface HTMLDataListElement : HTMLElement { |
readonly attribute HTMLCollection options; |
}; |