Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 35599 invoked from network); 29 Mar 2007 20:01:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Mar 2007 20:01:49 -0000 Received: (qmail 32270 invoked by uid 500); 29 Mar 2007 20:01:54 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 32241 invoked by uid 500); 29 Mar 2007 20:01:54 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 32230 invoked by uid 99); 29 Mar 2007 20:01:54 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Mar 2007 13:01:54 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Mar 2007 13:01:45 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9CCD3714068 for ; Thu, 29 Mar 2007 13:01:25 -0700 (PDT) Message-ID: <7757844.1175198485633.JavaMail.jira@brutus> Date: Thu, 29 Mar 2007 13:01:25 -0700 (PDT) From: "Mike Kienenberger (JIRA)" To: dev@myfaces.apache.org Subject: [jira] Updated: (TOMAHAWK-127) Some components do not render valid html In-Reply-To: <1180641638.1136274901799.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/TOMAHAWK-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Kienenberger updated TOMAHAWK-127: --------------------------------------- Status: Open (was: Patch Available) > Some components do not render valid html > ---------------------------------------- > > Key: TOMAHAWK-127 > URL: https://issues.apache.org/jira/browse/TOMAHAWK-127 > Project: MyFaces Tomahawk > Issue Type: Bug > Components: Panel Navigation2 > Environment: tested on jboss4.0.3/sun jdk 1.5.0_r05/linux with myFaces 1.1.1 and nightly build 20051230 > Reporter: Carsten Stiller > Assigned To: Martin Marinschek > Priority: Minor > Attachments: HtmlNavigationMenuRendererUtils.java.diff > > > Some components do not render valid html (checked with w3c-validator against HTML4.01strict and XHTML1.0) > : The hidden -Tag has to be inside a block-element (a
or whatever) > rendered code: >
> ... > >
> w3c-validator message: document type does not allow element "INPUT" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag. > : Attribute is rendered as 'multiple="true"' instead of 'multiple="multiple"' > rendered code: > > w3c-validator message: value of attribute "MULTIPLE" cannot be "TRUE"; must be one of "MULTIPLE". > : When layout="list" is selected and nested menus are used, non-active parts of the menu-trees include empty
    -tags. (At least one
  • is required inside of
      ). > jsf-code: > > > > > > > > rendered code, when menu-tree is closed: > > w3c-validator message: end tag for "UL" which is not finished. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.