From dev-return-18350-apmail-forrest-dev-archive=forrest.apache.org@forrest.apache.org Fri Aug 05 06:57:03 2005 Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 81243 invoked from network); 5 Aug 2005 06:57:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Aug 2005 06:57:02 -0000 Received: (qmail 77134 invoked by uid 500); 5 Aug 2005 06:56:53 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 77012 invoked by uid 500); 5 Aug 2005 06:56:53 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 76964 invoked by uid 99); 5 Aug 2005 06:56:52 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Aug 2005 23:56:40 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 3AFD8E1 for ; Fri, 5 Aug 2005 08:56:37 +0200 (CEST) Message-ID: <581263536.1123224997240.JavaMail.jira@ajax.apache.org> Date: Fri, 5 Aug 2005 08:56:37 +0200 (CEST) From: "David Crossley (JIRA)" To: dev@forrest.apache.org Subject: [jira] Commented: (FOR-592) Pelt skin not HTML 4.01 compliant Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/FOR-592?page=comments#action_12317757 ] David Crossley commented on FOR-592: ------------------------------------ Re: FOR-592 - pelt and i18n clarifications http://marc.theaimsgroup.com/?t=112316016400002 > Pelt skin not HTML 4.01 compliant > --------------------------------- > > Key: FOR-592 > URL: http://issues.apache.org/jira/browse/FOR-592 > Project: Forrest > Type: Bug > Components: Skins (general issues) > Versions: 0.7, 0.8-dev > Reporter: Manuel Mall > Fix For: 0.8-dev > > Just go to the Forrest home page and click the HTML 4.01 Compliance button. The page doesn't validate. Other sites, e.g. Apache FOP, created with the same skin have the same problem. One issue I could identify is that in the site2xhtml.xsl there are tags like: > . > The 'i18n:attr="value"' bit creates a non HTML 4.01 compliant attribute. Other problems are related to Javascript not being escaped correctly, e.g. > document.write("Last Published: " + document.lastModified); > should be written as > document.write("Last Published:<\/text> " + document.lastModified); > I assume a requirement of being allowed to put the W3C HTML 4.01 Compliant logo on the site is that the pages correctly validate. Pages based on this skin don't validate but do carry the logo. Sounds like a problem to me. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira