Skip to content

Commit 1e67dd8

Browse files
committed
Adding section about annotations
1 parent 21d2323 commit 1e67dd8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Guidelines/Nordic MathML Guidelines 2024-1.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ For inline math, be careful to preserve whitespace around the expression. Compar
110110

111111
In example 1, the spaces around the math expression are missing, which will affect the visual rendering. It should remain the same as in the original title.
112112

113+
### Semantics and Annotations
114+
115+
MathML expressions can be provided with annotations in various forms. In order to associate an expression with an annotation the expression itself must be wrapped in a `<semantics>` element, placed as the first child element of the `<math>` element. Subsequent `<annotation>` or `<annotation-xml>` elements then contain the annotation. This markup must not be used unless specific instructions are given by the Ordering Agency. In general, none of the `<semantics>`, `<annotation>` or `<annotation-xml>` elements are to be used.
116+
113117
### Presentation vs Content MathML
114118

115119
The distinction between Presentation MathML and Content MathML lies in their purpose and how they represent mathematical expressions. Presentation MathML is generally required in production for simplicity. Content MathML, or a combined markup, should only be used if specific instructions to do so are given by the Ordering Agency.

0 commit comments

Comments
 (0)