@@ -68,8 +68,6 @@ table.align-details { width: 100%; }
6868<h2 id="intro">
6969Introduction</h2>
7070
71- <em> This section is not normative.</em>
72-
7371 CSS Levels 1 and 2 allowed for the alignment of text via 'text-align'
7472 and the alignment of blocks by balancing ''margin/auto'' margins.
7573 However, except in table cells,
@@ -86,6 +84,8 @@ Introduction</h2>
8684 If implementors or anyone else notices a discrepancy,
8785 please report this to the CSSWG as an error.
8886
87+ <em> This section (above) is not normative.</em>
88+
8989<h3 id="placement">
9090Module interactions</h3>
9191
@@ -236,7 +236,7 @@ Alignment Terminology</h2>
236236 The <a>alignment container</a> is the rectangle that the <a>alignment subject</a> is aligned within.
237237 This is defined by the layout mode,
238238 but is usually the <a>alignment subject</a> ’s containing block,
239- and assumes the writing mode of the box establishing the containing block.
239+ and assumes the [= writing mode=] of the box establishing the containing block.
240240
241241 <dt> <dfn export>fallback alignment</dfn>
242242 <dd>
@@ -2105,7 +2105,7 @@ Determining the Baselines of a Box</h2>
21052105
21062106 For the purposes of finding the baselines of a box,
21072107 it and all its in-flow descendants with a scrolling mechanism (see the 'overflow' property)
2108- must be considered as if scrolled to their origin .
2108+ must be considered as if scrolled to their initial scroll position .
21092109 Furthermore, if, in the case of a <a>scroll container</a> box,
21102110 the resulting position of a first (last) baseline
21112111 is past a box's end (start) border edge,
0 commit comments