Skip to content

Commit 1d3156f

Browse files
committed
Copy notes on text orientation customization from my notebook into a comment.
1 parent 55174fd commit 1d3156f

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

css3-writing-modes/Overview.src.html

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1288,6 +1288,24 @@ <h3 id="text-orientation">
12881288
</pre>
12891289
</div>
12901290

1291+
<!-- random notes
1292+
Property to customize text-orientation (and line breaking class) of various
1293+
characters (yes, the name is horrible, we need a better one):
1294+
text-symbolize: latin ||
1295+
greek ||
1296+
cyrillic ||
1297+
letter-symbols || /* letterlike symbols and math letters */
1298+
arrows || /* and math relation operators?? */
1299+
currency || /* Sc */
1300+
rotate-symbols || /* other So */
1301+
1302+
Do symbols NFC-fold to Latin/Greek? If so we might have a problem there.
1303+
1304+
Roman numerals are poorly handled right now. If we make them upright, we
1305+
get the right behavior in most cases. But as soon as you get to 13, you
1306+
have a problem.
1307+
-->
1308+
12911309
<h2 id="abstract-box">
12921310
Abstract Box Terminology</h2>
12931311

@@ -1392,7 +1410,7 @@ <h3 id="logical-directions">
13921410
this means the <i>line-left</i> side. For boxes with a used 'direction'
13931411
value of ''rtl'', this means the <i>line-right</i> side.
13941412
<dt><dfn>end</dfn>
1395-
<dd>The side opposite the <i>start</i>.
1413+
<dd>The side opposite <i>start</i>.
13961414
</dl>
13971415

13981416
<p class="note">Note that while determining the <i>before</i> and

0 commit comments

Comments
 (0)