Has anyone else notices that NetSurf, the RISC OS version at least, displays subscript text as superscript?
I've submitted a bug report, ID 2037940, but at least I'd like to know whether others have observed the same. Here's a test you can use: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Test page</title> </head> <body bgcolor = "#FFFFFF" text = "#000000" link = "#3366CC"> <p align="left"><h1>Test page </h1> <p align = "left">Subscript: CO<sub><small>2</small></sub></p> <p align = "left">Superscript: CO<sup><small>2</small></sup></p> <p align = "left">Full size subscript: CO<sub>2</sub></p> </body> </html> Dave