Skip to content

Commit feaaf74

Browse files
committed
Apparently some other Turkic languages use the same casing rule; make example slightly more broad
1 parent 5a13f61 commit feaaf74

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

css3-text/Overview.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -579,10 +579,10 @@ <h3 id=text-transform><span class=secno>2.1. </span> <a name=caps-prop></a>
579579
mappings between &ldquo;I&rdquo; and &ldquo;i&rdquo; are replaced with a
580580
different set of mappings to their respective undotted/dotted
581581
counterparts, which do not exist in English. This mapping must only take
582-
effect if the language is known to be Turkish or Azeri; in other
583-
languages, the usual mapping of &ldquo;I&rdquo; and &ldquo;i&rdquo; is
584-
required. This rule is thus conditionally defined in Unicode's
585-
SpecialCasing.txt file.
582+
effect if the language is known to be Turkish (or another Turkic language
583+
that uses Turkish casing rules); in other languages, the usual mapping of
584+
&ldquo;I&rdquo; and &ldquo;i&rdquo; is required. This rule is thus
585+
conditionally defined in Unicode's SpecialCasing.txt file.
586586
</div>
587587
<!--
588588
<div class="example">
@@ -1986,9 +1986,10 @@ <h3 id=text-align><span class=secno>7.1. </span> Text Alignment: the
19861986
href="#CSS3-WRITING-MODES"
19871987
rel=biblioentry>[CSS3-WRITING-MODES]<!--{{!CSS3-WRITING-MODES}}--></a>,
19881988
the inline base direction of its line boxes will be determined by the bidi
1989-
paragraphs it contains. In the case of an empty bidi paragraph, the
1990-
direction used is that of the previous bidi paragraph, or, if this is the
1991-
first bidi paragraph in the containing block, then the &lsquo;<code
1989+
paragraphs it immediately contains. In the case of an empty bidi
1990+
paragraph, the direction used is that of the previous bidi paragraph in
1991+
the containing block, or, if this is the first bidi paragraph in the
1992+
containing block, then the &lsquo;<code
19921993
class=property>direction</code>&rsquo; property is used.
19931994

19941995
<div class=example>

css3-text/Overview.src.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,8 @@ <h3 id="text-transform">
283283
replaced with a different set of mappings to their respective
284284
undotted/dotted counterparts, which do not exist in English. This
285285
mapping must only take effect if the language is known to be Turkish
286-
or Azeri; in other languages, the usual mapping of &ldquo;I&rdquo;
286+
(or another Turkic language that uses Turkish casing rules);
287+
in other languages, the usual mapping of &ldquo;I&rdquo;
287288
and &ldquo;i&rdquo; is required. This rule is thus conditionally
288289
defined in Unicode's SpecialCasing.txt file.
289290
</div>

0 commit comments

Comments
 (0)