WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Semantic Order -

for

From: scott.hoosier@wellsfargo.com
Date: Mar 28, 2016 8:58AM


I don't think so but that's an interesting point. The use of the <ul> and the he dies provide some separation, however it does so in an interesting way.

If (sorry doing this on mobile so I am short handing this. )

<h2>
<p>
<h3>
<ul>
<li>
<p>
</li>
</li>
</ul>

Repeat h3 as necessary section as necessary

<p> relating to h2 text

This might provide additional separation by separating the list options under the h3 rather than a list of h3's

This make up could easily become redundant and ultimately defeating the use of the list.

I would want to have more context I to specific content to see how much separation. Would be required.

Sorry if that made things more confusing

Thanks
Scott



-----Original Message-----
From: Dennis Deacon [ <EMAIL REMOVED> <mailto: <EMAIL REMOVED> >]
Sent: Monday, March 28, 2016 08:53 AM Central Standard Time
To: <EMAIL REMOVED>
Subject: [WebAIM] Semantic Order -


We have an internal debate over the best way to handle semantic order.
Here's an example:

<h2>Sub heading</h2>
<ul>
<li>
<h3>Sub sub heading 1</h3>
<p>Textual content related to Sub sub heading 1</p>
</li>
<li>
<h3>Sub sub heading 2</h3>
<p>Textual content related to Sub sub heading 1</p>
</li>
<li>
<h3>Sub sub heading 3</h3>
<p>Textual content related to Sub sub heading 1</p>
</li>
</ul>

<p>Some text not related to Sub sub heading 3, but could be related to the
last h2 Sub heading.</p>

Does the paragraph after the unordered list need a heading to take it out
of the Sub sub heading 3 grouping? Would wrapping the unordered list with a
div create a grouping, eliminating the need for a heading before this
paragraph?

Thanks in advance.

--
Dennis Deacon
Email: <EMAIL REMOVED>
Website/Portfolio: dennisdeacon.com
Blog: dennisdeacon.com/blog
LinkedIn Profile: linkedin.com/in/dennisdeacon