Skip to content
This repository was archived by the owner on Jun 16, 2021. It is now read-only.

Commit b4da8d5

Browse files
committed
cross reference combining and non combining characters as discussed on www-math list
1 parent 184fca2 commit b4da8d5

File tree

2 files changed

+86
-0
lines changed

2 files changed

+86
-0
lines changed

charlist.rnc

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ character =
1616
element character {
1717
attlist.character,
1818
unicodedata?,
19+
combref*,
20+
noncombref*,
1921
afii?,
2022
latex*,
2123
varlatex*,
@@ -86,6 +88,10 @@ surrogate = element surrogate {
8688
}
8789

8890
bmp = element bmp { attribute ref { xsd:IDREF }}
91+
combref = element combref { attribute style {"above"|"below"|"over"},
92+
attribute ref { xsd:IDREF }}
93+
noncombref = element noncombref { attribute style {"above"|"below"|"over"},
94+
attribute ref { xsd:IDREF }}
8995

9096
entity =
9197
element entity {

0 commit comments

Comments
 (0)