https://bugs.documentfoundation.org/show_bug.cgi?id=166079
--- Comment #2 from Iandol <[email protected]> --- For Word, If I edit Normal style to add some OT features (oldstyle, proportional, stylistic set = 1, contextual alternative ON) the XML in styles.xml shows this: <w:style w:type="paragraph" w:default="1" w:styleId="Normal"> <w:name w:val="Normal"/> <w:qFormat/> <w:rsid w:val="004868A2"/> <w:rPr> <w:rFonts w:ascii="Libertinus Serif" w:eastAsia="Libertinus Serif" w:hAnsi="Libertinus Serif" w:cs="Libertinus Serif"/> <w14:numForm w14:val="oldStyle"/> <w14:numSpacing w14:val="proportional"/> <w14:stylisticSets><w14:styleSet w14:id="1"/></w14:stylisticSets>< w14:cntxtAlts/> </w:rPr> </w:style> I then edited the direct font formatting to change proportional to tabular and oldstyle to lining, stylistic set to 2 and contextual alternative OFF and the document.xml text is wrapped like so: <w:p w:rsidR="00692BE2" w:rsidRPr="004868A2" w:rsidRDefault="00692BE2" w:rsidP="004868A2"/> <w:p w:rsidR="00692BE2" w:rsidRPr="004868A2" w:rsidRDefault="00692BE2" w:rsidP="004868A2"> <w:pPr><w:rPr> <w14:numForm w14:val="lining"/> <w14:numSpacing w14:val="tabular"/> <w14:stylisticSets><w14:styleSet w14:id="2"/></w14:stylisticSets> <w14:cntxtAlts w14:val="0"/> </w:rPr></w:pPr> <w:r w:rsidRPr="004868A2"> <w:rPr> <w14:numForm w14:val="lining"/> <w14:numSpacing w14:val="tabular"/> <w14:stylisticSets><w14:styleSet w14:id="2"/></w14:stylisticSets> <w14:cntxtAlts w14:val="0"/> </w:rPr><w:t>Test</w:t></w:r><w:r w:rsidR="001A3266" w:rsidRPr="004868A2"> <w:rPr> <w14:numForm w14:val="lining"/> <w14:numSpacing w14:val="tabular"/> <w14:stylisticSets><w14:styleSet w14:id="2"/></w14:stylisticSets> <w14:cntxtAlts w14:val="0"/> </w:rPr><w:t xml:space="preserve"> 012345</w:t></w:r></w:p> The tags are the same in the styles.xml and intext direct formatting in documents.xml -- You are receiving this mail because: You are the assignee for the bug.
