Skip to content

Commit 1ced684

Browse files
committed
[css-contain-2][editorial] fix markup
1 parent bb11354 commit 1ced684

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

css-contain-2/Overview.bs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1496,14 +1496,14 @@ Restrictions and Clarifications {#cv-notes}
14961496
happen in the same frame that determined an existence of a new
14971497
''content-visibility: auto'' element.
14981498

1499-
<div class=note>
1500-
When an element first gains ''content-visibility: auto'', it may or may not
1501-
be positioned on screen. The determination of this state and thus
1502-
determination of whether this element is [=skipped=] must happen in the
1503-
same frame. If it does not, then there is a possibility of producing blank
1504-
content in the element's place since visibility check and [=skipped=] state
1505-
update would be deferred to the next frame.
1506-
</div>
1499+
<div class=note>
1500+
When an element first gains ''content-visibility: auto'', it may or may not
1501+
be positioned on screen. The determination of this state and thus
1502+
determination of whether this element is [=skipped=] must happen in the
1503+
same frame. If it does not, then there is a possibility of producing blank
1504+
content in the element's place since visibility check and [=skipped=] state
1505+
update would be deferred to the next frame.
1506+
</div>
15071507

15081508
5. For the purposes of scrolling operations,
15091509
such as {{Element/scrollIntoView()}},

0 commit comments

Comments
 (0)