@@ -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 "> ‘< code
13721372 class =property > box-align</ code > ’</ 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
0 commit comments