diff --git a/dom.bs b/dom.bs index cbbf377d1..f55d27317 100644 --- a/dom.bs +++ b/dom.bs @@ -804,6 +804,9 @@ initialized to the number of milliseconds that have passed since 00:00:00 UTC on 1 January 1970, ignoring leap seconds. +

This is highly likely to change and already does not reflect implementations well. +Please see dom #23 for more details. +


To initialize an diff --git a/dom.html b/dom.html index 9a2614025..94fce78f3 100644 --- a/dom.html +++ b/dom.html @@ -612,6 +612,8 @@

event is created the attribute must be initialized to the number of milliseconds that have passed since 00:00:00 UTC on 1 January 1970, ignoring leap seconds.

+

This is highly likely to change and already does not reflect implementations well. +Please see dom #23 for more details.


To initialize an event, with type, bubbles, and cancelable, run these steps: