- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 14 Feb 2012 13:43:23 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-layout In directory hutz:/tmp/cvs-serv31785 Modified Files: new.html new.src.html Log Message: Indentation, wrapping, etc. Index: new.src.html =================================================================== RCS file: /sources/public/csswg/css3-layout/new.src.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- new.src.html 14 Feb 2012 12:37:05 -0000 1.6 +++ new.src.html 14 Feb 2012 13:43:21 -0000 1.7 @@ -99,378 +99,389 @@ <h2 id="intro"> Introduction</h2> -<p><em>This section is not normative.</em> - -<p class="issue">Merge introductory text, which right now is simply -concatenated between Grid and Template.</p> - -<div class=sidefigure> -<p><img src="diagram.png" alt="Image: four elements move to four slots -in a template" longdesc="diagram.desc"> [...1785 lines suppressed...] + border, including when the width is too small. + + <p class=note>Note that slots can have borders and padding, but no + margins (cf. table cells). <span class=issue>[still true?]</span> -<h2 id=vertical-align>Vertical alignment of elements in a slot</h2> +<h2 id=vertical-align> +Alignment of elements in a slot</h2> -<p class=issue>Can use the margins of the '::slot()'' pseudo, or -re-use the 'vertical-align' property (bottom, top, middle, baseline), -or a new property ('flex-align'?) [Using 'margin' means there needs to -be another property if baseline alignment is required.] + <p class=issue>Can use the margins of the '::slot()'' pseudo, or + re-use the 'vertical-align' property (bottom, top, middle, baseline), + or a new property ('flex-align'?) [Using 'margin' means there needs to + be another property if baseline alignment is required.] Index: new.html =================================================================== RCS file: /sources/public/csswg/css3-layout/new.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- new.html 14 Feb 2012 12:37:05 -0000 1.4 +++ new.html 14 Feb 2012 13:43:21 -0000 1.5 @@ -166,10 +166,10 @@ <ul class=toc> <li><a href="#intro"><span class=secno>1. </span> Introduction</a> <ul class=toc> - <li><a href="#grid-rows-and-columns"><span class=secno>1.1. </span>Grid - Rows and Columns</a> + <li><a href="#grid-intro"><span class=secno>1.1. </span> Grid Rows and + Columns</a> - <li><a href="#accessibility"><span class=secno>1.2. </span>About the + <li><a href="#accessibility"><span class=secno>1.2. </span> About the Accessibility of Content Reordering</a> [...1088 lines suppressed...] @@ -2153,6 +2149,9 @@ href="#value-def-display-inline-grid" title="''inline-grid''"><strong>3.</strong></a> + <li><minmax>, <a href="#ltminmaxgt" + title="<minmax>"><strong>3.2.</strong></a> + <li>position, <a href="#position" title=position><strong>4.</strong></a> <li>renderer, <a href="#renderer" title=renderer><strong>7.2.</strong></a> @@ -2168,8 +2167,7 @@ title="style sheet, as conformance class"><strong>7.2.</strong></a> </ul> - <li><a href="#lttrack-sizegt"><var><track-size></var></a>, <a - href="#lttrack-sizegt" + <li><track-size>, <a href="#lttrack-sizegt" title="<track-size>"><strong>3.2.</strong></a> </ul> <!--end-index-->
Received on Tuesday, 14 February 2012 13:43:28 UTC