File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
applicability : all
5
5
effect : " short pause before processing the element as usual."
6
6
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>'
8
8
en : " a [pause.] b"
9
9
10
10
- property : pause-medium
38
38
applicability : all
39
39
effect : " long pause before processing the element as usual."
40
40
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>'
42
42
en : " a [pause...] b"
43
43
44
44
- property : pause-xlong
45
45
type : pause
46
46
applicability : all
47
47
effect : " extra long pause before processing the element as usual."
48
48
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>'
50
50
en : " a [pause....] b"
You can’t perform that action at this time.
0 commit comments