Vitaliy-1 / docxToJats

DOCX to JATS XML Converter
GNU General Public License v3.0
20 stars 7 forks source link

Correctly handle "toggle" properties like bold and italics #9

Closed sjamaan closed 4 years ago

sjamaan commented 4 years ago

According to ECMA-376 Part 1, 17.73, these style property elements can have a "val" property with a boolean-like value (0/false or 1/true), which overrides the currently applied style. This can also disable a property which the style had previously enabled.

Vitaliy-1 commented 4 years ago

This makes sense, thanks!