@@ -51,7 +51,7 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
5151 < dd > < a href ="http://www.w3.org/Style/CSS/Tracker/products/FIXME "> http://www.w3.org/Style/CSS/Tracker/products/FIXME</ a >
5252
5353 < dt > Discussion:</ dt >
54- < dd > < a href ="http://lists.w3.org/Archives/Public/www-style/ "> www-style@w3.org</ a > with subject line “< kbd > [[SHORTNAME]] < var > … message topic …</ var > </ kbd > ”
54+ < dd > < a href ="http://lists.w3.org/Archives/Public/www-style/ "> www-style@w3.org</ a > with subject line “< kbd > [<!----> [SHORTNAME]] < var > … message topic …</ var > </ kbd > ”
5555
5656 < dt > Editors:
5757 < dd class =vcard > < span class =fn > [editor1 name]</ span > ,
@@ -94,17 +94,19 @@ <h2 class="no-num no-toc" id="contents">
9494
9595<!--toc-->
9696
97+
98+
9799< h2 id ="intro ">
98100Introduction</ h2 >
99101
100- < p > < em > This section is not normative.</ em >
102+ < p > < em > This section is not normative.</ em >
101103
102104< div class =sidefigure >
103- < p > < img src ="diagram.png " alt ="Image: four elements move to four
104- slots in a template " longdesc ="diagram.desc ">
105+ < p > < img src ="diagram.png " alt ="Image: four elements move to four slots
106+ in a template " longdesc ="diagram.desc ">
105107
106- < p class =caption > Four regions, called a, b, c and d, each receive a
107- part of a document
108+ < p class =caption > Four regions, called a, b, c and d, each receive a
109+ part of a document
108110</ div >
109111
110112< p class =mtb > The styling of a Web page, a form or a graphical user
@@ -121,12 +123,11 @@ <h2 id="intro">
121123becomes extreme.
122124
123125< p > The properties in this specification work by associating a
124- < em > layout policy </ em > with an element. Rather than letting an element
126+ < em > layout grid </ em > with an element. Rather than letting an element
125127lay out its descendants in their normal order as inline text or as
126128blocks of text (the policies available in CSS level 1), the
127- policy defined in this module, called < em > template-based
128- positioning,</ em > gives an element an invisible grid for aligning
129- descendant elements.
129+ policy defined in this module gives an element an invisible grid for
130+ aligning selected descendant elements.
130131
131132< p > Because layouts on the Web have to adapt to different window and
132133paper sizes, the rows and columns of the grid can be made fixed or
@@ -154,16 +155,15 @@ <h2 id="intro">
154155 on the region it is displayed in.
155156</ ul >
156157
157- < p > Template -based positioning is an alternative to absolute
158- positioning, which, like absolute positioning, is especially useful
159- for aligning elements that don't have simple relationships in the
160- source (parent-child, ancestor-descendant, immediate sibling). But in
158+ < p > Grid -based positioning is an alternative to absolute positioning,
159+ which, like absolute positioning, is especially useful for aligning
160+ elements that don't have simple relationships in the source
161+ (parent-child, ancestor-descendant, immediate sibling). But in
161162contrast to absolute positioning, the elements are not positioned with
162163the help of horizontal and vertical coordinates, but by mapping them
163164into slots in a table-like template. The relative size and alignment
164165of elements is thus governed implicitly by the rows and columns of the
165- template. A template doesn't allow elements to overlap, but it provides
166- layouts that adapt better to different widths.
166+ template.
167167
168168< p class =issue > Call it a “slot” or rather a “region”?
169169
@@ -1397,12 +1397,12 @@ <h2 id=slot-pseudo>The ''::slot()'' pseudo-element</h2>
13971397margins (cf. table cells). < span class =issue > [still true?]</ span >
13981398
13991399
1400- < h2 > Vertical alignment of elements in a slot</ h2 >
1400+ < h2 id = vertical-align > Vertical alignment of elements in a slot</ h2 >
14011401
14021402< p class =issue > Can use the margins of the '::slot()'' pseudo, or
1403- re-use the 'vertical-align' (bottom, top, middle, baseline),
1404- or... [Using 'margin' means there needs to be another property if
1405- baseline alignement is required.]
1403+ re-use the 'vertical-align' property (bottom, top, middle, baseline),
1404+ or a new property ('flex-align'?) [Using 'margin' means there needs to
1405+ be another property if baseline alignment is required.]
14061406
14071407
14081408
0 commit comments