Skip to content

Commit

Permalink
domLoading is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
plehegar committed May 27, 2015
1 parent cc358d9 commit c6905b3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions index.html
Expand Up @@ -84,14 +84,15 @@
and includes the following changes:
</p>
<ul>
<li>definition of Performance interface is moved to [[PERFORMANCE-TIMELINE]];</li>
<li>the definition of Performance interface was moved to [[PERFORMANCE-TIMELINE]];</li>
<li>support for [[PERFORMANCE-TIMELINE]];</li>
<li>support for [[HR-TIME]];</li>
<li>timing information for <a href='#widl-PerformanceNavigationTiming-linkNegotiationStart'>link negotiation</a>;</li>
<li>the <a href='#widl-PerformanceNavigationTiming-redirectCount'>number of redirects</a> since the last non-redirect navigation;</li>
<li><a href='#widl-PerformanceNavigationTiming-linkNegotiationStart'>protocol</a> information; <strong>NEW!</strong></li>
<li><a href='#widl-PerformanceNavigationTiming-transferSize'>transfer</a>, <a href='#widl-PerformanceNavigationTiming-encodedBodySize'>encoded body</a> and <a href='#widl-PerformanceNavigationTiming-decodedBodySize'>decoded body</a> size information; <strong>NEW!</strong></li>
<li>the <a href='#widl-PerformanceNavigationTiming-redirectCount'>number of redirects</a> since the last non-redirect navigation;</li>
<li><a href='#widl-PerformanceNavigationTiming-linkNegotiationStart'>protocol</a> information;</li>
<li><a href='#widl-PerformanceNavigationTiming-transferSize'>transfer</a>, <a href='#widl-PerformanceNavigationTiming-encodedBodySize'>encoded body</a> and <a href='#widl-PerformanceNavigationTiming-decodedBodySize'>decoded body</a> size information;</li>
<li>support for <a href="http://microformats.org/wiki/rel-prerender">prerender</a> navigation [[prerender]].</li>
<li>the <a href='#widl-PerformanceNavigationTiming-domLoading'>domLoading</a> attribute is deprecated. <strong>NEW!</strong></li>
</ul>

<p id="unstable"><strong class="redNote">Implementers SHOULD be aware that this document is not
Expand Down Expand Up @@ -458,6 +459,7 @@ <h3>The <code>PerformanceNavigationTiming</code> interface</h3>
<a href="http://www.w3.org/TR/html5/dom.html#current-document-readiness">current
document readiness</a> to
<a href="http://www.w3.org/TR/html5/dom.html#current-document-readiness" title='"loading" document readiness'>"loading"</a> [[!HTML5]].</p>
<p class="warning">The <code>domLoading</code> attribute is <strong>deprecated</strong> and may be removed in future versions of this specification. Due to differences in when a Document object is created in existing user agents, the value returned by the domLoading is implementation specific and should not be used in meaningful metrics.</p>
</dd>

<dt>readonly attribute DOMHighResTimeStamp domInteractive</dt>
Expand Down

1 comment on commit c6905b3

@plehegar
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should close #13

Please sign in to comment.