- From: L. David Baron <dbaron@fas.harvard.edu>
- Date: Sun, 30 May 1999 13:17:25 -0400 (EDT)
- To: nlesbats@etu.utc.fr, www-style@w3.org
On Thu, 27 May 1999 13:11:33 +0200 (MET DST), Nicolas Lesbats (nlesbats@etu.utc.fr) wrote: > value [as a matter of facts, there is too the <sup> and <sub> elements > which won't work correctly in the case <sup><sup></sup></sup> for > instance]. The 'toggle' value would allow to make the default stylesheet Actually, multiple levels of superscript should work fine if the inline box model is implemented correctly, since all values for vertical-align except for top and bottom are relative to the parent element's text, not the line. (That's a good test, now that you mention it.) David
Received on Sunday, 30 May 1999 13:17:27 UTC