Skip to content

Commit

Permalink
CLDR-17505 Tweak text
Browse files Browse the repository at this point in the history
  • Loading branch information
macchiati authored Sep 13, 2024
1 parent 927ddca commit 5e0df5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ldml/tr35.md
Original file line number Diff line number Diff line change
Expand Up @@ -1937,14 +1937,14 @@ _Ordered_ elements are those whose sequence in the XML file is important; that i
<!ELEMENT languageMatch EMPTY >
<!--@ORDERED-->
```
In the file languageInfo.xml, we find the following.
In the file `languageInfo.xml`, we find the following.
```
<languageMatch desired="ja_Hira" supported="ja_Jpan" distance="5" oneway="true"/>
<!-- default script mismatch distance -->
<languageMatch desired="*_*" supported="*_*" distance="50"/> <!-- *; * ⇒ *; * -->
```
The ordering among the languageMatch items is important, because the *_* must only be matched after all the explicit scripts have been.
The ordering among the languageMatch items is important, because the `*_*` must only be matched _after_ all the explicit scripts have been.

The ordered elements also _block_ inheritance in files governed by ldml.dtd. That is, because the elements are ordered, there is no way to tell where an inherited element from a parent locale would be in that sequence.

Expand Down

0 comments on commit 5e0df5c

Please sign in to comment.