You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ldml/tr35.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2242,7 +2242,7 @@ For example, some of those pairs would be the following. Notice that the first h
2242
2242
2243
2243
> Note: There are two exceptions to this:
2244
2244
>
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.
2246
2246
> 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.
2247
2247
>
2248
2248
> > 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
2270
2270
1. The resolved list of pairs is obtained by recursively applying this procedure.
2271
2271
2. That alias now blocks any inheritance from the parent. (See _[Common Elements](#Common_Elements)_ for an example.)
2272
2272
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.
0 commit comments