Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design What would be semantic markup for a list of messages?

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #277673
    Gregg
    Participant

    I have a dashboard screen on my website.
    The dashboard is divided into 4 areas: messages, information, warnings, errors.

    Each area will show a list of information comprised of a title, datetime, and a body of text.

    At first I considered going with a table for each, and then I thought maybe having each be a definition list where the title would be the ‘term’ and the body would be the ‘definition’. Not sure where I’d put the date on that – but whatever.

    I’m new to HTML 5 and I’d like to mark up this page in a semantically correct way and while that is obvious with an article, or documents, it really isn’t obvious to me with a dashboard. Any links to guidance would be appreciated.

    #277675
    Paulie_D
    Member

    A definition list doesn’t feel semantic to me.

    What’s wrong with an actual ul…it doesn’t matter if the li are broken into 3 sections so I don’t see that as an issue?

    #277702
    Gregg
    Participant

    Paulie,

    I think you may be correct there.
    Perhaps I’m over-thinking this issue.

    These are lists so, yeah, put them in a list.

    Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Design’ is closed to new topics and replies.