Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addresses @asmusf's comment on #171. Fix a typo. #175

Merged
merged 1 commit into from
Jul 15, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 5 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
var respecConfig = {
// specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
specStatus: "ED",
publishDate: "2018-07-14",
publishDate: "2018-07-15",
previousPublishDate: "2015-11-19",
previousMaturity: "WD",

Expand Down Expand Up @@ -1238,18 +1238,12 @@ <h3>Invisible Unicode Characters</h3>
would be the Thai language.</p>


<p>Finally, some scripts, such as Arabic and Hebrew, are written prodominently from right-to-left. Text written in these scripts can also
include character sequences, such as numbers or quotes in another script, that are left-to-right. This intermixing of text direction
is called <em>bidirectional</em> text or <q>bidi</q> for short. The Unicode Bidirectional Algorithm
[[UAX9]] describes how such mixed-direction text is processed for display. For most text, the directional handling can be derived
from the text itself. However, there are many cases in which the algorithm needs additional information in order to present text
correctly. For more examples, see [[html-bidi]].</p>
<p>Finally, most scripts, when written horizontally, proceed from left-to-right. However, some scripts, such as Arabic and Hebrew, are written predominently from right-to-left. Texts can be written in a mix of these scripts or include character sequences, such as numbers or quotes in another script, that run in the opposite direction to other parts of the text. This intermixing of text direction is called <em>bidirectional</em> text or <q>bidi</q> for short. The Unicode Bidirectional Algorithm [[UAX9]] describes how such mixed-direction text is processed for display. For most text, the directional handling can be derived from the text itself. However, there are many cases in which the algorithm needs additional information in order to present text correctly. For more examples, see [[html-bidi]].</p>

<p>One of the ways that Unicode defines to address the ambiguity of text direction are a set of invisible control characters to
mark the start and end of directional runs. While bidirectional controls can have an affect on the appearance of the text
(since they help the Unicode Bidirectional Algorithm with the presentation of text), they might have no effect on the
text if the text would naturally have fallen into bidirectional runs without the controls. Because these controls are, like the characters
mentioned above, invisible, they can have an unintentional effect on matching.
text if the text would naturally have fallen into bidirectional runs without the controls. Because these controls are, like the characters mentioned above, invisible, they can have an unintentional effect on matching.
</p>

<p>In almost all of these cases, users may not be aware of or cannot
Expand Down Expand Up @@ -1623,7 +1617,8 @@ <h2 id="Acknowledgements" class="informative">Acknowledgements</h2>
Asmus Freitag,
John Klensin,
Peter Saint-Andre,
Amir Sarabadani,
Amir Sarabadani,
@Richard57, <!-- placeholder -->
and all of the CharMod contributors over the twenty (!!) years of this document's development. </p>
<p>The previous version of this document was edited by:</p>
<ul>
Expand Down