You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by "David Johnson (JIRA)" <ji...@apache.org> on 2010/07/19 03:09:52 UTC

[jira] Resolved: (ROL-569) HTML output by showBookmarks is violates HTML spec

     [ https://issues.apache.org/jira/browse/ROL-569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Johnson resolved ROL-569.
-------------------------------

    Resolution: Fixed

I believe this was fixed long ago and since then I've been able to validate my blog, which uses bookmarks against HTML 4 and more recently HTML5.

> HTML output by showBookmarks is violates HTML spec
> --------------------------------------------------
>
>                 Key: ROL-569
>                 URL: https://issues.apache.org/jira/browse/ROL-569
>             Project: Roller
>          Issue Type: Bug
>          Components: Macros
>    Affects Versions: 1.0RC2
>         Environment: blogs.sun.com....
>            Reporter: Dan price
>            Assignee: David Johnson
>
> I think the HTML being output by the showBookmarks() macro is somewhat busted.  I'm seeing:
> <ul class="rFolder">Solaris Kernel Folks                                   
>        <li class="rFolderItem">                                                
>          <a href="http://blogs.sun.com/ahl" title="Adam Leventhal"             
>  class="rBookmark0">Adam Leventhal</a>                                         
>        </li>                                                                   
>                                                                                
> I could be wrong, but isn't it a bad idea (not HTML 4.01 compliant) to have the title of the list inside the <ul> tag like that?
> This would be better:                        
>                                                                              
> <div class="rFolder">Solaris Kernel Folks</div>                               
> <ul>                                                                          
> <li class="rFolderItem">...</li>                                              
>                                                                               
> Seems like a better answer to me.  Among other problems, the current
> version's HTML output looks fairly poor.  Some compensation can be done with stylesheets, but that's a kludge.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.