[Zope-dev] [Fwd: first disregarding and then complaining about missing </noframes>]

Hannu Krosing hannu@tm.ee
Tue, 30 Nov 1999 10:48:13 +0200


This is a multi-part message in MIME format.
--------------3B448631A32F2903BE5E90E6
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

After playing with tidy from w3.org I complained to them about an issue with 
zope's management frameset page and this is what I got back.
--------------3B448631A32F2903BE5E90E6
Content-Type: message/rfc822
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Return-Path: <supde@microsoft.com>
Received: from mail1.microsoft.com (mail1.microsoft.com [131.107.3.125])
	by sid.trust.ee (8.8.7/8.8.7) with SMTP id TAA19103
	for <hannu@tm.ee>; Mon, 29 Nov 1999 19:15:17 +0200
Received: from 157.54.9.101 by mail1.microsoft.com (InterScan E-Mail VirusWall NT); Mon, 29 Nov 1999 09:05:04 -0800 (Pacific Standard Time)
Received: by INET-IMC-01 with Internet Mail Service (5.5.2650.21)
	id <X64BG7SP>; Mon, 29 Nov 1999 08:55:38 -0800
Message-ID: <5B3F16B2DB67D1119A0D00805F312AA21497FC36@RED-MSG-58>
From: Stuart Updegrave <supde@microsoft.com>
To: "'Hannu Krosing'" <hannu@tm.ee>, html-tidy@w3.org
Subject: RE: first disregarding and then complaining about missing </nofra
	mes>
Date: Mon, 29 Nov 1999 08:35:22 -0800
X-Mailer: Internet Mail Service (5.5.2650.21)

According to the HTML 4.0 Specification, NOFRAMES is a child of FRAMESET
(see <URL: http://www.w3.org/TR/REC-html40/present/frames.html#edef-NOFRAMES
> for definition).

Try the following to see if it works for you: 

<HTML>
<HEAD>
<TITLE>Zope on http://hu.tm.ee:8080</TITLE>
<SCRIPT LANGUAGE="javascript">
<!--
function update_menu()
{   window.manage_menu.location.href=window.manage_menu.location.href;
}
//-->
</SCRIPT>
</HEAD>
<FRAMESET COLS="175,*">
  <FRAME SRC="test/left.html" NAME="manage_menu"
   MARGINWIDTH="2" MARGINHEIGHT="2" SCROLLING="auto">
  <FRAME SRC="test/right.html" NAME="manage_main"
   MARGINWIDTH="2" MARGINHEIGHT="0" SCROLLING="auto">
  <NOFRAMES>
  Management interfaces require the use of a <B>frames-capable</B> web
browser.
  </NOFRAMES>
</FRAMESET>
</HTML>

cheers,
~stuart 


-----Original Message-----
From: Hannu Krosing [mailto:hannu@tm.ee]
Sent: Sunday, November 28, 1999 5:11 PM
To: html-tidy@w3.org
Subject: first disregarding and then complaining about missing
</noframes>


attached page (managment frameset from Zope> generates the following errors:

line 4 column 1 - Warning: <script> lacks "type" attribute
line 19 column 1 - Warning: inserting implicit <body>
line 20 column 1 - Warning: discarding unexpected </noframes>
line 23 column 2 - Warning: missing </noframes>

the last two seem to be contradicting.

And I'm not sure that placing <noframes> inside <frameset ...> is correct ?

------------
Hannu

--------------3B448631A32F2903BE5E90E6--