- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 19 Jan 2012 00:36:49 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-flexbox
In directory hutz:/tmp/cvs-serv3202
Modified Files:
Overview.html Overview.src.html
Log Message:
Remove issue about finding a shorter way to express the -reverse keywords; it doesn't bother me enough to worry about it.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- Overview.html 19 Jan 2012 00:12:00 -0000 1.96
+++ Overview.html 19 Jan 2012 00:36:47 -0000 1.97
@@ -836,9 +836,6 @@
flex-flow: column wrap-reverse; } /* New lines wrap upwards. */</pre>
</div>
- <p class=issue>Is there a good, shorter way to refer to the reversed
- directions than the 8-character "-reverse" suffix?
-
<h3 id=flex-order><span class=secno>3.2. </span> Display Order: the
‘<a href="#flex-order0"><code
class=property>flex-order</code></a>’ property</h3>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.src.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- Overview.src.html 19 Jan 2012 00:12:00 -0000 1.96
+++ Overview.src.html 19 Jan 2012 00:36:47 -0000 1.97
@@ -352,8 +352,6 @@
flex-flow: column wrap-reverse; } /* New lines wrap upwards. */</pre>
</div>
- <p class='issue'>Is there a good, shorter way to refer to the reversed directions than the 8-character "-reverse" suffix?</p>
-
<h3 id='flex-order'>
Display Order: the 'flex-order' property</h3>
Received on Thursday, 19 January 2012 00:36:51 UTC