- From: Gabriele Caniglia <mailing.lists@garr.com>
- Date: Thu, 1 Feb 2001 11:28:04 +0100
- To: www-html@w3.org
Greetings,
the HTML validator on the W3C site does not validate a frameset, because of:
----------
<frameset rows="35%,*" frameborder="no">
^
Error: there is no attribute "FRAMEBORDER"
----------
or else:
----------
<frameset rows="35%,*" frameborder="0">
^
Error: there is no attribute "FRAMEBORDER"
----------
Actually I can't understand the problem with the FRAMEBORDER
attribute, since it is part of HTML 4.01:
><http://www.w3.org/TR/REC-html40/present/frames.html#adef-frameborder>
>
>frameborder = 1|0 [CN]
>
>This attribute provides the user agent with information about the
>frame border. Possible values:
>
>* 1: This value tells the user agent to draw a separator between
>this frame and every adjoining frame. This is the default value.
>
>* 0: This value tells the user agent not to draw a separator between
>this frame and every adjoining frame. Note that separators may be
>drawn next to this frame nonetheless if specified by other frames.
What am I missing?
Thanks in advance for any help you will offer.
--
Gabriele Caniglia
gabble@garr.com
Received on Thursday, 1 February 2001 05:29:17 UTC