Numbering in ordered list with profiling attributes

Post here questions and problems related to editing and publishing DITA content.
Edomonndo
Posts: 7
Joined: Sat Sep 28, 2019 1:38 pm

Numbering in ordered list with profiling attributes

Post by Edomonndo »

Hi,

In our document we have ordered lists with profiling attributes.
When hiding excluded contents by profiling setting, the Author view does not display the numbers continuously.
How to customize this numbers by css?

Source

Code: Select all

<ol>
	<li>First item</li>
	<li audience="novice">Second item</li>
	<li audience="expert">Second item</li>
</ol>
As Is (Novice excluded)
1. First item
3. Second item

To be (Novice excluded)
1. First item
2. Second item
Radu
Posts: 9473
Joined: Fri Jul 09, 2004 5:18 pm

Re: Numbering in ordered list with profiling attributes

Post by Radu »

Hi,

I'm afraid this cannot be fixed from your side, I added an internal issue to look into this:

EXM-50266 Counting list item should take applied profiling filters into account

and if we manage to fix it in a future Oxygen version I will update this forum thread.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply