You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by is...@cocoondev.org on 2003/01/27 15:20:09 UTC

[issues] New comment: (FOR-25) Invalid HTML as per w3c in some skins

The following comment has been added to this issue:

     Author: Jeff Turner
    Created: Mon, 27 Jan 2003 8:20 AM
       Body:
This is partially solved. The forrest-site avalon-tigris skins now validate okay, and have a (optional) w3c logo:

http://forrestbot.cocoondev.org/sites/xml-forrest/index.html

The krysalis-site skin doesn't validate, because the menu relies on some invalid HTML:

<ul>
  <li>A
  <ul>
     <li>B
     <li>C

to achieve the nice multi-layer hierarchy:

= A
   - B
   - C

If that were fixed to:

<ul>
  <li>...
  <li>
    <ul>
      <li>...
      <li>...

Then the 'useless' <li> causes a CSS image to be placed just before that of the subsequent 'useful' <li>. The result isn't too pretty.

I'll attach a HTML sample illustrating the problem.  Help from the CSS clueful would be appreciated.

--Jeff


---------------------------------------------------------------------
View the issue:

  http://issues.cocoondev.org/jira//secure/ViewIssue.jspa?key=FOR-25


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: FOR-25
    Summary: Invalid HTML as per w3c in some skins
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Forrest
  Component: Forrest website

   Assignee: 
   Reporter: Ralf Hauser

    Created: Wed, 15 Jan 2003 1:22 AM
    Updated: Mon, 27 Jan 2003 8:05 AM

Description:
http://validator.w3.org/check?uri=http://xml.apache.org/forrest/index.html

7 easy errors to fix.

Once done, I suggest you add the w3c validator logo and its auto-validating URL to the footer!


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.cocoondev.org/jira//Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira