MantisBT - NetSurf
View Issue Details
0002796NetSurfRISC OS-specificpublic2020-11-21 10:342020-11-21 10:34
ReporterJohn WILLIAMS 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusnewResolutionopen 
PlatformRISC OSOSRISC OSOS Version5.29 Dev
Product Version 
Target VersionFixed in Version 
Fixed in CI build #
Reported in CI build #5216
URL of problem pagehttps://www.riscosopen.org/forum/forums/2/topics/318?page=1
Summary0002796: Using hyperlink nullifies superscript effecy
Description
Netsurf 3.11 (Dev C1 #5216) under RISC OS displays:

 

This is some text with a footnote<sup>1</sup> after it.


 

<sup>1</sup> And this is the footnote.



perfectly well as expected, but fails to display:

 

This is some text with a footnote<sup class="footnote"
 id="fnr11605348591905180128">#fn11605348591905180128</sup>
 after it.

<p class="footnote" id="fn11605348591905180128"><a
 href="#fnr11605348591905180128"><sup>1</sup></a> And this is the
footnote.



correctly, the superscript being apparently ignored as the "1" remains
stubbornly NOT superscript, though other browsers seem to display it
perfectly well.

The hyperlink to the fragment identifier still works, but the return
apparently doesn't in NetSurf, I am told.

Both examples are generated by Textile on the ROOL forums.

Steps To ReproduceAn example of a working superscript tag and the non-working tag ided withing the text.
Each examle may be typed HTML and loaded into NetSurf.
TagsNo tags attached.
Attached Files

There are no notes attached to this issue.

Issue History
2020-11-21 10:34John WILLIAMSNew Issue