Skip to content

Commit 677019e

Browse files
committed
pause properties added to open-properties
1 parent 0e0834d commit 677019e

File tree

1 file changed

+36
-9
lines changed

1 file changed

+36
-9
lines changed

_data/open-properties.yml

Lines changed: 36 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,40 @@
11

2+
- property: pause-short
3+
type: pause
4+
applicability: all
5+
effect: "short pause before processing the element as usual."
26

3-
- property: example
4-
type: example-type
5-
applicability: mi
7+
- property: pause-medium
8+
type: pause
9+
applicability: all
10+
effect: "medium pause before processing the element as usual."
611
examples:
7-
- mathml: "$1.50"
8-
en: 1.50 dollars
9-
- mathml: "1.50USD"
10-
en: 1.50 U S dollars
11-
- mathml: "£1.50"
12-
en: 1.50 pounds
12+
- mathml: |
13+
14+
15+
16+
(10)
17+
𝑎+𝑎
18+
=𝑏𝑏+𝑏
19+
𝑐+𝑐
20+
=𝑑+𝑑
21+
22+
23+
(11)
24+
𝑎
25+
=𝑏
26+
𝑐
27+
=𝑑
28+
29+
30+
31+
32+
- property: pause-long
33+
type: pause
34+
applicability: all
35+
effect: "long pause before processing the element as usual."
1336

37+
- property: pause-xlong
38+
type: pause
39+
applicability: all
40+
effect: "extra long pause before processing the element as usual."

0 commit comments

Comments
 (0)