Skip to content

Commit

Permalink
Meta: point out event's timeStamp is likely to change
Browse files Browse the repository at this point in the history
See #23 for details.
  • Loading branch information
annevk committed Apr 21, 2016
1 parent a13a3c7 commit 0f08850
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<!-- leap seconds are ignored by JavaScript too -->

<p class=XXX>This is highly likely to change and already does not reflect implementations well.
Please see <a href=https://github.com/whatwg/dom/issues/23>dom #23</a> for more details.

<hr>

To <dfn export for=Event id=concept-event-initialize>initialize</dfn> an
Expand Down
2 changes: 2 additions & 0 deletions dom.html
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,8 @@ <h3 class="heading settled" data-level="3.2" id="interface-event"><span class="s
must return the value it was initialized to. When an <a data-link-type="dfn" href="#concept-event">event</a> 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.</p>
<p class="XXX">This is highly likely to change and already does not reflect implementations well.
Please see <a href="https://github.com/whatwg/dom/issues/23">dom #23</a> for more details. </p>
<hr>
<p>To <dfn data-dfn-for="Event" data-dfn-type="dfn" data-export="" id="concept-event-initialize">initialize<a class="self-link" href="#concept-event-initialize"></a></dfn> an <var>event</var>, with <var>type</var>, <var>bubbles</var>, and <var>cancelable</var>, run these steps:</p>
<ol>
Expand Down

0 comments on commit 0f08850

Please sign in to comment.