Skip to content

Commit 31a47f3

Browse files
committed
Spell check.
1 parent 5ee6d22 commit 31a47f3

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 10 June 2009</h2>
6666

6767
<h2 class="no-num no-toc" id=abstract><a name=abstract>Abstract</a></h2>
6868

69-
<p>The draft describes a CSS box model optimised for interface design. It
69+
<p>The draft describes a CSS box model optimized for interface design. It
7070
provides an additional layout system alongside the ones already in CSS. <a
7171
href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> In this new box
7272
model, the children of a box are laid out either horizontally or
@@ -644,7 +644,7 @@ <h2 id=alignment><span class=secno>4 </span>Alignment</h2>
644644
child.
645645

646646
<p>The following values are valid for the box-align property, but see the
647-
text afterwards for more specifics as to how children are positioned.
647+
text afterward for more specifics as to how children are positioned.
648648

649649
<dl>
650650
<dt>start
@@ -1218,9 +1218,9 @@ <h2 id=multiple><span class=secno>7 </span>Multiple Lines</h2>
12181218
below the earlier lines in normal direction boxes and above in reverse
12191219
direction boxes. The height of a line is the height of the largest child
12201220
in that line. No additional space appears between the lines apart from the
1221-
margins on the largest elements in each line. For calclating the height of
1222-
a line, margins with a computed value of auto should be treated as having
1223-
a value of 0.
1221+
margins on the largest elements in each line. For calculating the height
1222+
of a line, margins with a computed value of auto should be treated as
1223+
having a value of 0.
12241224

12251225
<p>A similar process occurs for children in a vertical box. Later lines in
12261226
normal direction boxes are placed to the right of earlier lines and to the
@@ -1302,7 +1302,7 @@ <h3 id=multiple><span class=secno>7.1 </span>Multiple Lines and alignment</h3>
13021302
in multiple line boxes, as with single line boxes. If box-align is start,
13031303
the first line is placed along the top or left edge of the box (or the
13041304
bottom or right edge for reverse direction boxes), and additional lines
1305-
are placed afterwards with no extra spacing between them. Each element
1305+
are placed afterward with no extra spacing between them. Each element
13061306
within a line is placed with that same edge aligned. For instance, in a
13071307
normal direction, vertical box, the top edges of each element are aligned
13081308
with the top edge of the line it is within. If box-align is end, the first
@@ -1370,7 +1370,7 @@ <h2 id=inlinesAndBlocks><span class=secno>8 </span>Relationship to Inlines
13701370
manner as specified in the CSS specification. The used height may further
13711371
be adjusted by the container's <a href="#propdef-box-align">&lsquo;<code
13721372
class=property>box-align</code>&rsquo;</a> property in a horizontally
1373-
oriented box, or the flexibiliy in a vertically oriented box.
1373+
oriented box, or the flexibility in a vertically oriented box.
13741374

13751375
<p> Note that it is possible for a horizontally oriented box that the
13761376
height of a flexible child containing an inline descendant will change

css3-flexbox/Overview.src.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h2 class="no-num no-toc" id="w3c-working">[LONGSTATUS], [DATE]</h2>
3030

3131
<h2 class="no-num no-toc" id="abstract"><a name="abstract">Abstract</a></h2>
3232

33-
<p>The draft describes a CSS box model optimised for interface design.
33+
<p>The draft describes a CSS box model optimized for interface design.
3434
It provides an additional layout system alongside the ones already in
3535
CSS. [[!CSS21]] In this new box model, the children of a box are
3636
laid out either horizontally or vertically, and unused space can be
@@ -444,7 +444,7 @@ <h2 id="boxsizing">Box sizing</h2>
444444
first child and 50 pixels of space for the second child.
445445

446446
</p><p>The following values are valid for the box-align property, but see the
447-
text afterwards for more specifics as to how children are positioned.
447+
text afterward for more specifics as to how children are positioned.
448448

449449
<dl>
450450
<dt>start
@@ -901,7 +901,7 @@ <h2 id="packing">Packing along the box axis</h2>
901901
earlier lines in normal direction boxes and above in reverse direction boxes.
902902
The height of a line is the height of the largest child in that line. No
903903
additional space appears between the lines apart from the margins on the
904-
largest elements in each line. For calclating the height of a line, margins
904+
largest elements in each line. For calculating the height of a line, margins
905905
with a computed value of auto should be treated as having a value of 0.
906906

907907
</p><p>A similar process occurs for children in a vertical box. Later lines in
@@ -996,7 +996,7 @@ <h3 id="multiple">Multiple Lines and alignment</h3>
996996
multiple line boxes, as with single line boxes. If box-align is start, the
997997
first line is placed along the top or left edge of the box (or the bottom
998998
or right edge for reverse direction boxes), and additional lines are placed
999-
afterwards with no extra spacing between them. Each element within a line is
999+
afterward with no extra spacing between them. Each element within a line is
10001000
placed with that same edge aligned. For instance, in a normal direction,
10011001
vertical box, the top edges of each element are aligned with the top edge of
10021002
the line it is within. If box-align is end, the first line is placed along the
@@ -1055,7 +1055,7 @@ <h2 id="inlinesAndBlocks">Relationship to Inlines and blocks</h2>
10551055
The height of a child of a flexible box is determined in the same manner as specified
10561056
in the CSS specification. The used height may further be adjusted by the container's
10571057
<a href="#propdef-box-align">'box-align'</a></span> property in a horizontally
1058-
oriented box, or the flexibiliy in a vertically oriented box.
1058+
oriented box, or the flexibility in a vertically oriented box.
10591059
</p><p>
10601060

10611061
Note that it is possible for a horizontally oriented box that the height of a

0 commit comments

Comments
 (0)