I would say something like:

<dl>
   <dt>News Heading</dt>
   <dd>
         <p>News Dateline</p>
         <p>News Content</p>
   </dd>
</dl>

could be most appropriate. The first example wouldn't really be appropriate because it is trying to create visual groups without any group being in the markup, unless you did multiple <ul>s, which still would be inappropriate. The second one is close, but I think both the dateline and the content should be within the <dd>, because it makes it so a single <dt>/<dd> pair makes up the entire content, giving it a good symbolization of grouping. Then you can have multiple news articles in the same <dl>.

Essential eBiz Solutions wrote:
EBS Logo <www.essentialebizsolutions.net>
Call us on 0800 327 7935

Hi Everyone,

I'm making a news plugin but I'm un-sure what the best/most accesible way is to mark it up?

Should I use

<ul>
<li>News Heading</li>
<li>News Content</li>
<li>News Date</li>
</ul>

or

<dl>
  <dt>News Heading</dt>
    <dd>News Date</dd>
    <dd>News Content</dd>
</dl>

Many thanks
Essential eBiz Solutions
0800 327 7935
www.essentialebizsolutions.net <http://www.essentialebizsolutions.net>

*Disclaimer:* The contents and any attachments of this email message may be privileged and confidential and intended only for the named addressees. Any unauthorised use, dissemination or copying of the information is strictly prohibited. If you are not the addressee, please notify the sender immediately by return e-mail and delete this message. Unless stated to the contrary, any views opinions expressed in this message are those of the author and may not necessarily reflect views or policies of Essential eBiz Solutions Ltd.

Although this e-mail and any attachments are believed to be free of any virus, or other defect which might affect any computer or system into which they are received and opened, it is the responsibility of the recipient to scan the email and attachments to ensure that they are virus free and no responsibility is accepted by EBS for any loss or damage from receipt or use thereof.

*Essential eBiz Solutions Ltd*: 92 Stanton Road, Meir, Stoke-on-Trent, Staffordshire ST3 6DF. Registered with Companies House: 5720784. VAT Registered: GB 943039037



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [email protected]
*******************************************************************


--
Christian Snodgrass
CEO - Azure Ronin
http://www.arwebdesign.net
http://www.htmlblox.com
Phone: 859.816.7955



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [email protected]
*******************************************************************

Reply via email to