Glossary

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

4 results found in Code Accessibility.

Aural Rendering (Auralization, Audio Rendering)
The process of converting visual or textual information into a spoken or auditory representation. In programming accessibility, aural rendering transforms source code into speech output that conveys n…
Context-Free Grammar (CFG, Formal Grammar)
A formal system for defining the syntactic rules of a language, consisting of a set of production rules that describe how symbols can be combined to form valid expressions. In accessibility and assist…
Syntactic Structure (Program Structure, Code Structure)
The hierarchical arrangement of elements in a programming language according to the language's grammar rules, including how statements, expressions, and blocks are nested and related to one another. I…
Syntax-Directed Editor (Structure Editor, Syntax-Aware Editor)
A code editor that understands the formal grammar of a programming language and uses this knowledge to guide editing operations. Unlike plain text editors, syntax-directed editors treat source code as…