Skip to content

Commit 7eef537

Browse files
authored
Remove one "mark paint timing call" in update the rendering
This addresses the concern surfaced in w3c/paint-timing#58 (comment). This call was added to address concerns about visited link issues, but the agreement on that issue is that this edge case is solved by requiring user agents to paint when such a link is present even if such link is styled by color: white (or whichever default background color).
1 parent 916a923 commit 7eef537

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92540,8 +92540,7 @@ dictionary <dfn>PromiseRejectionEventInit</dfn> : <span>EventInit</span> {
9254092540
rendering would have no visible effect and which possess no <code>Document</code> objects with
9254192541
a non-empty <span>map of animation frame callbacks</span>, then remove from <var>docs</var>
9254292542
all <code>Document</code> objects whose <span data-x="concept-document-bc">browsing
92543-
context</span> is in <var>browsingContexts</var>. Invoke the <span>mark paint timing</span>
92544-
algorithm for each <code>Document</code> object removed.</p></li>
92543+
context</span> is in <var>browsingContexts</var>.</p></li>
9254592544

9254692545
<li>
9254792546
<p>If there are <span data-x="browsing context">browsing contexts</span>

0 commit comments

Comments
 (0)