You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>where the <code><ltr></code> element represents a left-to-right embedding
730
730
and the <code><rtl></code> element represents a right-to-left embedding.
731
731
If the <aclass=propertydata-link-type=propdeschref=#propdef-white-spacetitle=white-space>white-space</a> property is set to <spanclass=cssdata-link-type=maybetitle=white-space:normal>white-space:normal</span>,
732
-
the white-space processing model would result in the following:
732
+
the white-space processing model will result in the following:
733
733
734
734
<ulstyle=line-height:1.3>
735
735
<li>The space before the B (<spanclass=egbidiwsbB></span>)
736
-
would collapse with the space after the A (<spanclass=egbidiwsaA></span>).
736
+
will collapse with the space after the A (<spanclass=egbidiwsaA></span>).
737
737
<li>The space before the C (<spanclass=egbidiwsbC></span>)
738
-
would collapse with the space after the B (<spanclass=egbidiwsaB></span>).
738
+
will collapse with the space after the B (<spanclass=egbidiwsaB></span>).
739
739
</ul>
740
740
741
-
<p>This would leave two spaces,
741
+
<p>This will leave two spaces,
742
742
one after the A in the left-to-right embedding level,
743
743
and one after the B in the right-to-left embedding level.
744
-
This is then ordered according to the Unicode bidirectional algorithm,
744
+
The text will then be ordered according to the Unicode bidirectional algorithm,
0 commit comments