Skip to content

Commit 3f3d2c6

Browse files
committed
[css-writing-modes] The maximum embedding level is wrong <http://www.w3.org/mid/CEA027B2.49FD%25igor.o@samsung.com>
--HG-- extra : rebase_source : 9dda9bdb97c370114e849c081a08c58d6b2c5143
1 parent ce46821 commit 3f3d2c6

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

css-writing-modes/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ <h3 class="heading settled heading" data-level=2.2 id=unicode-bidi><span class=s
514514
</div>
515515

516516
<p class=note>
517-
Because the Unicode algorithm has a limit of 61 levels of embedding,
517+
Because the Unicode algorithm has a limit of 125 levels of embedding,
518518
care should be taken not to use <a class=property data-link-type=propdesc href=#propdef-unicode-bidi title=unicode-bidi>unicode-bidi</a>
519519
with a value other than <a class=css data-link-type=maybe href=#valuedef-normal title=normal>normal</a> unless appropriate.
520520
In particular, a value of <span class=css data-link-type=maybe title=inherit>inherit</span>
@@ -1901,10 +1901,10 @@ <h4 class="heading settled heading" data-level=7.3.2 id=auto-multicol><span clas
19011901
or the <a data-link-type=dfn href=http://dev.w3.org/csswg/css-sizing-3/#max-content-extent title="max-content extent">max-content extent</a> of the content.
19021902

19031903
<div class=note>
1904-
<div class=sidefigure>
1905-
<img alt="Diagram of automatically triggered multi-column preventing T-shaped documents" src=auto-multicol.svg width=200>
1906-
</div>
1907-
This automatically triggers multi-column flow
1904+
<div class=sidefigure>
1905+
<img alt="Diagram of automatically triggered multi-column preventing T-shaped documents" src=auto-multicol.svg width=200>
1906+
</div>
1907+
This automatically triggers multi-column flow
19081908
so that overflowing content, instead of continuing off the side of the containing block,
19091909
is wrapped into columns in the flow direction of the containing block,
19101910
thus avoiding T-shaped documents.

css-writing-modes/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ <h3 id="unicode-bidi">
432432
</div>
433433

434434
<p class="note">
435-
Because the Unicode algorithm has a limit of 61 levels of embedding,
435+
Because the Unicode algorithm has a limit of 125 levels of embedding,
436436
care should be taken not to use 'unicode-bidi'
437437
with a value other than ''normal'' unless appropriate.
438438
In particular, a value of ''inherit''

css-writing-modes/issues-lc-2013.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Issue 1.
88
Summary: The maximum embedding level is wrong
99
From: igor.o@samsung.com
1010
Comment: http://www.w3.org/mid/CEA027B2.49FD%25igor.o@samsung.com
11-
Open:
11+
Open: Accepted
1212
----
1313
Issue 2.
1414
Summary: The very first "note" in the draft overlays and obscures part of the illustration in the sidebar

0 commit comments

Comments
 (0)