Skip to content

move pause to main list as open-properties not referenced from the spec #86

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 15, 2025
Merged
Show file tree
Hide file tree
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
51 changes: 51 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 All @@ -69,7 +69,7 @@
See [common property](../literal-common-properties#common-property)



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

View workflow job for this annotation

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

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

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

View workflow job for this annotation

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

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



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

View workflow job for this annotation

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

246:1 [empty-lines] too many blank lines (3 > 2)
- property: unit
type: units-and-currency
applicability: mi
Expand All @@ -253,7 +253,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 256 in _data/core-properties.yml

View workflow job for this annotation

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

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

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

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

View workflow job for this annotation

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

319:4 [indentation] wrong indentation: expected 4 but found 3
<mrow intent=':chemical-equation'>
<mrow intent=':chemical-equation'>
<mn>2</mn>
Expand Down Expand Up @@ -352,3 +352,54 @@
</mrow>
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 356 in _data/core-properties.yml

View workflow job for this annotation

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

356:1 [empty-lines] too many blank lines (3 > 2)
- property: pause-short
type: pause
applicability: all
effect: "short pause before processing the element as usual."
examples:
- mathml: '<math><mi>a</mi><mspace intent=":pause-short" width=".2em"/><mi>b</mi></math>'
en: "a [pause.] b"

- property: pause-medium
type: pause
applicability: all
effect: "medium pause before processing the element as usual."
examples:
- mathml: |
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
<mtable displaystyle="true" intent=":system-of-equations">
<mtr>
<mtd intent=":equation-label"><mtext>(10)</mtext></mtd>
<mtd><mi>𝑎</mi><mi>+</mi><mi>𝑎</mi></mtd>
<mtd><mo form="infix">=</mo><mi>𝑏</mi><mo>+</mo><mi>𝑏</mi></mtd>
<mtd intent=":pause-medium"><mi>𝑐</mi><mo>+</mo><mi>𝑐</mi></mtd>
<mtd><mo form="infix">=</mo><mi>𝑑</mi><mo>+</mo><mi>𝑑</mi></mtd>
</mtr>
<mtr>
<mtd intent=":equation-label"><mtext>(11)</mtext></mtd>
<mtd><mi>𝑎</mi></mtd>
<mtd><mo form="infix">=</mo><mi>𝑏</mi></mtd>
<mtd intent=":pause-medium"><mi>𝑐</mi></mtd>
<mtd><mo form="infix">=</mo><mi>𝑑</mi></mtd>
</mtr>
</mtable>
</math>
en: "line one label 10; a plus a equals b plus b [pause..] c plus c equals d plus d; line two label 11; a equals b [pause..] c equals d"

- property: pause-long
type: pause
applicability: all
effect: "long pause before processing the element as usual."
examples:
- mathml: '<math><mi>a</mi><mspace intent=":pause-long" width="2em"/><mi>b</mi></math>'
en: "a [pause...] b"

- property: pause-xlong
type: pause
applicability: all
effect: "extra long pause before processing the element as usual."
examples:
- mathml: '<math><mi>a</mi><mspace intent=":pause-xlong" width="4cm"/><mi>b</mi></math>'
en: "a [pause....] b"
50 changes: 0 additions & 50 deletions _data/open-properties.yml
Original file line number Diff line number Diff line change
@@ -1,50 +0,0 @@

- property: pause-short
type: pause
applicability: all
effect: "short pause before processing the element as usual."
examples:
- mathml: '<math><mi>a</mi><mspace intent=":pause-short" width=".2em"/><mi>b</mi></math>'
en: "a [pause.] b"

- property: pause-medium
type: pause
applicability: all
effect: "medium pause before processing the element as usual."
examples:
- mathml: |
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
<mtable displaystyle="true" intent=":system-of-equations">
<mtr>
<mtd intent=":equation-label"><mtext>(10)</mtext></mtd>
<mtd><mi>𝑎</mi><mi>+</mi><mi>𝑎</mi></mtd>
<mtd><mo form="infix">=</mo><mi>𝑏</mi><mo>+</mo><mi>𝑏</mi></mtd>
<mtd intent=":pause-medium"><mi>𝑐</mi><mo>+</mo><mi>𝑐</mi></mtd>
<mtd><mo form="infix">=</mo><mi>𝑑</mi><mo>+</mo><mi>𝑑</mi></mtd>
</mtr>
<mtr>
<mtd intent=":equation-label"><mtext>(11)</mtext></mtd>
<mtd><mi>𝑎</mi></mtd>
<mtd><mo form="infix">=</mo><mi>𝑏</mi></mtd>
<mtd intent=":pause-medium"><mi>𝑐</mi></mtd>
<mtd><mo form="infix">=</mo><mi>𝑑</mi></mtd>
</mtr>
</mtable>
</math>
en: "line one label 10; a plus a equals b plus b [pause..] c plus c equals d plus d; line two label 11; a equals b [pause..] c equals d"

- property: pause-long
type: pause
applicability: all
effect: "long pause before processing the element as usual."
examples:
- mathml: '<math><mi>a</mi><mspace intent=":pause-long" width="2em"/><mi>b</mi></math>'
en: "a [pause...] b"

- property: pause-xlong
type: pause
applicability: all
effect: "extra long pause before processing the element as usual."
examples:
- mathml: '<math><mi>a</mi><mspace intent=":pause-xlong" width="4cm"/><mi>b</mi></math>'
en: "a [pause....] b"