Skip to content

Commit 99be9bb

Browse files
committed
[css-layout-api] Spell check.
1 parent 4ae0437 commit 99be9bb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

css-layout-api/Overview.bs

+5-5
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Note: In a future level of the specification there may be a way to query the <a>
182182
of ranges inside a {{InlineLayoutChild}}.
183183

184184
A {{BoxLayoutChild}} represents a single <a>box</a>. It does have an associated computed style which
185-
can be asscessed by {{BoxLayoutChild/styleMap}}. The {{BoxLayoutChild/styleMap}} will only contain
185+
can be accessed by {{BoxLayoutChild/styleMap}}. The {{BoxLayoutChild/styleMap}} will only contain
186186
properties which are listed in the <a>child input properties</a> array.
187187

188188
A {{BoxLayoutChild}} could be generated by:
@@ -264,7 +264,7 @@ The author inside the current layout can position a resulting {{Fragment}} by se
264264
default to zero.
265265

266266
<div class="example">
267-
The layout algorithm performs a block-like layout (positioning fragments sequentically in the block
267+
The layout algorithm performs a block-like layout (positioning fragments sequentially in the block
268268
direction), while centering its children in the inline direction.
269269

270270
<pre class="lang-javascript">
@@ -733,7 +733,7 @@ Layout Invalidation {#layout-invalidation}
733733
------------------------------------------
734734

735735
A <a>document</a> has an associated <dfn>layout name to input properties map</dfn> and a <dfn>layout
736-
name to child input properties map</dfn>. Initialy these maps are empty and are populated when
736+
name to child input properties map</dfn>. Initially these maps are empty and are populated when
737737
{{registerLayout(name, layoutCtor)}} is called.
738738

739739
Each <a>box</a> has an associated <dfn>layout valid flag</dfn>. It may be either
@@ -768,8 +768,8 @@ When a child non-<a>atomic inline</a> represented by a {{InlineLayoutChild}} is
768768
from the <a>box tree</a> or has its layout invalidated (from a computed style change, or if its text
769769
has changed). Set the <a>layout valid flag</a> on the current <a>box</a> to <a>layout-invalid</a>.
770770

771-
Note: This only describes layout invalidatation as it relates to the CSS Layout API. All
772-
<a>boxes</a> conceptually have a <a>layout valid flag</a> and these changes are propogated
771+
Note: This only describes layout invalidation as it relates to the CSS Layout API. All
772+
<a>boxes</a> conceptually have a <a>layout valid flag</a> and these changes are propagated
773773
through the <a>box tree</a>.
774774

775775
Layout Worklet {#layout-worklet}

0 commit comments

Comments
 (0)