Skip to content
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.

Commit

Permalink
Leap seconds are ignored by JavaScript (not clear if implementations …
Browse files Browse the repository at this point in the history
…follow, but align for now). Also do some XXX cleanup.
  • Loading branch information
annevk committed Mar 20, 2014
1 parent deaa8c9 commit 4ad095c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 40 deletions.
32 changes: 12 additions & 20 deletions Overview.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -915,11 +915,9 @@ <h3>Interface <code>Event</code></h3>
<p>The <dfn title=dom-Event-timeStamp><code>timeStamp</code></dfn> attribute
must return the value it was initialized to. When an
<span title=concept-event>event</span> is created the attribute must be
initialized to the number of milliseconds that has passed since
00:00:00 UTC on 1 January 1970.

<!-- XXX leap seconds?
http://krijnhoetmer.nl/irc-logs/whatwg/20110707#l-330 -->
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 -->

<hr>

Expand Down Expand Up @@ -1382,8 +1380,6 @@ <h3>Introduction to "The DOM"</h3>
<a href="http://software.hixie.ch/utilities/js/live-dom-viewer/">Live DOM Viewer</a>
can be used to explore this matter in more detail.

<p class=XXX>How much should be explained here? Ideas?


<h3>Node tree</h3>

Expand Down Expand Up @@ -6266,7 +6262,6 @@ <h3>Interface <code>Comment</code></h3>


<h2>Ranges</h2>
<!-- XXX do not call other methods but use concepts -->

<h3>Introduction to "DOM Ranges"</h3>

Expand Down Expand Up @@ -7924,18 +7919,14 @@ <h3>Interface <code>Range</code></h3>

<hr>

<div class=note>
<p>The following extensions to the <code>Range</code> interface are defined
in various other specifications:
<ul>
<li>the <code title=dom-Range-createContextualFragment data-anolis-spec=domps>createContextualFragment()</code> method;
<span data-anolis-ref class=informative>DOMPS</span>
<li>the <code title=dom-Range-getClientRects>getClientRects()</code> method; and
<li>the <code title=dom-Range-getBoundingClientRect>getBoundingClientRect()</code> method.
<span data-anolis-ref class=informative>CSSOMVIEW</span>
<!-- XXX xref for cssom-view is broken -->
</ul>
</div>
<p class=note>The
<code title=dom-Range-createContextualFragment data-anolis-spec=domps>createContextualFragment()</code>,
<code data-anolis-spec=cssom-view title=dom-Range-getClientRects>getClientRects()</code>,
and
<code data-anolis-spec=cssom-view title=dom-Range-getBoundingClientRect>getBoundingClientRect()</code>
methods are defined in other specifications.
<span data-anolis-ref class=informative>DOMPS</span>
<span data-anolis-ref class=informative>CSSOMVIEW</span>



Expand Down Expand Up @@ -9098,6 +9089,7 @@ <h2 class=no-num>Acknowledgments</h2>
Jacob Rossi,
Jake Verbaten,
James Graham,
James Robinson,
Jens Lindström,
João Eiras,
Jonas Sicking,
Expand Down
32 changes: 12 additions & 20 deletions dom-core.html
Original file line number Diff line number Diff line change
Expand Up @@ -998,11 +998,9 @@ <h3 id="interface-event"><span class="secno">4.2 </span>Interface <code><a href=
<p>The <dfn id="dom-event-timestamp" title="dom-Event-timeStamp"><code>timeStamp</code></dfn> attribute
must return the value it was initialized to. When an
<a href="#concept-event" title="concept-event">event</a> is created the attribute must be
initialized to the number of milliseconds that has passed since
00:00:00 UTC on 1 January 1970.

<!-- XXX leap seconds?
http://krijnhoetmer.nl/irc-logs/whatwg/20110707#l-330 -->
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 -->

<hr>

Expand Down Expand Up @@ -1465,8 +1463,6 @@ <h3 id="introduction-to-the-dom"><span class="secno">5.1 </span>Introduction to
<a href="http://software.hixie.ch/utilities/js/live-dom-viewer/">Live DOM Viewer</a>
can be used to explore this matter in more detail.

<p class="XXX">How much should be explained here? Ideas?


<h3 id="node-tree"><span class="secno">5.2 </span>Node tree</h3>

Expand Down Expand Up @@ -6338,7 +6334,6 @@ <h3 id="interface-comment"><span class="secno">5.12 </span>Interface <code><a hr


<h2 id="ranges"><span class="secno">6 </span>Ranges</h2>
<!-- XXX do not call other methods but use concepts -->

<h3 id="introduction-to-dom-ranges"><span class="secno">6.1 </span>Introduction to "DOM Ranges"</h3>

Expand Down Expand Up @@ -7995,18 +7990,14 @@ <h3 id="interface-range"><span class="secno">6.2 </span>Interface <code><a href=

<hr>

<div class="note">
<p>The following extensions to the <code><a href="#range">Range</a></code> interface are defined
in various other specifications:
<ul>
<li>the <code class="external" data-anolis-spec="domps" title="dom-Range-createContextualFragment"><a href="http://domparsing.spec.whatwg.org/#dom-range-createcontextualfragment">createContextualFragment()</a></code> method;
<a class="informative" href="#refsDOMPS">[DOMPS]</a>
<li>the <code title="dom-Range-getClientRects">getClientRects()</code> method; and
<li>the <code title="dom-Range-getBoundingClientRect">getBoundingClientRect()</code> method.
<a class="informative" href="#refsCSSOMVIEW">[CSSOMVIEW]</a>
<!-- XXX xref for cssom-view is broken -->
</ul>
</div>
<p class="note">The
<code class="external" data-anolis-spec="domps" title="dom-Range-createContextualFragment"><a href="http://domparsing.spec.whatwg.org/#dom-range-createcontextualfragment">createContextualFragment()</a></code>,
<code class="external" data-anolis-spec="cssom-view" title="dom-Range-getClientRects"><a href="http://dev.w3.org/csswg/cssom-view/#dom-range-getclientrects">getClientRects()</a></code>,
and
<code class="external" data-anolis-spec="cssom-view" title="dom-Range-getBoundingClientRect"><a href="http://dev.w3.org/csswg/cssom-view/#dom-range-getboundingclientrect">getBoundingClientRect()</a></code>
methods are defined in other specifications.
<a class="informative" href="#refsDOMPS">[DOMPS]</a>
<a class="informative" href="#refsCSSOMVIEW">[CSSOMVIEW]</a>



Expand Down Expand Up @@ -9220,6 +9211,7 @@ <h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
Jacob Rossi,
Jake Verbaten,
James Graham,
James Robinson,
Jens Lindström,
João Eiras,
Jonas Sicking,
Expand Down

0 comments on commit 4ad095c

Please sign in to comment.