[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev superscript bugs
From: |
Henry Nelson |
Subject: |
Re: lynx-dev superscript bugs |
Date: |
Thu, 8 Aug 2002 14:21:15 +0900 (JST) |
> In Lynx's rendering of the HTML
>
> ( 1 - <i>v</i><sup>2</sup> / <i>c</i><sup>2</sup>) <sup>1/2</sup>
>
> I see two bugs:
>
> (1) the superscript of the variable v is not rendered as a superscript
> (1) the power 1/2 is not rendered as a superscript
I can't believe I've never bumped into this before. Weird as it is,
"a" through "f" can be followed by a superscript, but not "g" through
"z". Even using an entity for "g" ("&103;") doesn't help. Same is true
of caps. None of the multibytes I tried would take a superscript
after them either.
a<sup>2</sup> b<sup>2</sup>
c<sup>2</sup> d<sup>2</sup>
e<sup>2</sup> f<sup>2</sup><br>
g<sup>2</sup> g<sup>2</sup>
h<sup>2</sup> h<sup>2</sup> <br>
i<sup>2</sup> j<sup>2</sup>
k<sup>2</sup> l<sup>2</sup>
m<sup>2</sup> n<sup>2</sup>
o<sup>2</sup> p<sup>2</sup>
q<sup>2</sup><br>
r<sup>2</sup>
s<sup>2</sup> t<sup>2</sup>
u<sup>2</sup> v<sup>2</sup>
w<sup>2</sup> x<sup>2</sup>
y<sup>2</sup> z<sup>2</sup>
renders as:
a^2 b^2 c^2 d^2 e^2 f^2
g2 g2 h2 h2
i2 j2 k2 l2 m2 n2 o2 p2 q2
r2 s2 t2 u2 v2 w2 x2 y2 z2
__Henry
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden