File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -1496,14 +1496,14 @@ Restrictions and Clarifications {#cv-notes}
1496
1496
happen in the same frame that determined an existence of a new
1497
1497
''content-visibility: auto'' element.
1498
1498
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>
1507
1507
1508
1508
5. For the purposes of scrolling operations,
1509
1509
such as {{Element/scrollIntoView()}} ,
You can’t perform that action at this time.
0 commit comments