Why is Flare adding value attribute to list items?

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
chuck_agari
Sr. Propeller Head
Posts: 225
Joined: Wed May 30, 2018 2:40 pm

Why is Flare adding value attribute to list items?

Post by chuck_agari »

In my output, I see this in the source code:

<ol>
<li value="1">Go to ..>.</li>
<li value="2">If you have ... </li>
<li value="3">Click ... </li>
<li value="4">Copy the ... </li>
<li value="5">Enter a ..</li>
<li value="6">Click ... </li>
</ol>

I know Flare has to add some code to otherwise clean HTML so it can "understand" it when said code is imported, etc., but this is unadulterated, unnecessary bloat.
Psider
Propellus Maximus
Posts: 815
Joined: Wed Jul 06, 2011 1:32 am

Re: Why is Flare adding value attribute to list items?

Post by Psider »

I think you'll have to ask that one of MadCap. I could make guesses, but who knows if any of them are The Reason (tm).
Post Reply