docs / errors / E08

E08 Marker rule violated

Constant
E_MARKER
Specification
§3.2, §6
Lenient mode
Recorded and the document is built anyway

The * selected-element marker appears where it must not, is missing where mandatory, or repeats in a single-selection list.

How to see it

In the playground, “Editor & validator” tab, the “Inject 3 errors” button triggers E04, E05, E08 and E09 on the loaded example. From the command line, mini diagnose archivo.mini prints a JSON report with every error and the lines to regenerate.

← E07E09 →