diff --git a/_data/core-properties.yml b/_data/core-properties.yml index 3c30fe0..934ae99 100644 --- a/_data/core-properties.yml +++ b/_data/core-properties.yml @@ -425,3 +425,30 @@ examples: - mathml: 'ab' en: "a [pause....] b" + +- property: use-argname + type: argname + applicability: all + effect: "Used as a _self-property_ on an element with `arg`, causes the value of the `arg` attribute to be spoken by AT when the user moves to that child. For core concepts, this value should override argument names that would otherwise be used by AT. + May be translated to the current language, or used literally if translation is not known." + examples: + - mathml: 'x' + en: numerator + fr: numérateur + de: Zähler + - mathml: 'x' + en: denominator + fr: dénominateur + de: Nenner + - mathml: '2' + en: base + fr: base + de: Basis + - mathml: 'i=0' + en: lower-limit + fr: "limite à gauche" + de: Untergrenze + - mathml: 'n' + en: upper-limit + fr: "limite à droite" + de: Obergrenze