html-to-docx icon indicating copy to clipboard operation
html-to-docx copied to clipboard

Table border - should honor unit-less or abbreviated strings or individual css border properties

Open amrita-syn opened this issue 4 years ago • 0 comments

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

amrita-syn avatar Feb 09 '21 06:02 amrita-syn