Skip to content

Commit fd17aa0

Browse files
authored
Merge pull request #3089 from mrego/fix-typos
[css-contain] Fix typos
2 parents 687d14d + 7bba2bf commit fd17aa0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-contain-1/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ Style Containment</h3>
381381
and vice versa.
382382

383383
Note: “Scoping to an element” is currently unused.
384-
It is defined as an exention point for future specifications to use.
384+
It is defined as an extension point for future specifications to use.
385385

386386
* If <dfn export for=property lt="scoped to a sub-tree | scoped to the sub-tree | scoped to the element's sub-tree | scoped to an element's sub-tree">scoped to a sub-tree</dfn>, it's the same,
387387
except the scoping element itself is counted as "outside" the tree,
@@ -540,7 +540,7 @@ This appendix is <em>informative</em>.
540540
<a href="https://www.w3.org/TR/2018/CR-css-contain-1-20180524/">Candidate Recommendation of 24 May 2018</a></h3>
541541

542542
* Clarify that layout containment causes overflow to be treated as ink overflow only when visible (or clip)
543-
* Layout containment suppresses baseline alignement, but size containment does not
543+
* Layout containment suppresses baseline alignment, but size containment does not
544544
* Layout containment causes the element to establish a new stacking context
545545
* Size containment does not apply to tables
546546
* Clarify that the columns and grid properties affect the size of size-contained elements
@@ -554,7 +554,7 @@ This appendix is <em>informative</em>.
554554
<li>Clarify to which box paint containment clips (<a href="https://github.com/web-platform-tests/wpt/pull/10549/commits/5b92ee3c170e3be239937a3ae069f37655ff6671">see tests</a>).
555555
<li>Move the interaction between containment and the <code>bookmark-*</code> and <code>string-set</code> properties to [[CSS-CONTENT-3]] (additional tests not needed, no change in behavior).
556556
<li>Remove the effects of style containment on the "break-*" properties (<a href="https://github.com/web-platform-tests/wpt/pull/10549/commits/d6a4f606a0501fe6ca526483a7a379ba2e9eaa1c">see tests</a>).
557-
<li>Move the description of the effects of containement on regions from this specification to [[CSS-REGIONS-1]] (additional tests not needed, no change in behavior).
557+
<li>Move the description of the effects of containment on regions from this specification to [[CSS-REGIONS-1]] (additional tests not needed, no change in behavior).
558558
<li>Clarify the effects of style scoping on counter-set and counter-increment (<a href="https://github.com/web-platform-tests/wpt/pull/10549/commits/d7fbc4794403dfeb55f13310d4c1cb51813e2d6e">see tests</a>)
559559
<li>Size layout and paint containment don't apply to internal ruby elements (<a href="https://github.com/web-platform-tests/wpt/pull/10549/commits/ba5a04e3d65f9f39c2d6431a9ece5eb15d22116b">see tests</a>)
560560
<li>Layout, Paint, and size containments do not apply to non-atomic inlines (see <a href="https://github.com/web-platform-tests/wpt/pull/10549/commits/402a19bde8981a402d9dba73083f84d96e4aeeb9">tests here</a> and <a href="https://github.com/web-platform-tests/wpt/pull/10549/commits/69b5681ee7aa5a028eb694b2c93bfd48c1ef08e4">one more test here</a>)

0 commit comments

Comments
 (0)