Skip to content

Commit 7e2db57

Browse files
authored
Specify that highlight repaints must be async (#6987)
1 parent 4f69b43 commit 7e2db57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-highlight-api-1/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,8 @@ Repaints</h3>
520520
or to the [=boundary points=] of {{Range}}s
521521
of a [=registered=] [=custom highlight=].
522522

523-
Issue(4596): How should we specify the timing (and synchronicity) of this reevaluation?
523+
This repaint is asynchronous, and the APIs mentioned above must not block while waiting for the
524+
repaint to happen.
524525

525526
<h3 id=range-invalidation>
526527
Range Updating and Invalidation</h3>

0 commit comments

Comments
 (0)