Update Changes list and DoC.

Fri, 14 Sep 2012 15:35:59 -0700

author
fantasai <fantasai.cvs@inkedblade.net>
date
Fri, 14 Sep 2012 15:35:59 -0700
changeset 6709
5f46be322578
parent 6708
d238b1e9c4ac
child 6710
3dfb1ad972ef

Update Changes list and DoC.

css3-flexbox/Overview.html file | annotate | diff | comparison | revisions
css3-flexbox/Overview.src.html file | annotate | diff | comparison | revisions
css3-flexbox/issues-lc-2012.html file | annotate | diff | comparison | revisions
css3-flexbox/issues-lc-2012.txt file | annotate | diff | comparison | revisions
     1.1 --- a/css3-flexbox/Overview.html	Thu Sep 13 13:30:16 2012 -0700
     1.2 +++ b/css3-flexbox/Overview.html	Fri Sep 14 15:35:59 2012 -0700
     1.3 @@ -8,10 +8,10 @@
     1.4    <link href="http://purl.org/dc/terms/" rel=schema.DC>
     1.5    <meta content="CSS Flexible Box Layout Module" name=DC.title>
     1.6    <meta content=text name=DC.type>
     1.7 -  <meta content=2012-09-05 name=DC.issued>
     1.8 +  <meta content=2012-09-14 name=DC.issued>
     1.9    <meta content="http://dev.w3.org/csswg/css3-flexbox/" name=DC.creator>
    1.10    <meta content=W3C name=DC.publisher>
    1.11 -  <meta content="http://www.w3.org/TR/2012/ED-css3-flexbox-20120905/"
    1.12 +  <meta content="http://www.w3.org/TR/2012/ED-css3-flexbox-20120914/"
    1.13     name=DC.identifier>
    1.14    <link href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
    1.15     rel=DC.rights>
    1.16 @@ -216,11 +216,11 @@
    1.17  
    1.18     <h1 id=head-box-flexible>CSS Flexible Box Layout Module</h1>
    1.19  
    1.20 -   <h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 5 September 2012</h2>
    1.21 +   <h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 14 September 2012</h2>
    1.22  
    1.23     <dl>
    1.24      <dt>This version:
    1.25 -     <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20120905/">http://www.w3.org/TR/2012/WD-css3-flexbox-20120905/</a>-->
    1.26 +     <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20120914/">http://www.w3.org/TR/2012/WD-css3-flexbox-20120914/</a>-->
    1.27  
    1.28      <dd><a
    1.29       href="http://dev.w3.org/csswg/css3-flexbox/">http://dev.w3.org/csswg/css3-flexbox/</a>
    1.30 @@ -3951,10 +3951,10 @@
    1.31     <dt id=CSS3VAL>[CSS3VAL]
    1.32  
    1.33     <dd>Håkon Wium Lie; Tab Atkins; Elika J. Etemad. <a
    1.34 -    href="http://www.w3.org/TR/2012/WD-css3-values-20120308/"><cite>CSS
    1.35 -    Values and Units Module Level 3.</cite></a> 8 March 2012. W3C Working
    1.36 -    Draft. (Work in progress.) URL: <a
    1.37 -    href="http://www.w3.org/TR/2012/WD-css3-values-20120308/">http://www.w3.org/TR/2012/WD-css3-values-20120308/</a>
    1.38 +    href="http://www.w3.org/TR/2012/CR-css3-values-20120828/"><cite>CSS
    1.39 +    Values and Units Module Level 3.</cite></a> 28 August 2012. W3C Candidate
    1.40 +    Recommendation. (Work in progress.) URL: <a
    1.41 +    href="http://www.w3.org/TR/2012/CR-css3-values-20120828/">http://www.w3.org/TR/2012/CR-css3-values-20120828/</a>
    1.42     </dd>
    1.43     <!---->
    1.44  
    1.45 @@ -3999,11 +3999,16 @@
    1.46     <li>Corrected errors in the <a href="#layout-algorithm">flex layout
    1.47      algorithm</a>.
    1.48  
    1.49 +   <li>Defined <a href="#flex-baselines">baselines in flex layout</a>.
    1.50 +
    1.51 +   <li>Various clarifications to the <a href="#flex-containers">flex
    1.52 +    containers</a> and <a href="#flex-items">flex items</a> chapters.
    1.53 +
    1.54 +   <li>Clarified parsing of the ‘<a href="#flex"><code
    1.55 +    class=property>flex</code></a>’ shorthand and unitless zeroes.
    1.56 +
    1.57     <li>Added or rewrote many examples to make them more realistic and more
    1.58      interesting.
    1.59 -
    1.60 -   <li>Various clarifications to the <a href="#flex-containers">flex
    1.61 -    containers</a> and <a href="#flex-items">flex items</a> chapters.
    1.62    </ul>
    1.63  
    1.64    <p>A <a
     2.1 --- a/css3-flexbox/Overview.src.html	Thu Sep 13 13:30:16 2012 -0700
     2.2 +++ b/css3-flexbox/Overview.src.html	Fri Sep 14 15:35:59 2012 -0700
     2.3 @@ -3281,10 +3281,12 @@
     2.4  		<li>Defined which properties apply to the table wrapper box vs. the table box of a table element.
     2.5  		<li>Defined interaction of 'order' and <a href="http://www.w3.org/TR/css3-speech/">speech</a>, <a href="http://www.w3.org/TR/css3-ui/#nav-index">'nav-index'</a>.
     2.6  		<li>Corrected errors in the <a href="#layout-algorithm">flex layout algorithm</a>.
     2.7 -		<li>Added or rewrote many examples to make them more realistic and more interesting.
     2.8 +		<li>Defined <a href="#flex-baselines">baselines in flex layout</a>.
     2.9  		<li>Various clarifications to the
    2.10  			<a href="#flex-containers">flex containers</a> and
    2.11  			<a href="#flex-items">flex items</a> chapters.
    2.12 +		<li>Clarified parsing of the 'flex' shorthand and unitless zeroes.
    2.13 +		<li>Added or rewrote many examples to make them more realistic and more interesting.
    2.14  	</ul>
    2.15  
    2.16  	<p>A <a href="http://dev.w3.org/csswg/css3-flexbox/issues-lc-2012">Disposition of Last Call Comments</a> is available.
     3.1 --- a/css3-flexbox/issues-lc-2012.html	Thu Sep 13 13:30:16 2012 -0700
     3.2 +++ b/css3-flexbox/issues-lc-2012.html	Fri Sep 14 15:35:59 2012 -0700
     3.3 @@ -228,3 +228,36 @@
     3.4  Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jul/0607.html">http://lists.w3.org/Archives/Public/www-style/2012Jul/0607.html</a>
     3.5  Closed:   Accepted
     3.6  </pre>
     3.7 +<pre class="a" id="issue-23">
     3.8 +Issue 23.
     3.9 +Summary:  Accessibility comments on Flexbox
    3.10 +From:     PFWG
    3.11 +Comment:  https://lists.w3.org/Archives/Member/chairs/2012JulSep/0049.html
    3.12 +Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Aug/0281.html">http://lists.w3.org/Archives/Public/www-style/2012Aug/0281.html</a>
    3.13 +Closed:   Accepted
    3.14 +</pre>
    3.15 +<pre class="a" id="issue-24">
    3.16 +Issue 24.
    3.17 +Summary:  Baseline alignment of inline-flex with overflow
    3.18 +From:     Morten Stenshorne
    3.19 +Comment:  <a href="http://lists.w3.org/Archives/Public/www-style/2012Aug/0403.html">http://lists.w3.org/Archives/Public/www-style/2012Aug/0403.html</a>
    3.20 +Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Sep/0069.html">http://lists.w3.org/Archives/Public/www-style/2012Sep/0069.html</a>
    3.21 +Closed:   Accepted
    3.22 +Verified: <a href="http://lists.w3.org/Archives/Public/www-style/2012Sep/0096.html">http://lists.w3.org/Archives/Public/www-style/2012Sep/0096.html</a>
    3.23 +</pre>
    3.24 +<pre class="a" id="issue-25">
    3.25 +Issue 25.
    3.26 +Summary:  Awkward flex ratio terminology
    3.27 +From:     L. David Baron
    3.28 +Comment:  <a href="http://lists.w3.org/Archives/Public/www-style/2012Aug/0356.html">http://lists.w3.org/Archives/Public/www-style/2012Aug/0356.html</a>
    3.29 +Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Sep/0116.html">http://lists.w3.org/Archives/Public/www-style/2012Sep/0116.html</a>
    3.30 +Closed:   Accepted
    3.31 +</pre>
    3.32 +<pre class="open" id="issue-26">
    3.33 +Issue 26.
    3.34 +Summary:  Clarify parsing of unitless zero in 'flex' shorthand
    3.35 +From:     呂康豪 (Kang-Hao Lu)
    3.36 +Comment:  <a href="http://lists.w3.org/Archives/Public/www-style/2012Sep/0216.html">http://lists.w3.org/Archives/Public/www-style/2012Sep/0216.html</a>
    3.37 +Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Sep/0300.html">http://lists.w3.org/Archives/Public/www-style/2012Sep/0300.html</a>
    3.38 +Open
    3.39 +</pre>
     4.1 --- a/css3-flexbox/issues-lc-2012.txt	Thu Sep 13 13:30:16 2012 -0700
     4.2 +++ b/css3-flexbox/issues-lc-2012.txt	Fri Sep 14 15:35:59 2012 -0700
     4.3 @@ -170,3 +170,32 @@
     4.4  Response: http://lists.w3.org/Archives/Public/www-style/2012Jul/0607.html
     4.5  Closed:   Accepted
     4.6  ----
     4.7 +Issue 23.
     4.8 +Summary:  Accessibility comments on Flexbox
     4.9 +From:     PFWG
    4.10 +Comment:  https://lists.w3.org/Archives/Member/chairs/2012JulSep/0049.html
    4.11 +Response: http://lists.w3.org/Archives/Public/www-style/2012Aug/0281.html
    4.12 +Closed:   Accepted
    4.13 +----
    4.14 +Issue 24.
    4.15 +Summary:  Baseline alignment of inline-flex with overflow
    4.16 +From:     Morten Stenshorne
    4.17 +Comment:  http://lists.w3.org/Archives/Public/www-style/2012Aug/0403.html
    4.18 +Response: http://lists.w3.org/Archives/Public/www-style/2012Sep/0069.html
    4.19 +Closed:   Accepted
    4.20 +Verified: http://lists.w3.org/Archives/Public/www-style/2012Sep/0096.html
    4.21 +----
    4.22 +Issue 25.
    4.23 +Summary:  Awkward flex ratio terminology
    4.24 +From:     L. David Baron
    4.25 +Comment:  http://lists.w3.org/Archives/Public/www-style/2012Aug/0356.html
    4.26 +Response: http://lists.w3.org/Archives/Public/www-style/2012Sep/0116.html
    4.27 +Closed:   Accepted
    4.28 +----
    4.29 +Issue 26.
    4.30 +Summary:  Clarify parsing of unitless zero in 'flex' shorthand
    4.31 +From:     呂康豪 (Kang-Hao Lu)
    4.32 +Comment:  http://lists.w3.org/Archives/Public/www-style/2012Sep/0216.html
    4.33 +Response: http://lists.w3.org/Archives/Public/www-style/2012Sep/0300.html
    4.34 +Open
    4.35 +----

mercurial