- From: Hank Szeto <szeto@dstc.edu.au>
- Date: Mon, 11 Dec 2000 22:24:52 +1100
- To: w3c-wai-gl@w3.org
Hi
Just spotted a minor mistake in 'CSS Techniques for Web Content Accessibility' <http://www.w3.org/TR/WCAG10-CSS-TECHS/>, the example for Section 13, 'Using style sheet positioning and markup to transform gracefully'. The error is also in the associated test file <http://www.w3.org/TR/WCAG10-CSS-TECHS/cssimages/style-tg.html>. You may have already seen this.
.
.
<div class="box">
<dl>
<dt class="menu1">Products</dt>
<dd class="item1">Telephones</dd>
<dd class="item2">Computers</dd>
<dd class="item3">Portable MP3 Players</dd>
<dt class="menu2">Locations</dt>
<dd class="item4">Idaho</span>
<dd class="item5">Wisconsin</span>
</dt>
</dl>
</div>
.
.
</span> should be </dd>
Regards,
Hank Szeto.
Received on Monday, 11 December 2000 07:28:13 UTC