- From: Alex Mogilevsky via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 07 Mar 2011 19:59:43 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-grid-align
In directory hutz:/tmp/cvs-serv19673
Modified Files:
Overview.html
Log Message:
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-grid-align/Overview.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Overview.html 7 Mar 2011 01:23:45 -0000 1.4
+++ Overview.html 7 Mar 2011 19:59:41 -0000 1.5
@@ -41,9 +41,9 @@
<div class="introductory section" id="abstract"><h2>Abstract</h2>
<p>
CSS Grid Alignment Level 3 contains features targeted at web application authors.
- While the Grid can be used to achieve many different layouts, it excels at dividing
- up space for major regions of an application or defining the relationship in terms of
- size, position and layer between parts of a control built from HTML primitives.
+ The Grid can be used to achieve many different layouts. It excels at dividing
+ up space for major regions of an application, or defining the relationship in terms of
+ size, position, and layer between parts of a control built from HTML primitives.
</p>
<p>
[...1311 lines suppressed...]
+ </dl>
+ <!--End Section: Normative References-->
+ </div>
+
+ <div class="section" id="informative-references">
+ <h3><span class="secno">B.2 </span>Informative References</h3>
+ <dl class="bibliography">
+ <dt id="bib-CSS3COL">[CSS3COL]</dt><dd>Håkon Wium Lie. <a href="http://www.w3.org/TR/2007/WD-css3-multicol-20070606"><cite>CSS3 module: Multi-column layout.</cite></a> 6 June 2007. W3C Working Draft. (Work in progress.) URL: <a href="http://www.w3.org/TR/2007/WD-css3-multicol-20070606">http://www.w3.org/TR/2007/WD-css3-multicol-20070606</a></dd>
+ <dt id="bib-CSS3GCPM">[CSS3GCPM]</dt><dd>Håkon Wium Lie. <a href="http://www.w3.org/TR/2007/WD-css3-gcpm-20070504"><cite>CSS3 module: Generated Content for Paged Media.</cite></a> 4 May 2007. W3C Working Draft. (Work in progress.) URL: <a href="http://www.w3.org/TR/2007/WD-css3-gcpm-20070504">http://www.w3.org/TR/2007/WD-css3-gcpm-20070504</a></dd>
+ <dt id="bib-CSS3LAYOUT">[CSS3LAYOUT]</dt><dd>Bert Bos. <a href="http://www.w3.org/TR/2007/WD-css3-layout-20070809"><cite>CSS Advanced Layout Module.</cite></a> 9 August 2007. W3C Working Draft. (Work in progress.) URL: <a href="http://www.w3.org/TR/2007/WD-css3-layout-20070809">http://www.w3.org/TR/2007/WD-css3-layout-20070809</a></dd>
+ <dt id="bib-FLEXBOX">[FLEXBOX]</dt><dd>L. David Baron. <a href="http://www.w3.org/TR/css3-flexbox/"><cite>Flexible Box Layout Module.</cite></a> 23 July 2009. W3C Working Draft. (Work in progress.) URL: <a href="http://www.w3.org/TR/css3-flexbox/">http://www.w3.org/TR/css3-flexbox/</a></dd>
+ </dl>
+ <!--End Section: Informative References-->
+ </div>
+
+ <!--End Section: References-->
+ </div>
+</body>
+</html>
\ No newline at end of file
Received on Monday, 7 March 2011 19:59:45 UTC