test/testcases/span/04_footnote/inside_footnote.html in kramdown-2.1.0 vs test/testcases/span/04_footnote/inside_footnote.html in kramdown-2.2.0

- old
+ new

@@ -1,17 +1,17 @@ -<p>Lorem ipsum<sup id="fnref:first"><a href="#fn:first" class="footnote">1</a></sup> dolor sit amet.</p> +<p>Lorem ipsum<sup id="fnref:first" role="doc-noteref"><a href="#fn:first" class="footnote">1</a></sup> dolor sit amet.</p> -<p>Lorem ipsum<sup id="fnref:second"><a href="#fn:second" class="footnote">2</a></sup> dolor sit amet.</p> +<p>Lorem ipsum<sup id="fnref:second" role="doc-noteref"><a href="#fn:second" class="footnote">2</a></sup> dolor sit amet.</p> -<div class="footnotes"> +<div class="footnotes" role="doc-endnotes"> <ol> - <li id="fn:first"> - <p>Consecutur adisping.<sup id="fnref:third"><a href="#fn:third" class="footnote">3</a></sup> <a href="#fnref:first" class="reversefootnote">&#8617;</a></p> + <li id="fn:first" role="doc-endnote"> + <p>Consecutur adisping.<sup id="fnref:third" role="doc-noteref"><a href="#fn:third" class="footnote">3</a></sup> <a href="#fnref:first" class="reversefootnote" role="doc-backlink">&#8617;</a></p> </li> - <li id="fn:second"> - <p>Sed ut perspiciatis unde omnis. <a href="#fnref:second" class="reversefootnote">&#8617;</a></p> + <li id="fn:second" role="doc-endnote"> + <p>Sed ut perspiciatis unde omnis. <a href="#fnref:second" class="reversefootnote" role="doc-backlink">&#8617;</a></p> </li> - <li id="fn:third"> - <p>Sed ut. <a href="#fnref:third" class="reversefootnote">&#8617;</a></p> + <li id="fn:third" role="doc-endnote"> + <p>Sed ut. <a href="#fnref:third" class="reversefootnote" role="doc-backlink">&#8617;</a></p> </li> </ol> </div>