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

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,3 +364,54 @@
364364
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: 'ab'
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+
384+
385+
386+
(10)
387+
𝑎+𝑎
388+
=𝑏+𝑏
389+
𝑐+𝑐
390+
=𝑑+𝑑
391+
392+
393+
(11)
394+
𝑎
395+
=𝑏
396+
𝑐
397+
=𝑑
398+
399+
400+
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: 'ab'
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: 'ab'
417+
en: "a [pause....] b"

_data/open-properties.yml

Lines changed: 0 additions & 50 deletions
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: 'ab'
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-
17-
18-
19-
(10)
20-
𝑎+𝑎
21-
=𝑏+𝑏
22-
𝑐+𝑐
23-
=𝑑+𝑑
24-
25-
26-
(11)
27-
𝑎
28-
=𝑏
29-
𝑐
30-
=𝑑
31-
32-
33-
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: 'ab'
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: 'ab'
50-
en: "a [pause....] b"

0 commit comments

Comments
 (0)