csswg/css3-writing-modes Overview.html,1.110,1.111 Overview.src.html,1.115,1.116

Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv8899

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Add issue for bidi box model

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- Overview.html	10 May 2011 21:15:12 -0000	1.110
+++ Overview.html	10 May 2011 22:01:40 -0000	1.111
@@ -899,6 +899,10 @@
 
   <p>Analogous rules hold for vertical writing modes.
 
+  <p class=issue>The box model here <a
+   href="http://lists.w3.org/Archives/Public/www-style/2011May/0186.html">seems
+   backwards</a> when the element breaks across lines...
+
   <p class=note>The &lsquo;<code
    class=property>box-decoration-break</code>&rsquo; property can override
    this behavior to draw box decorations on both sides of each box. <a

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -d -r1.115 -r1.116
--- Overview.src.html	10 May 2011 21:15:12 -0000	1.115
+++ Overview.src.html	10 May 2011 22:01:40 -0000	1.116
@@ -594,6 +594,8 @@
     </ul>
     <p>Analogous rules hold for vertical writing modes.</p>
 
+  <p class="issue">The box model here <a href='http://lists.w3.org/Archives/Public/www-style/2011May/0186.html'>seems backwards</a> when the element breaks across lines...</p>
+
   <p class="note">The 'box-decoration-break' property can override this
     behavior to draw box decorations on both sides of each box. [[CSS3BG]] </p>
 

Received on Tuesday, 10 May 2011 22:01:44 UTC