Skip to content

Commit

Permalink
Remove "Modifications to other specifications"
Browse files Browse the repository at this point in the history
This PR removes the "Modifications to other specifications" section because whatwg/html#3923 has already landed, so the HTML spec change does not need to be described here.
  • Loading branch information
npm1 authored Oct 3, 2018
1 parent e390be8 commit 9506a77
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions painttiming.bs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ urlPrefix: https://www.w3.org/TR/performance-timeline-2/; spec: PERFORMANCE-TIME
text: duration; url: #dom-performanceentry-duration
urlPrefix: https://www.w3.org/TR/hr-time-2/#idl-def-domhighrestimestamp; spec: HR-TIME-2; type: typedef; text: DOMHighResTimeStamp
</pre>

Introduction {#intro}
=====================
Load is not a single moment in time — it's an experience that no one metric can fully capture. There are multiple moments during the load experience that can affect whether a user perceives it as "fast" or "slow".
Expand Down Expand Up @@ -79,16 +79,6 @@ The {{PerformancePaintTiming}} interface {#sec-PerformancePaintTiming}
Processing model {#sec-processing-model}
========================================

Modifications to other specifications {#mod}
--------------------------------------------

### HTML: <a href="https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model">event loop processing model</a> ### {#html-event-loop-processing-model}

During step 7.12 in "update the rendering":

* For each fully active Document in docs, update the rendering or user interface of that Document and its browsing context to reflect the current state, and invoke [[#mark-paint-timing]] while doing so.


Reporting paint timing {#sec-reporting-paint-timing}
--------------------------------------------------------

Expand Down

0 comments on commit 9506a77

Please sign in to comment.