Skip to content

Commit 89400ae

Browse files
committed
more examples
1 parent 4301004 commit 89400ae

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

_data/open-properties.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
type: pause
44
applicability: all
55
effect: "short pause before processing the element as usual."
6-
6+
- mathml: 'ab'
7+
en: "a [pause.] b"
8+
79
- property: pause-medium
810
type: pause
911
applicability: all
@@ -28,14 +30,18 @@
2830
2931
3032
31-
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"
33+
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"
3234
3335
- property: pause-long
3436
type: pause
3537
applicability: all
3638
effect: "long pause before processing the element as usual."
39+
- mathml: 'ab'
40+
en: "a [pause...] b"
3741

3842
- property: pause-xlong
3943
type: pause
4044
applicability: all
4145
effect: "extra long pause before processing the element as usual."
46+
- mathml: 'ab'
47+
en: "a [pause....] b"

0 commit comments

Comments
 (0)