| Index: Source/core/html/HTMLModElement.idl
|
| diff --git a/Source/core/html/HTMLModElement.idl b/Source/core/html/HTMLModElement.idl
|
| index 9b749b2898b4c31907941397018b8745dc39a061..cbca21bb86ffc32f98f9fad6fb4ca221592984ea 100644
|
| --- a/Source/core/html/HTMLModElement.idl
|
| +++ b/Source/core/html/HTMLModElement.idl
|
| @@ -17,6 +17,8 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| +// https://html.spec.whatwg.org/#htmlmodelement
|
| +
|
| interface HTMLModElement : HTMLElement {
|
| [Reflect, URL] attribute DOMString cite;
|
| [Reflect] attribute DOMString dateTime;
|
|
|