Bug #4585
closedDocumentation: superscript not rendered
0%
Description
At http://www.saxonica.com/saxon-js/documentation/index.html#!conformance/xslt30, under xsl:number, we see "Saxon-JS loses precision when formatting numbers greater than 253". It presumably should be 2^53.
Updated by Debbie Lockett over 4 years ago
- Status changed from New to Closed
- Assignee changed from Michael Kay to Debbie Lockett
Website base CSS updated to add 'sup' styling. Committed and updated online. (As always, may need to clear cache to see updates.)
Updated by John Lumley over 1 year ago
- Status changed from Closed to In Progress
It looks as if, at least in Firefox and Chrome, the implict sup
styling is being overridden by saxon-base.css:37
, specifically setting vertical-align:baseline
rather that super
and font:inherit
overriding font-size:small
.
Updated by Debbie Lockett over 1 year ago
- Status changed from In Progress to Closed
Whoops. Apparently I unintentionally broke this by removing the sup
element handling in saxon-base.css
at some point. I have reinstated this now (uploaded online, and source committed in website
repository).
Please register to edit this issue
Also available in: Atom PDF Tracking page