Dear in5 team,
I had to downgrade to in5(v13.7.16) as this is latest version that properly handle "indd>ScriptLabel" value and export it to HTML graphics and liveText objects.
Replicate Issue with in5(v13.7.18) or higher:
1: in indesign-2022(v17.2) layout create:
- textObject with scriptLabel value "SLvalue-text-11"
- rectangle with scriptLabel value "SLvalue-graphics-11"
2: in5 Export to HTML
- slider vertical
- HTML with local font embeding
3: Inspect exported HTML - issue
- textObject > ALT attribute NOT contain "SLvalue-text-11" as expacted
- rectangle > ALT attribute contain "SLvalue-graphics-11" as expected
4: than change inDesign ScriptLabel attribute to:
- textObject with scriptLabel value "SLvalue-text-22"
- rectangle with scriptLabel value "SLvalue-graphics-22"
5: again Inspect exported HTML - issue
- textObject > ALT attribute NOT contain "SLvalue-text-22" as expacted
- rectangle > ALT attribute NOT contain "SLvalue-text-22" as expacted
REQUEST:
Is possible to put back inDesign>ScriptLabel attribute to be exported to ALT attribute, as this is the only way to somehow mark HTML objects that can be later selected and managed via CSS, JS or jQuery.
Please!
Thanks in advance, Klemen Lavrih