General Thoughts ================ My overall concerns with the current state of the ARIA Best Practices document is that it contains a lot of examples and recommended solutions that are actually not considered industry best practices for web development and web accessibility. Consider the toolbar example that is presented in the section titled "General Steps for Building an Accessible Widget with ARIA". This example has the following problems: 1. Poor Use of Semantic Markup Using the element as the basis for a button control is not a good use of semantic markup and contradicts the use case for ARIA outlined in section 1.2 of the ARIA Specification itself: "ARIA is intended to be used as a supplement for native language semantics, not a replacement." Why doesn't this example use or