csswg/css3-flexbox Overview.html,1.96,1.97 Overview.src.html,1.96,1.97

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
    &lsquo;<a href="#flex-order0"><code
    class=property>flex-order</code></a>&rsquo; 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