Skip to content

Commit

Permalink
Editorial: cite UAX9 not BIDI
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Jun 7, 2024
1 parent 55e6818 commit ed9c158
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -489,13 +489,13 @@ <h3>
<dd>
<p>
Direction determined from content using <a data-cite=
"bidi#P2">Rule P2</a> of the [[BIDI]] algorithm.
"UAX9#P2">Rule P2</a> of the [[UAX9]] algorithm.
</p>
<aside class="note">
<p>
[=text-direction/auto=] means that the directionality of each
member is determined by its first strongly directional
character (as per the <a data-cite="bidi#P2">Rule P2</a>). An
character (as per the <a data-cite="UAX9#P2">Rule P2</a>). An
explicit direction value such as "[=text-direction/rtl=]" or
"[=text-direction/ltr=]" is preferred to relying on the default
of "[=text-direction/auto=]".
Expand All @@ -514,14 +514,14 @@ <h3>
</p>
<ol class="algorithm">
<li>If the <a>base direction</a> is [=text-direction/ltr=] or
[=text-direction/rtl=], override <a data-cite="bidi#P3">Rule P3</a>
of [[BIDI]], setting the paragraph embedding level to 0 if the
[=text-direction/rtl=], override <a data-cite="UAX9#P3">Rule P3</a>
of [[UAX9]], setting the paragraph embedding level to 0 if the
<a>base direction</a> is [=text-direction/ltr=], or 1 if the <a>base
direction</a> is [=text-direction/rtl=].
</li>
<li>Otherwise the <a>base direction</a> is "[=text-direction/auto=]",
in which case determine the text's direction by applying
<a data-cite="bidi#P1">Rule P1</a> of [[BIDI]].
<a data-cite="UAX9#P1">Rule P1</a> of [[UAX9]].
</li>
</ol>
<p>
Expand Down Expand Up @@ -1476,7 +1476,7 @@ <h3>
user's device via a sync service). But the above recommendations
ask the user agent to verify that, when an application scope is
on origin A and the manifest is on a different origin B, there is
a bidirectional relationship between the two origins.
a UAX9rectional relationship between the two origins.
</p>
<p>
The first check ensures that at least some page on origin A links
Expand Down

0 comments on commit ed9c158

Please sign in to comment.