Re: Validator

Could I make a suggestion here?  Your primary requirement, as I
understand it, is for your code to pass the W3C validation checks
in order for it to be acceptable to your client.  You also wish
for the code to produce a border-free frameset, and the only way
in which you can accomplish this using today's browsers is by
using a border attribute for <frameset>, which does not exist in
the HTML 4.01 Transitional DTD.  Why not, then, define your own
variant of the DTD which does permit such attributes, use the
DTD in the DOCTYPE, and validate against that.  Surely that will
meet all your requirements?  I have to say that in my experience
one does /not/ need a border attribute for <frameset> in order to accomplish
a border-free frameset, but on the other hand there most definitely
are situations in which one needs marginheight/marginwidth/leftmargin/
topmargin, so I sympathise with your predicament...

Philip Taylor, RHBNC.
--------
Mark A Gregory wrote:
> 
> Hi Dave,
> 
> I do not understand your statement "Your subject is totally misleading".
> 
> If frameset is not supported then why does the validator accept it?
> If frameset is part of a loose HTML standard then someone should look
> at the problem caused by border not being an attribute of frameset.
> 
> We have found that the only way to get no borders is to add the border
> attribute to frameset.  Our client requires that our code pass through the
> validator and is successful.
> 
> There needs to be a solution to this conundrum, that does not include:
> a. just fudge it
> b. don't use the validator
> c. just tell the client that the W3C standard is full of holes
> 
> I would appreciate some assistance with this.
> thank you
> Mark

Received on Thursday, 9 November 2000 18:58:49 UTC