[jira] [Commented] (OFBIZ-10333) Improve Party

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-10333) Improve Party

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-10333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16544492#comment-16544492 ]

Deepak Dixit commented on OFBIZ-10333:
--------------------------------------

Hi [~Dennis Balkir],

I think we have issue with markup, we used div inside ul, and its not valid markup. Div is not a valid child of ul element. Its semantically incorrect markup.
{code}
<ul>
  <li class="h3">........</li>
  <div class="basic-nav">
    <ul>
      <li>......</li>
    </ul>
  </div>
 </ul>
{code}


> Improve Party
> -------------
>
>                 Key: OFBIZ-10333
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10333
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: party
>    Affects Versions: Trunk
>            Reporter: Dennis Balkir
>            Assignee: Deepak Dixit
>            Priority: Minor
>         Attachments: OFBIZ-10221-party.template-party.AddCheckForParty.patch, OFBIZ-10221-party.template-party.profileBlocks.ProductStores.patch, OFBIZ-10221-party.template-party.profileBlocks.Visits.patch, OFBIZ-10221-party.template.party.EditShoppingList.patch, OFBIZ-10221-party.template.party.profileblocks.Attributes.patch, OFBIZ-10221-party.template.party.profileblocks.Contact.patch, OFBIZ-10221-party.template.party.profileblocks.Content.patch, OFBIZ-10221-party.template.party.profileblocks.ContentList.patch, OFBIZ-10221-party.template.party.profileblocks.Notes.patch, OFBIZ-10221-party.template.party.profileblocks.UserLogin.patch
>
>
> All improvements for layout and structure for the Order-Application



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)