Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions _data/core-properties.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

Check warning on line 1 in _data/core-properties.yml

View workflow job for this annotation

GitHub Actions / validate-yaml-core-properties-concept-list

1:1 [empty-lines] too many blank lines (1 > 0)
- property: function
type: fixity
applicability: intent function head
Expand Down Expand Up @@ -51,7 +51,7 @@
en: "x y"



Check warning on line 54 in _data/core-properties.yml

View workflow job for this annotation

GitHub Actions / validate-yaml-core-properties-concept-list

54:1 [empty-lines] too many blank lines (3 > 2)
- property: literal
type: inference
applicability: all presentation elements
Expand Down Expand Up @@ -145,7 +145,7 @@
applicability: mtable
effect: "the table should be read in a style suitable for displayed equations (and inequations)"
examples:
- mathml: |

Check warning on line 148 in _data/core-properties.yml

View workflow job for this annotation

GitHub Actions / validate-yaml-core-properties-concept-list

148:4 [indentation] wrong indentation: expected 4 but found 3
<mtable intent=':system-of-equations'>
<mtr>
<mtd columnalign='right'>
Expand Down Expand Up @@ -265,7 +265,7 @@
en: the sum from 0 to n of i squared



Check warning on line 268 in _data/core-properties.yml

View workflow job for this annotation

GitHub Actions / validate-yaml-core-properties-concept-list

268:1 [empty-lines] too many blank lines (3 > 2)
- property: unit
type: units-and-currency
applicability: mi
Expand All @@ -275,7 +275,7 @@
- mathml: "<mrow><mn>2</mn><mi mathvariant='normal' intent=':unit'>Ω</mi></mrow>"
en: 2 ohms
comment:
- "This includes SI units, English units, etc. It also includes radians, degrees, etc."

Check warning on line 278 in _data/core-properties.yml

View workflow job for this annotation

GitHub Actions / validate-yaml-core-properties-concept-list

278:3 [indentation] wrong indentation: expected 4 but found 2

- property: currency
type: units-and-currency
Expand Down Expand Up @@ -338,7 +338,7 @@
type: chemistry
effect: read the term as a chemical equation
examples:
- mathml: |

Check warning on line 341 in _data/core-properties.yml

View workflow job for this annotation

GitHub Actions / validate-yaml-core-properties-concept-list

341:4 [indentation] wrong indentation: expected 4 but found 3
<mrow intent=':chemical-equation'>
<mrow intent=':chemical-equation'>
<mn>2</mn>
Expand Down Expand Up @@ -375,7 +375,7 @@
en: '2, cap h, sub 2; cap o; reacts to form; 2 cap h, sub 2; plus cap o, sub 2'



Check warning on line 378 in _data/core-properties.yml

View workflow job for this annotation

GitHub Actions / validate-yaml-core-properties-concept-list

378:1 [empty-lines] too many blank lines (3 > 2)
- property: pause-short
type: pause
applicability: all
Expand Down Expand Up @@ -425,3 +425,30 @@
examples:
- mathml: '<math><mi>a</mi><mspace intent=":pause-xlong" width="4cm"/><mi>b</mi></math>'
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.

Check warning on line 432 in _data/core-properties.yml

View workflow job for this annotation

GitHub Actions / validate-yaml-core-properties-concept-list

432:241 [line-length] line too long (253 > 240 characters)
May be translated to the current language, or used literally if translation is not known."
examples:
- mathml: '<mi arg="numerator" intent=":use-argname">x</mi>'

Check warning on line 435 in _data/core-properties.yml

View workflow job for this annotation

GitHub Actions / validate-yaml-core-properties-concept-list

435:6 [indentation] wrong indentation: expected 4 but found 5
en: numerator
fr: numérateur
de: Zähler
- mathml: '<mi arg="denominator" intent=":use-argname">x</mi>'
en: denominator
fr: dénominateur
de: Nenner
- mathml: '<mn arg="base" intent=":use-argname">2</mn>'
en: base
fr: base
de: Basis
- mathml: '<mrow arg="lower-limit" intent=":use-argname"><mi>i</mi><mo>=</mo><mn>0</mn></mrow>'
en: lower-limit
fr: "limite à gauche"
de: Untergrenze
- mathml: '<mi arg="upper-limit" intent=":use-argname">n</mi>'
en: upper-limit
fr: "limite à droite"
de: Obergrenze