Table Caption, Another HTML Bug?

David Weinehall tao at acc.umu.se
Thu Jan 3 08:36:04 PST 2002


On Thu, Jan 03, 2002 at 11:02:47AM -0500, Paul Kafasis wrote:
> David,
>  No, check your w3c specs. NORESIZE, alone, is the correct method.
> 
>  So Brian, others, my question remains: why is OW showing a border when I
> have:
> 
> <frame name="statictop" src="topframe.html" marginwidth="10"
>  marginheight="10" scrolling="auto" frameborder=0 noresize>

Yes, you are correct; I'm thinking of XHTML, where you must quote and
where no attribute minimization is allowed. However, while your version
works in an SGML-parser only, using noresize="noresize" works in both
SGML- and XML-parsers (given that they are correctly implemented, of
course.) Hence, my version should be the preferred one. I have, as of
yet, not come upon a browser where the full version does not work, even
though the HTML spec warns that only the minimized form might be
supported by some user agents.

But when it comes to quoting values, using quotes for all values
is definitely the way to go;



More information about the OmniWeb-l mailing list