Skip to content

Commit 87a84f8

Browse files
author
Koji Ishii
committed
[css-writing-modes] Drop Appendix Bidi Rules for HTML 4 <https://lists.w3.org/Archives/Public/www-style/2015Jan/0330.html>
1 parent dc62375 commit 87a84f8

File tree

2 files changed

+3340
-1445
lines changed

2 files changed

+3340
-1445
lines changed

css-writing-modes/Overview.bs

+1-27
Original file line numberDiff line numberDiff line change
@@ -2572,33 +2572,7 @@ Characters and Properties</h2>
25722572
properties from the first combining character in the sequence.
25732573
</ul>
25742574

2575-
<h2 id="bidi-html" class=no-num>
2576-
Appendix B: Bidi Rules for HTML 4</h2>
2577-
2578-
<p>The style sheet rules that would achieve the bidi behaviors specified
2579-
in [[HTML401]] for the HTML Strict doctype are given below:
2580-
<pre>
2581-
/* HTML dir attribute creates an embedding */
2582-
* NOTE: HTML5 prescribes isolation in place of embedding
2583-
* (Isolation was not possible at the time HTML4 was written.)
2584-
*/
2585-
[dir="ltr"] { direction: ltr; unicode-bidi: embed; }
2586-
[dir="rtl"] { direction: rtl; unicode-bidi: embed; }
2587-
2588-
/* BDO element creates an override */
2589-
bdo[dir="ltr"] { direction: ltr; unicode-bidi: bidi-override; }
2590-
bdo[dir="rtl"] { direction: rtl; unicode-bidi: bidi-override; }
2591-
2592-
/* HTML4.01:8.2.6 - preserve bidi behavior if 'display' is changed */
2593-
html, body,
2594-
div, address, blockquote, p,
2595-
ul, ol, li, dl, dt, dd,
2596-
fieldset, form,
2597-
h1, h2, h3, h4, h5, h6,
2598-
{ unicode-bidi: isolate; }
2599-
</pre>
2600-
2601-
<h2 class="no-num" id="script-orientations">Appendix C:
2575+
<h2 class="no-num" id="script-orientations">Appendix B:
26022576
Vertical Scripts in Unicode</h2>
26032577
<p><em>This section is informative.</em></p>
26042578

0 commit comments

Comments
 (0)