Skip to content

Commit a2db15a

Browse files
add equation-label for w3c/mathml#525 (#84)
* add equation-label for w3c/mathml#525 * space not tab
1 parent 98b7178 commit a2db15a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

_data/core-properties.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,18 @@
184184
applicability: mtable
185185
effect: indicates that the table should be read column by column
186186

187+
- property: equation-label
188+
type: table
189+
applicability: mtd
190+
effect: indicates that the cell holds an equation label.
191+
This may influence the way the surrounding `mtr` is announced.
192+
193+
- property: no-equation-label
194+
type: table
195+
applicability: mtd
196+
effect: indicates that the cell does not hold a label.
197+
This may be used if a table column is being used solely to hold labels
198+
to highlight empty cells for unlabeled rows.
187199

188200
- property: number-set
189201
type: mathematical-category

0 commit comments

Comments
 (0)