diff --git a/docs/ldml/tr35.md b/docs/ldml/tr35.md
index 8f7a8c8d524..ccb806b0e15 100644
--- a/docs/ldml/tr35.md
+++ b/docs/ldml/tr35.md
@@ -802,9 +802,12 @@ The BCP 47 form for keys and types is the canonical form, and recommended. Other
"dx" |
Dictionary break script exclusions |
unicode_script_subtag values |
- One or more items of type SCRIPT_CODE (as usual, separated by hyphens), which are valid unicode_script_subtag values.
- The code Zyyy (Common) can be specified to exclude all scripts, in which case it should be the only SCRIPT_CODE value specified.
- If others are included mistakenly, they are ignored. |
+ - One or more items of type SCRIPT_CODE (as usual, separated by hyphens), which are valid
unicode_script_subtag values.
+ - Each of the values for the DX key must be a short script property value in the UCD, or one of the compound script values like jpan. The compound script values are expanded when interpreted, eg, -dx-jpan = -dx-hani-hira-kata
+ - The values may be in any order, eg, -dx-thai-hani = dx-hani-thai. However, the canonical order for the bcp47 subtag is alphabetical, eg, dx-hani-thai
+ - Dictionary-based break iterators will ignore each character whose Script_Extension value set intersects with the DX value set.
+ - The code Zyyy (Common) can be specified to exclude all scripts, if and only if it is the only SCRIPT_CODE value specified. If it is not the only script code, Zyyy has the normal meaning: excluding Script_Extension=Common.
+ |
A Unicode Emoji Presentation Style Identifier specifies a request for the preferred emoji presentation style. This can be used as part of the value for an HTML lang attribute, for example <html lang="sr-Latn-u-em-emoji"> . The valid values are those name attribute values in the type elements of key name="em" in bcp47/variant.xml. |
"em" |
@@ -4029,6 +4032,7 @@ Other contributors to CLDR are listed on the [CLDR Project Page](https://www.uni
* [Unicode Language Identifier](#unicode-language-identifier): clarified constraint on duplicate subtags.
* [Key/Type Definitions](#key-and-type-definitions): clarified definition of `-dx`
* [EBNF](#ebnf): Clarified use of EBNF in LDML
+ * (44.1)[Key/Type Definitions](#key-and-type-definitions): further clarified the definition of `-dx`
* [General](tr35-general.md#Contents)
* Added new section [Unit Identifier Uniqueness](tr35-general.md#Unit_Identifier_Uniqueness), and added a relevant constraint on base_component in the [Syntax](tr35-general.md#syntax) section.