Skip to content

Commit 08c68b9

Browse files
move pause to main list as open-properties not referenced from the mathml spec (#86)
1 parent a2db15a commit 08c68b9

File tree

2 files changed

+51
-50
lines changed

2 files changed

+51
-50
lines changed

_data/core-properties.yml

+51
Original file line numberDiff line numberDiff line change
@@ -364,3 +364,54 @@
364364
</mrow>
365365
en: '2, cap h, sub 2; cap o; reacts to form; 2 cap h, sub 2; plus cap o, sub 2'
366366
367+
368+
369+
- property: pause-short
370+
type: pause
371+
applicability: all
372+
effect: "short pause before processing the element as usual."
373+
examples:
374+
- mathml: '<math><mi>a</mi><mspace intent=":pause-short" width=".2em"/><mi>b</mi></math>'
375+
en: "a [pause.] b"
376+
377+
- property: pause-medium
378+
type: pause
379+
applicability: all
380+
effect: "medium pause before processing the element as usual."
381+
examples:
382+
- mathml: |
383+
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
384+
<mtable displaystyle="true" intent=":system-of-equations">
385+
<mtr>
386+
<mtd intent=":equation-label"><mtext>(10)</mtext></mtd>
387+
<mtd><mi>𝑎</mi><mi>+</mi><mi>𝑎</mi></mtd>
388+
<mtd><mo form="infix">=</mo><mi>𝑏</mi><mo>+</mo><mi>𝑏</mi></mtd>
389+
<mtd intent=":pause-medium"><mi>𝑐</mi><mo>+</mo><mi>𝑐</mi></mtd>
390+
<mtd><mo form="infix">=</mo><mi>𝑑</mi><mo>+</mo><mi>𝑑</mi></mtd>
391+
</mtr>
392+
<mtr>
393+
<mtd intent=":equation-label"><mtext>(11)</mtext></mtd>
394+
<mtd><mi>𝑎</mi></mtd>
395+
<mtd><mo form="infix">=</mo><mi>𝑏</mi></mtd>
396+
<mtd intent=":pause-medium"><mi>𝑐</mi></mtd>
397+
<mtd><mo form="infix">=</mo><mi>𝑑</mi></mtd>
398+
</mtr>
399+
</mtable>
400+
</math>
401+
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"
402+
403+
- property: pause-long
404+
type: pause
405+
applicability: all
406+
effect: "long pause before processing the element as usual."
407+
examples:
408+
- mathml: '<math><mi>a</mi><mspace intent=":pause-long" width="2em"/><mi>b</mi></math>'
409+
en: "a [pause...] b"
410+
411+
- property: pause-xlong
412+
type: pause
413+
applicability: all
414+
effect: "extra long pause before processing the element as usual."
415+
examples:
416+
- mathml: '<math><mi>a</mi><mspace intent=":pause-xlong" width="4cm"/><mi>b</mi></math>'
417+
en: "a [pause....] b"

_data/open-properties.yml

-50
Original file line numberDiff line numberDiff line change
@@ -1,50 +0,0 @@
1-
2-
- property: pause-short
3-
type: pause
4-
applicability: all
5-
effect: "short pause before processing the element as usual."
6-
examples:
7-
- mathml: '<math><mi>a</mi><mspace intent=":pause-short" width=".2em"/><mi>b</mi></math>'
8-
en: "a [pause.] b"
9-
10-
- property: pause-medium
11-
type: pause
12-
applicability: all
13-
effect: "medium pause before processing the element as usual."
14-
examples:
15-
- mathml: |
16-
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
17-
<mtable displaystyle="true" intent=":system-of-equations">
18-
<mtr>
19-
<mtd intent=":equation-label"><mtext>(10)</mtext></mtd>
20-
<mtd><mi>𝑎</mi><mi>+</mi><mi>𝑎</mi></mtd>
21-
<mtd><mo form="infix">=</mo><mi>𝑏</mi><mo>+</mo><mi>𝑏</mi></mtd>
22-
<mtd intent=":pause-medium"><mi>𝑐</mi><mo>+</mo><mi>𝑐</mi></mtd>
23-
<mtd><mo form="infix">=</mo><mi>𝑑</mi><mo>+</mo><mi>𝑑</mi></mtd>
24-
</mtr>
25-
<mtr>
26-
<mtd intent=":equation-label"><mtext>(11)</mtext></mtd>
27-
<mtd><mi>𝑎</mi></mtd>
28-
<mtd><mo form="infix">=</mo><mi>𝑏</mi></mtd>
29-
<mtd intent=":pause-medium"><mi>𝑐</mi></mtd>
30-
<mtd><mo form="infix">=</mo><mi>𝑑</mi></mtd>
31-
</mtr>
32-
</mtable>
33-
</math>
34-
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"
35-
36-
- property: pause-long
37-
type: pause
38-
applicability: all
39-
effect: "long pause before processing the element as usual."
40-
examples:
41-
- mathml: '<math><mi>a</mi><mspace intent=":pause-long" width="2em"/><mi>b</mi></math>'
42-
en: "a [pause...] b"
43-
44-
- property: pause-xlong
45-
type: pause
46-
applicability: all
47-
effect: "extra long pause before processing the element as usual."
48-
examples:
49-
- mathml: '<math><mi>a</mi><mspace intent=":pause-xlong" width="4cm"/><mi>b</mi></math>'
50-
en: "a [pause....] b"

0 commit comments

Comments
 (0)