Skip to content

Commit 911e775

Browse files
committed
well formed
1 parent d513bef commit 911e775

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_data/open-properties.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
applicability: all
55
effect: "short pause before processing the element as usual."
66
examples:
7-
- mathml: '<math><mi>a</mi><mspace intent=":pause-short" width=".2em"/></mi>b</mi></math>'
7+
- mathml: '<math><mi>a</mi><mspace intent=":pause-short" width=".2em"/><mi>b</mi></math>'
88
en: "a [pause.] b"
99

1010
- property: pause-medium
@@ -38,13 +38,13 @@
3838
applicability: all
3939
effect: "long pause before processing the element as usual."
4040
examples:
41-
- mathml: '<math><mi>a</mi><mspace intent=":pause-long" width="2em"/></mi>b</mi></math>'
41+
- mathml: '<math><mi>a</mi><mspace intent=":pause-long" width="2em"/><mi>b</mi></math>'
4242
en: "a [pause...] b"
4343

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

0 commit comments

Comments
 (0)