-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PerformanceTiming#dom* attributes are poorly defined #35
Comments
First, domLoading is deprecated: https://lists.w3.org/Archives/Public/public-web-perf/2015May/0030.html That said, looking at another metric, like domComplete:
It sounds like the point of confusion is "document"? What are the exceptions here? Need more feedback. |
Right, as I said, you're not defining which document you're talking about. |
In the case of Navigation Timing, the "current document" is the one represented by "the Window object's newest Document object." |
See #36 |
Resolved via #36, closing. |
Source: https://lists.w3.org/Archives/Public/public-web-perf/2015Aug/0013.html
The text was updated successfully, but these errors were encountered: