diff --git a/spec/registry.dtd b/spec/registry.dtd index 59ae4b0ad0..36bb056d2e 100644 --- a/spec/registry.dtd +++ b/spec/registry.dtd @@ -1,6 +1,6 @@ - + @@ -46,3 +46,15 @@ values NMTOKENS #IMPLIED validationRule IDREF #IMPLIED > + + + + + + diff --git a/spec/registry.md b/spec/registry.md index fb41a532dd..a2b43a6b45 100644 --- a/spec/registry.md +++ b/spec/registry.md @@ -65,6 +65,11 @@ Read-only options (the `readonly` attribute) can be displayed to translators in Matching-function signatures additionally include one or more `` elements to define the keys against which they can match when used as selectors. +Functions may also include `` definitions, +which provide shorthands for commonly used option baskets. +An _alias name_ may be used equivalently to a _function name_ in messages. +Its `` values are always set, and may not be overridden in message annotations. + ## Example The following `registry.xml` is an example of a registry file @@ -116,6 +121,12 @@ For the sake of brevity, only `locales="en"` is considered.