Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong section nesting when transforming HTML fragments #2

Closed
mfuchs23 opened this issue Nov 26, 2015 · 1 comment
Closed

Wrong section nesting when transforming HTML fragments #2

mfuchs23 opened this issue Nov 26, 2015 · 1 comment
Milestone

Comments

@mfuchs23
Copy link
Owner

OK many thanks.
I made some tests this morning... Works well for the above example

But doesn't work for this one :

<p>para 1</p>
<h2>title 2.1</h2>
<p>para 2.1</p>
<h2>title 2.2</h2>
<p>para 2.2</p>

-->

<para>para 1</para>
<section>
  <title>title 2.1</title>
  <para>para 2.1</para>
  <section>
    <title>title 2.2</title>
    <para>para 2.2</para>
  </section>
</section>

My example is not very HTML5 compliant, because of the lack of h1, but it is a fragment...

@mfuchs23 mfuchs23 modified the milestones: 8.0., 8.0.2, 8.0.0 Nov 26, 2015
@mfuchs23
Copy link
Owner Author

Fixed with release 8.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant