Glossary

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

4 results found in Diagrams.

Flowchart
A type of node-link diagram used to represent a process, workflow, or algorithm as a sequence of steps connected by directional arrows. Flowcharts use conventional shape vocabularies (rectangles for p…
Graphviz (DOT, Graphviz DOT)
An open-source graph visualization software suite that renders structural representations of graphs and networks from the DOT text specification language. DOT files describe nodes, edges, attributes, …
Mermaid (Mermaid.js)
An open-source JavaScript-based diagramming and charting tool that renders diagrams from a Markdown-inspired text specification language. Mermaid supports flowcharts, sequence diagrams, class diagrams…
Node-Link Diagram
A visual representation in which discrete entities (nodes) are drawn as shapes such as circles or boxes and relationships between them are drawn as connecting lines or arrows (links/edges). Node-link …