File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1394,7 +1394,7 @@ Using ''content-visibility: hidden''</h3>
13941394 using something like ''position: absolute; left: -100000px;'' ,
13951395 then calling an API like {{Element/getBoundingClientRect()}} .
13961396
1397- Unfortunately, even tho the page never intends to display this content,
1397+ Unfortunately, even though the page never intends to display this content,
13981398 the user agent will still have to do full styling, layout, and rendering for the content,
13991399 <em> just in case</em> it affects what's shown on screen.
14001400 The author also can't,
@@ -1691,7 +1691,7 @@ Restrictions and Clarifications {#cv-notes}
16911691
16921692 Note: This is similar to an element switching from ''display:none''
16931693 to a non-''display/none'' value--
1694- even tho the styles are <em> technically</em> changing in that case
1694+ even though the styles are <em> technically</em> changing in that case
16951695 (from their initial values
16961696 to their "proper" values from the cascade),
16971697 no transitions are started.
You can’t perform that action at this time.
0 commit comments