Skip to content

Commit 3654f31

Browse files
committed
address some warnings from yaml lint
1 parent 0b1b712 commit 3654f31

File tree

1 file changed

+49
-52
lines changed

1 file changed

+49
-52
lines changed

_data/core-properties.yml

Lines changed: 49 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
- property: function
32
type: fixity
43
applicability: intent function head
@@ -50,8 +49,6 @@
5049
- intent: "f:silent(x,y)"
5150
en: "x y"
5251

53-
54-
5552
- property: literal
5653
type: inference
5754
applicability: all presentation elements
@@ -145,32 +142,32 @@
145142
applicability: mtable
146143
effect: "the table should be read in a style suitable for displayed equations (and inequations)"
147144
examples:
148-
- mathml: |
149-
<mtable intent=':system-of-equations'>
150-
<mtr>
151-
<mtd columnalign='right'>
152-
<mn>2</mn><mo>&#x2062;</mo><mi>x</mi>
153-
</mtd>
154-
<mtd columnalign='center'>
155-
<mo>=</mo>
156-
</mtd>
157-
<mtd columnalign='left'>
158-
<mn>1</mn>
159-
</mtd>
160-
</mtr>
161-
<mtr>
162-
<mtd columnalign='right'>
163-
<mi>y</mi>
164-
</mtd>
165-
<mtd columnalign='center'>
166-
<mo>></mo>
167-
</mtd>
168-
<mtd columnalign='left'>
169-
<mi>x</mi><mo>&#x2212;</mo><mn>3</mn>
170-
</mtd>
171-
</mtr>
172-
</mtable>
173-
en: 2 equations; equation 1; 2 x, is equal to, 1; equation 2; y, is greater than, x minus 3;
145+
- mathml: |
146+
<mtable intent=':system-of-equations'>
147+
<mtr>
148+
<mtd columnalign='right'>
149+
<mn>2</mn><mo>&#x2062;</mo><mi>x</mi>
150+
</mtd>
151+
<mtd columnalign='center'>
152+
<mo>=</mo>
153+
</mtd>
154+
<mtd columnalign='left'>
155+
<mn>1</mn>
156+
</mtd>
157+
</mtr>
158+
<mtr>
159+
<mtd columnalign='right'>
160+
<mi>y</mi>
161+
</mtd>
162+
<mtd columnalign='center'>
163+
<mo>></mo>
164+
</mtd>
165+
<mtd columnalign='left'>
166+
<mi>x</mi><mo>&#x2212;</mo><mn>3</mn>
167+
</mtd>
168+
</mtr>
169+
</mtable>
170+
en: 2 equations; equation 1; 2 x, is equal to, 1; equation 2; y, is greater than, x minus 3;
174171
175172
176173
- property: lines
@@ -274,8 +271,7 @@
274271
en: 1.5 kilometres
275272
- mathml: "<mrow><mn>2</mn><mi mathvariant='normal' intent=':unit'>Ω</mi></mrow>"
276273
en: 2 ohms
277-
comment:
278-
- "This includes SI units, English units, etc. It also includes radians, degrees, etc."
274+
comment: "This includes SI units, English units, etc. It also includes radians, degrees, etc."
279275

280276
- property: currency
281277
type: units-and-currency
@@ -461,26 +457,27 @@
461457
- property: use-argname
462458
type: argname
463459
applicability: all
464-
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.
460+
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.
461+
For core concepts, this value should override argument names that would otherwise be used by AT.
465462
May be translated to the current language, or used literally if translation is not known."
466463
examples:
467-
- mathml: '<mi arg="numerator" intent=":use-argname">x</mi>'
468-
en: numerator
469-
fr: numérateur
470-
de: Zähler
471-
- mathml: '<mi arg="denominator" intent=":use-argname">x</mi>'
472-
en: denominator
473-
fr: dénominateur
474-
de: Nenner
475-
- mathml: '<mn arg="base" intent=":use-argname">2</mn>'
476-
en: base
477-
fr: base
478-
de: Basis
479-
- mathml: '<mrow arg="lower-limit" intent=":use-argname"><mi>i</mi><mo>=</mo><mn>0</mn></mrow>'
480-
en: lower-limit
481-
fr: "limite à gauche"
482-
de: Untergrenze
483-
- mathml: '<mi arg="upper-limit" intent=":use-argname">n</mi>'
484-
en: upper-limit
485-
fr: "limite à droite"
486-
de: Obergrenze
464+
- mathml: '<mi arg="numerator" intent=":use-argname">x</mi>'
465+
en: numerator
466+
fr: numérateur
467+
de: Zähler
468+
- mathml: '<mi arg="denominator" intent=":use-argname">x</mi>'
469+
en: denominator
470+
fr: dénominateur
471+
de: Nenner
472+
- mathml: '<mn arg="base" intent=":use-argname">2</mn>'
473+
en: base
474+
fr: base
475+
de: Basis
476+
- mathml: '<mrow arg="lower-limit" intent=":use-argname"><mi>i</mi><mo>=</mo><mn>0</mn></mrow>'
477+
en: lower-limit
478+
fr: "limite à gauche"
479+
de: Untergrenze
480+
- mathml: '<mi arg="upper-limit" intent=":use-argname">n</mi>'
481+
en: upper-limit
482+
fr: "limite à droite"
483+
de: Obergrenze

0 commit comments

Comments
 (0)