Current Posts

Accessible tableless forms

There are tables, there are forms, and there is accessibility. How should you use, or not use, these on a web page?

Download Web Axe Episode 14

Sample XHTML:
<form action="foo.php">
<div>
<label for="email">Your email address:</label>
<input name="email" type="text" size="20" maxlength="50" id="email" />
</div>
<div>
<label for="sub">Subscribe</label>
<input name="action" type="radio" id="sub" value="add" checked="checked" />
</div>
<div>
<label for="unsub">Unsubscribe</label>
<input type="radio" name="action" value="del" id="unsub" />
</div>
<div>
<input type="submit" class="button1" value="Submit" />
</div>
</form>


Sample CSS:
form div {
clear: left;
padding .5em 0 0;
margin: 0.5em 0px 0px;
}
form div label {
font-weight: bold;
float: left;
width: 10em;
margin-right: 1em;
}

Labels: , , , ,

More than 508

What do the US, UK, Denmark, Australia, Italy, Japan and India have in common? Yes, they all have legislation for web accessibility!

So I apologize if I've mentioned "Section 508" but not the other laws around the world. I didn't realize until recently how much legislation exists. Hopefully the law will spread. Case in point, the US government has law to cover accessibility for federal web sites and other electonic media, but to my knowledge no states have passed legislation.

Accessibility and Search Engine Optimization

Check out this article on A List Apart: High Accessibility Is Effective Search Engine Optimization

Do any SEO experts or anyone else have any comments?
RSS icon; follow the RSS feed for Web Axe Twitter icon; follow Web Axe on Twitter

Like Web Axe?

Podcast Alley

Odeo

Mapper on Frappr

Add yourself to the Web Accessibility Enthusiasts mapper

Previous Posts

Related Sites

About the Hosts

About Dennis

Dennis Lembree is the founder of web development company Web Overhauls, which specializes in web usability, standards, and accessibility. Follow Dennis on Twitter: @dennisl

About Ross

Ross Johnson runs a web design company (3.7 Designs) that takes a wholistic view on the web and art of constructing pages. They strive to be creative and unique. Follow Ross on Twitter: @3pointross