HTML and XHTML Techniques - Using structural elements to group links

Submitter's Name: Nir Dagan
Submitter's Email: nir@nirdagan.com

Technique ID: UNKNOWN
Short Name: Using structural elements to group links
Technique Category: HTML and XHTML Techniques
Success Criterion Reference: UNKNOWN

Applicability:
This technique is an addition to technique H50

UA Issues:
Probably not well supported yet. However can be use in combination with the existing version of the technique H50.

Description:
The objective of this technique is to demonstrate how to group links into logical sets....Group links via one of the following mechanisms....:

nav (HTML5 element)
nav having ul or ol as child

Example 1 Head:  Using nav and lists to group links
Example 1 Description:
<nav id="categories">
<h2>Product Categories</h2>
<ul>
    <li><p><a href="kitchen.html">Kitchen</a></p></li>
    <li><p><a href="bedbath.html">Bed & Bath</a></p></li>
    <li><p><a href="dining.html">Fine Dining</a></p></li>
    <li><p><a href="lighting.html">Lighting</a></p></li>
    <li><p><a href="storage.html">Storage</a><li><p>
</ul>
</nav> 

Resource 1 Title: HTML5 description of nav
Resource 1 URI: http://www.w3.org/TR/2010/WD-html5-20100624/sections.html#the-nav-element


No guidelines reference was submitted!
No example 2 header was submitted!
No example 2 description was submitted!
No resource 2 title submitted!
No resource 2 URI submitted!
No related techniques were submitted!
No test procedure was submitted!
No expected result was submitted!
No test file 1 was submitted!
No test file 1 pass/fail was submitted!
No test file 2 was submitted!
No test file 2 pass/fail was submitted!
No additional notes were submitted!


------------------------------------------------

<technique id="UNKNOWN">
<short-name>Using structural elements to group links</short-name>
<applies-to>
<guideline idref="" />
<success-criterion idref="UNKNOWN" />
</applies-to>

<applicability>
This technique is an addition to technique H50
</applicability>
<ua_issues>
Probably not well supported yet. However can be use in combination with the existing version of the technique H50.
</ua_issues>
<description>
The objective of this technique is to demonstrate how to group links into logical sets....Group links via one of the following mechanisms....:

nav (HTML5 element)
nav having ul or ol as child
</description>

<examples>
<ex_head_1>
 Using nav and lists to group links
</ex_head_1>
<ex_desc_1>
<nav id=&quot;categories&quot;>
<h2>Product Categories</h2>
<ul>
    <li><p><a href=&quot;kitchen.html&quot;>Kitchen</a></p></li>
    <li><p><a href=&quot;bedbath.html&quot;>Bed &amp;amp; Bath</a></p></li>
    <li><p><a href=&quot;dining.html&quot;>Fine Dining</a></p></li>
    <li><p><a href=&quot;lighting.html&quot;>Lighting</a></p></li>
    <li><p><a href=&quot;storage.html&quot;>Storage</a><li><p>
</ul>
</nav> 
</ex_desc_1>
<ex_head_2>

</ex_head_2>
<ex_desc_2>

</ex_desc_2>
</examples>

<resources>
<resources_title1>
HTML5 description of nav
</resources_title1>
<resource_uri1>
http://www.w3.org/TR/2010/WD-html5-20100624/sections.html#the-nav-element
</resource_uri1>
<resources_title2>

</resources_title2>
<resource_uri2>

</resource_uri2>
</resources>

<related_techniques>
</related_techniques>

<tests>
<procedure>

</procedure>
<expected_result>

</expected_result>
<test_file_1>

</test_file_1>
<pass_fail_1>

</pass_fail_1>
<test_file_2>

</test_file_2>
<pass_fail_2>

</pass_fail_2>
</tests>

</technique>

Additional Notes:

Received on Thursday, 12 August 2010 22:30:45 UTC