Skip to content

Commit 00cf2d6

Browse files
committed
[css-writing-modes] Fix typo in bidi example 1: <i1> should be </i1>
1 parent 66da9a4 commit 00cf2d6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css-writing-modes/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ Embeddings and Overrides: the 'unicode-bidi' property</h3>
453453
the bidi ordering is identical between
454454
<pre>&lt;para>...&lt;i1>&lt;i2>...&lt;BR/>...&lt;/i2>&lt;/i1>...&lt;/para></pre>
455455
<p>and
456-
<pre>&lt;para>...&lt;i1>&lt;i2>...&lt;/i2>&lt;i1>&lt;BR/>&lt;i1>&lt;i2>...&lt;/i2>&lt;/i1>...&lt;/para></pre>
456+
<pre>&lt;para>...&lt;i1>&lt;i2>...&lt;/i2>&lt;/i1>&lt;BR/>&lt;i1>&lt;i2>...&lt;/i2>&lt;/i1>...&lt;/para></pre>
457457
<p>for all values of 'unicode-bidi' on inline elements &lt;i1&gt; and &lt;i2&gt;.
458458
</div>
459459

@@ -534,7 +534,7 @@ english17 <i title=''>20WERBEH english19 18WERBEH</i>
534534
<p>The <code>&lt;emphasis></code> element is inline-level,
535535
and since its value for 'unicode-bidi' is ''normal'' (the initial value),
536536
it has no effect on the ordering of the text.
537-
537+
538538
<p>The <code>&lt;quote></code> element, on the other hand,
539539
creates an <i>isolated sequence</i> with the given internal directionality.
540540
Note that this causes <samp>HEBREW18</samp> to be to the right of <samp>english19</samp>.
@@ -563,7 +563,7 @@ english17 <i title=''>20WERBEH english19 18WERBEH</i>
563563
<p>Notice that because <samp>HEBREW18</samp> must be read before <samp>english19</samp>,
564564
it is on the line above <samp>english19</samp>.
565565
Just breaking the long line from the earlier formatting would not have worked.
566-
566+
567567
<p>Note also that the first syllable from <samp>english19</samp>
568568
might have fit on the previous line,
569569
but hyphenation of left-to-right words in a right-to-left context, and vice versa,

css-writing-modes/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ <h3 class="heading settled" data-level=2.2 id=unicode-bidi><span class=secno>2.2
576576
the bidi ordering is identical between
577577
<pre>&lt;para&gt;...&lt;i1&gt;&lt;i2&gt;...&lt;BR/&gt;...&lt;/i2&gt;&lt;/i1&gt;...&lt;/para&gt;</pre>
578578
<p>and
579-
<pre>&lt;para&gt;...&lt;i1&gt;&lt;i2&gt;...&lt;/i2&gt;&lt;i1&gt;&lt;BR/&gt;&lt;i1&gt;&lt;i2&gt;...&lt;/i2&gt;&lt;/i1&gt;...&lt;/para&gt;</pre>
579+
<pre>&lt;para&gt;...&lt;i1&gt;&lt;i2&gt;...&lt;/i2&gt;&lt;/i1&gt;&lt;BR/&gt;&lt;i1&gt;&lt;i2&gt;...&lt;/i2&gt;&lt;/i1&gt;...&lt;/para&gt;</pre>
580580
<p>for all values of <a class=property data-link-type=propdesc href=#propdef-unicode-bidi title=unicode-bidi>unicode-bidi</a> on inline elements &lt;i1&gt; and &lt;i2&gt;.
581581
</div>
582582

0 commit comments

Comments
 (0)