View Single Post
Old 06-03-2019, 06:39 PM   #1
mrprobert
Connoisseur
mrprobert began at the beginning.
 
Posts: 71
Karma: 46
Join Date: Mar 2017
Device: None
Question about reformatting <aside> elements (Sigil 0.9.13)

Hi,

I have an epub3 with this code:

<body>
<aside epub:type="footnote">
Text
here,
and here.
</aside>
</body>

After reformatting I expect:

<body>
<aside epub:type="footnote">
Text here, and here.
</aside>
</body>

But instead I see this:

<body>
<aside epub:type="footnote">
Text
here,
and here.
</aside>
</body>

Is Sigil's behavior correct for this example?
mrprobert is offline   Reply With Quote