Glossary

Searchable terminology from accessibility, web standards, and related fields.

62 results found in Web Development.

XPath (XML Path Language)
XPath (XML Path Language) is a query language for selecting nodes and computing values from XML and HTML documents. In the context of web accessibility, XPath expressions are used by assistive technol…
tabindex
An HTML attribute that controls whether an element can receive keyboard focus and its position in the tab order. A tabindex of 0 places an element in the natural tab order, a positive value sets a spe…