Skip to content

Commit 3407d97

Browse files
Note about attributes not yet supported by the Nordic epub validator
1 parent 141073d commit 3407d97

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Nordic MathML Guidelines.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ Note that `columnspan` is written this way due to backwards compatability for Ma
891891

892892
### Labeling and referencing equations
893893

894-
It is common to label equations and then reference these equations later on in mathematical text. In MathML the `<mtable>` element is used to mark up labeled equations.
894+
It is common to label equations and then reference these equations later on in mathematical text. In MathML the `<mtable>` element is used to mark up labeled equations. **Note:** The `intent` attribute used in this markup is not yet supported by the Nordic epub validator.
895895

896896
Example of a labeled equation
897897

@@ -1054,6 +1054,7 @@ When the operator should be rendered inline, but as block element, it can be don
10541054
</math> as you can see.
10551055
</p>
10561056
```
1057+
**Note**: The attribute `displaystyle` used in this markup is not yet supported by the Nordic epub validator.
10571058

10581059
### Invisible Operators
10591060

@@ -1080,7 +1081,7 @@ Numbers with a unit attached to it should typically be written:
10801081
</math>
10811082
```
10821083

1083-
The invisible multiplication operator ties the unit to the number and provides the possibility to add a space between the number and the unit symbol. The space should be set to 0.25em unless it is a unit that is placed directly after the number, like the degree symbol. In those cases the space can be set to 0 or the `rspace` attribute omitted completely.
1084+
The invisible multiplication operator ties the unit to the number and provides the possibility to add a space between the number and the unit symbol. The space should be set to 0.25em unless it is a unit that is placed directly after the number, like the degree symbol. In those cases the space can be set to 0 or the `rspace` attribute omitted completely. **Note:** The `intent` attribute used in this markup is not yet supported by the Nordic epub validator.
10841085

10851086
Units that contain operators must be marked up correctly, and the whole unit wrapped in a `<mrow>` element.
10861087

0 commit comments

Comments
 (0)