Skip to content

Commit 8a02791

Browse files
authored
CLDR-18313 fix blocking (#5067)
1 parent 758e386 commit 8a02791

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ldml/tr35.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2242,7 +2242,7 @@ For example, some of those pairs would be the following. Notice that the first h
22422242

22432243
> Note: There are two exceptions to this:
22442244
>
2245-
> 1. Blocking nodes and their contents are treated as a single end node.
2245+
> 1. Ordered elements are treated as a single end node.
22462246
> 2. In terms of computing inheritance, the element pair consists of the element chain plus all distinguishing attributes; the value consists of the value (if any) plus any nondistinguishing attributes.
22472247
>
22482248
> > Thus instead of the element pair being (a) below, it is (b):
@@ -2270,7 +2270,7 @@ To produce fully resolved locale data file from CLDR for a locale ID L, you star
22702270
1. The resolved list of pairs is obtained by recursively applying this procedure.
22712271
2. That alias now blocks any inheritance from the parent. (See _[Common Elements](#Common_Elements)_ for an example.)
22722272
3. For each element pair P in Temp:
2273-
1. If P does not contain a blocking element, and Result does not have an element pair Q with an equivalent element chain, add P to Result.
2273+
1. If P is not an ordered element element, and Result does not have an element pair Q with an equivalent element chain, add P to Result.
22742274

22752275
**Notes:**
22762276

0 commit comments

Comments
 (0)