Skip to content

Commit 6a3f1e2

Browse files
committed
Add issue for bidi box model
1 parent 266f060 commit 6a3f1e2

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -899,6 +899,10 @@ <h3 id=bidi-box-model><span class=secno>2.4. </span> Box model for inline
899899

900900
<p>Analogous rules hold for vertical writing modes.
901901

902+
<p class=issue>The box model here <a
903+
href="http://lists.w3.org/Archives/Public/www-style/2011May/0186.html">seems
904+
backwards</a> when the element breaks across lines...
905+
902906
<p class=note>The &lsquo;<code
903907
class=property>box-decoration-break</code>&rsquo; property can override
904908
this behavior to draw box decorations on both sides of each box. <a

css3-writing-modes/Overview.src.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,8 @@ <h3 id="bidi-box-model">
594594
</ul>
595595
<p>Analogous rules hold for vertical writing modes.</p>
596596

597+
<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>
598+
597599
<p class="note">The 'box-decoration-break' property can override this
598600
behavior to draw box decorations on both sides of each box. [[CSS3BG]] </p>
599601

0 commit comments

Comments
 (0)