File tree 1 file changed +2
-2
lines changed
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>
1394
1394
using something like ''position: absolute; left: -100000px;'' ,
1395
1395
then calling an API like {{Element/getBoundingClientRect()}} .
1396
1396
1397
- Unfortunately, even tho the page never intends to display this content,
1397
+ Unfortunately, even though the page never intends to display this content,
1398
1398
the user agent will still have to do full styling, layout, and rendering for the content,
1399
1399
<em> just in case</em> it affects what's shown on screen.
1400
1400
The author also can't,
@@ -1691,7 +1691,7 @@ Restrictions and Clarifications {#cv-notes}
1691
1691
1692
1692
Note: This is similar to an element switching from ''display:none''
1693
1693
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
1695
1695
(from their initial values
1696
1696
to their "proper" values from the cascade),
1697
1697
no transitions are started.
You can’t perform that action at this time.
0 commit comments