Skip to content

Commit 9ee342d

Browse files
committed
[css-writing-modes] Linkify 'replaced element'.
1 parent e6f7338 commit 9ee342d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css-writing-modes-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ CSS&ndash;Unicode Bidi Control Translation, Text Reordering</h4>
621621
<h4 id="bidi-atomic-inlines">
622622
Bidi Treatment of Atomic Inlines</h4>
623623

624-
<p>In this process, replaced elements with ''display: inline''
624+
<p>In this process, <a>replaced elements</a> with ''display: inline''
625625
are treated as neutral characters,
626626
unless their 'unicode-bidi' property is either ''embed'' or ''bidi-override'',
627627
in which case they are treated as strong characters
@@ -818,7 +818,7 @@ Block Flow Direction: the 'writing-mode' property</h3>
818818
is horizontal or vertical.
819819
The 'text-orientation' property then determines how text is laid out within the line box.
820820

821-
<p>The content of replaced elements do not rotate due to the writing mode:
821+
<p>The content of <a>replaced elements</a> do not rotate due to the writing mode:
822822
images and external content such as from <code>&lt;iframe></code>s, for example, remain upright,
823823
and the <a>default object size</a> of 300px&times;150px does not re-orient.
824824
However embedded replaced content involving text

css-writing-modes-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ CSS&ndash;Unicode Bidi Control Translation, Text Reordering</h4>
624624
<h4 id="bidi-atomic-inlines">
625625
Bidi Treatment of Atomic Inlines</h4>
626626

627-
<p>In this process, replaced elements with ''display: inline''
627+
<p>In this process, <a>replaced elements</a> with ''display: inline''
628628
are treated as neutral characters,
629629
unless their 'unicode-bidi' property is either ''embed'' or ''bidi-override'',
630630
in which case they are treated as strong characters
@@ -829,7 +829,7 @@ Block Flow Direction: the 'writing-mode' property</h3>
829829
is horizontal or vertical.
830830
The 'text-orientation' property then determines how text is laid out within the line box.
831831

832-
<p>The content of replaced elements do not rotate due to the writing mode:
832+
<p>The content of <a>replaced elements</a> do not rotate due to the writing mode:
833833
images and external content such as from <code>&lt;iframe></code>s, for example, remain upright,
834834
and the <a>default object size</a> of 300px&times;150px does not re-orient.
835835
However embedded replaced content involving text

0 commit comments

Comments
 (0)