Hi,
I'm using Prince 12.5.1, and trying to use custom list markers, e.g. 1.1, 1.2, etc.
...but, when using
This happens even when setting list-style: decimal;
(Test case attached.)
How do I get PDF/UA working whilst using custom list markers?
Cheers,
Dave.
I'm using Prince 12.5.1, and trying to use custom list markers, e.g. 1.1, 1.2, etc.
ol.contentslist li::marker {
content: attr(data-unit-number);
}
...but, when using
--pdf-profile="PDF/UA-1"
, this triggers an error:ordered list does not have ListNumbering attribute
This happens even when setting list-style: decimal;
(Test case attached.)
How do I get PDF/UA working whilst using custom list markers?
Cheers,
Dave.