Skip to content

Commit

Permalink
CLDR-16943 kbd: normalization bis
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed Oct 3, 2023
1 parent 4b72d72 commit b6c5d2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions docs/ldml/tr35-keyboards.md
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ _Attribute:_ `fallback="omit"`

> The presence of this attribute means that when a modifier key combination goes unmatched, no output is produced. The default behavior (when this attribute is not present) is to fall back to the base map when the modifier key combination goes unmatched.
If this attribute is present, it must have a value of omit.
If this attribute is present, it must have a value of `omit`.

**Example**

Expand All @@ -630,9 +630,7 @@ _Attribute:_ `normalization`
> The implementation will apply normalization as appropriate when matching transform rules and `<display>` value matching.
> Output from the keyboard, following application of all transform rules, will be normalized to implementation or application-requested form.
>
> However, it is recognized that there may be some keyboards which, for compatibility or legacy reasons, need to manage their own normalization. The implementation in that case will do no normalization at all. The keyboard author must make use of transforms in the keyboard to any required normalization.
>
> In this case, the attribute `normalization="disabled"` can be used to specify that normalization is not done.
> However, it is recognized that there may be some keyboards which, for compatibility or legacy reasons, need to manage their own normalization. The implementation in that case will do no normalization at all. The keyboard author must make use of transforms in the keyboard to any required normalization. In this case, the attribute value `normalization="disabled"` is used to indicate that no automatic normalization happens.
>
> **Note**: while this attribute is allowed by the specification, its use is discouraged, and keyboards with `normalization="disabled"` would not be accepted into the ClDR repository.
Expand Down
1 change: 0 additions & 1 deletion keyboards/dtd/ldmlKeyboard3.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ Note: DTD @-annotations are not currently converted to .xsd. For full CLDR file




<xs:element name="displays">
<xs:complexType>
<xs:sequence>
Expand Down

0 comments on commit b6c5d2b

Please sign in to comment.