html-to-docx
html-to-docx copied to clipboard
Table border - should honor unit-less or abbreviated strings or individual css border properties
Table border - should honor unit-less or abbreviated strings or individual css border properties
Example - This works:
<table style="border: 0px">...</table>
This DOES NOT work:
<table style="border: 0">...</table>
Expected result - All border related css definitions should work