- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 01 Mar 2011 02:11:19 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-flexbox In directory hutz:/tmp/cvs-serv16514 Modified Files: Overview.html Overview.src.html Log Message: Update everything to the new model. The older sources are now in Overview.old.src.html and Overview.old.html. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-flexbox/Overview.html,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- Overview.html 27 Jan 2011 22:45:41 -0000 1.16 +++ Overview.html 1 Mar 2011 02:11:17 -0000 1.17 @@ -2,21 +2,31 @@ <html> <head> - <title>Flexible Box Layout Module</title> + <title>Flexible Box measure Module</title> + <link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel=stylesheet + type="text/css"> + <!-- TODO: remove before build --> + <link href="http://dev.w3.org/csswg/default.css" rel=stylesheet> <link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel=stylesheet type="text/css"> [...2489 lines suppressed...] <td>visual <tr valign=baseline> - <td><a class=property href="#propdef-box-pack">box-pack</a> + <td><a class=property href="#flex-pack0">flex-pack</a> <td>start | end | center | justify <td>start - <td>box elements + <td>flexboxes <td>no - <td>no + <td>specified value <td>visual </table> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-flexbox/Overview.src.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- Overview.src.html 31 Jul 2009 23:49:30 -0000 1.13 +++ Overview.src.html 1 Mar 2011 02:11:17 -0000 1.14 @@ -1,973 +1,894 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> -<html><head><title>Flexible Box Layout Module</title> +<html><head><title>Flexible Box measure Module</title> + <link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED"> <!-- TODO: remove before build --> + <link rel=stylesheet href=http://dev.w3.org/csswg/default.css> <link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS]"> <link rel="stylesheet" type="text/css" href="../default.css"> +<style type="text/css"> + p { margin: .5em 0; } + dd > p { text-indent: 0; } + a > b { font-weight: normal; color: #800; } [...1708 lines suppressed...] - A user agent that supports flexible boxes may have a viewport where the size is - computed from the content contained within it. Even if the viewport size is not - known, it may be constrained by other physical constraints, such as the size of the - screen, which may be used as the size of the viewport instead. - - </p><p> - When the size of the viewport is not known, the size of the initial containing block - will not be known beforehand. In this situation, this size will be computed from - the contents within the block. Both the width and height of the initial containing - block are considered to be 0 when computing a value that depends on the size of the - initial containing block. Specifically, this means that a percentage size of - the initial containing block will be calculated as 0. - </p><p> - Once the document has been laid out, the size of the viewport can be determined from - the content, and that size may later be used when the document needs to be reflowed. - --> <hr title="Separator from footer">
Received on Tuesday, 1 March 2011 02:11:20 UTC