Skip to content

Commit bd098fd

Browse files
committed
[css2] Fixed incorrectly reversed words in 2nd Hebrew/English example.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401431
1 parent 2ca70a7 commit bd098fd

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

css2/visuren.src

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: visuren.src,v 2.43 1998-03-24 13:51:53 bbos Exp $ -->
3+
<!-- $Id: visuren.src,v 2.44 1998-03-27 10:40:55 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Visual rendering model</TITLE>
@@ -1969,12 +1969,20 @@ For instance, suppose that in the middle
19691969
of a paragraph of Hebrew (right-to-left) text, we
19701970
embed an English quotation:</p>
19711971

1972+
<!--
19721973
<pre class="html-example">
19731974
&lt;P lang="he"&gt;WERBEH WERBEH WERBEH WERBEH WERBEH
19741975
WERBEH WERBEH WERBEH WERBEH WERBEH
19751976
WERBEH WERBEH WERBEH &lt;SPAN lang="en"&gt;English
19761977
quote here&lt;/SPAN&gt; WERBEH WERBEH&lt;/&gt;
19771978
</pre>
1979+
Error in PR, fix is below. BB -->
1980+
<pre class="html-example">
1981+
&lt;P lang="he"&gt;HEBREW HEBREW HEBREW HEBREW HEBREW
1982+
HEBREW HEBREW HEBREW HEBREW HEBREW
1983+
HEBREW HEBREW HEBREW &lt;SPAN lang="en"&gt;English
1984+
quote here&lt;/SPAN&gt; HEBREW HEBREW&lt;/&gt;
1985+
</pre>
19781986

19791987
<P>The right-to-left flow of Hebrew
19801988
text stops at the asterisk (*) in the following diagram:</p>

0 commit comments

Comments
 (0)