Document Comparison Text Updates
Hi
Harsh
&
Morgan
,
This updated template is in reference to bug #17480. We were able to do the styling fixes for indentation on our end, however the markup that has been generated is improperly nested so the indentation will not appear correctly.
This updated template is in reference to bug #17480. We were able to do the styling fixes for indentation on our end, however the markup that has been generated is improperly nested so the indentation will not appear correctly.
For example, the a), b) and c) bullets are at the same level as 5.2 and 5.3 and have nothing we can use to target them differently:
For the indentation to appear correctly, the markup would have to look something like this:
<div class="para-lvl2">
5.1
<div class="para-lvl3">a</div>
<div class="para-lvl3">b</div>
<div class="para-lvl3">c</div>
</div>
<div class="para-lvl2">
5.2
<div class="para-lvl3">a</div>
<div class="para-lvl3">b</div>
<div class="para-lvl3">c</div>
</div>Here is the updated file:
Any questions, let us know!
The html mark up is generated by our conversion algorithm. we can not able to change this.
Does this css resolved our this issue? does we need to integrate this css file in application ?
Echoing
Thanks,
Morgan
Right, I see. I've spoken with our developer and there isn't a way we can apply the styling without altering the HTML as we can't specifically target those elements.
If that's the case, what's the problem here?
Morgan
We talked earlier with Melisa and Naomi that we are displaying html with styling applied to conversion algorithm. We can not change those classes. We also suggested that if we change then html will be not displayed properly (ex. all indentation, paragraph, bullet will be display in similar way)
Yes in the above templates, the styling issue is fixed. However, we won't see these changes in the application once the templates have been integrated, as the actual HTML generated by the conversion would need to be altered.
I can log this as an issue for future improvement, as the biggest changes regarding the justified text and major indentation has been fixed, and close this issue for now if that is okay with you?
Having said that, would it be possible for you to provide me with an example of what things will looks like?
Morgan