Skip to content

Commit e204fdf

Browse files
use doc-backlink for references
#44
1 parent 76104d6 commit e204fdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Guidelines/Nordic MathML Guidelines 2024-1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -836,10 +836,10 @@ These requirements also hold for the labeled block equation:
836836

837837
**Note** that the element `<mlabeledtr>` is not allowed to use for labeling.
838838

839-
When the equation is later referenced, use the ID of the `<math>` element to link back to the equation. Example markup of referencing the equation:
839+
When the equation is later referenced, use the ID of the `<math>` element to link back to the equation. Also use the `role="doc-backlink"` attribute. Example markup of referencing the equation:
840840

841841
```html
842-
<p>Then it is derived from the equation <a href="#eq-1-3">(1.3)</a>.</p>
842+
<p>Then it is derived from the equation <a role="doc-backlink" href="#eq-1-3">(1.3)</a>.</p>
843843
```
844844

845845

0 commit comments

Comments
 (0)