Skip to content

Commit f8d920e

Browse files
authored
[css-contain-2] Fix two mispellings of "though"
This fixes two small typos and doesn't introduce any semantic changes.
1 parent ac9a111 commit f8d920e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-contain-2/Overview.bs

+2-2
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)