Tag: forms

HTML 5 has cool stuff: new input types!

Even though many elements of HTML (HyperText Markup Language) 5 have only limited application at this time due to lacking browser support, there’s little reason not to make use of them. The design of the markup language is intended to minimize dependence on user agents, failing invisibly if the browser doesn’t offer that feature, which helps encourage early use of new elements. Of course, the lack of support does have some consequences. We can’t just go out writing HTML 5 […]

Continue reading “HTML 5 has cool stuff: new input types!” »

When the right hand doesn’t listen to the left.

January 24, 2010

5 Comments

Topics: Accessibility, Web standards.

Thanks to the power of internet criticism, the code discussed in this blog post has since been fixed! Sometimes just making a complaint is all it takes to get something fixed. I was highly critical of the code authors for this low-quality code; but they truly did care, and made changes. Thank you. Authoring forms is an important part of keeping the web fully accessible — not just providing access to information, but allowing users to fully interact with the […]

Continue reading “When the right hand doesn’t listen to the left.” »