Introduction
It's quite common to give
user instructions in a form of a straightforward list. 'Do this then that' and so on. We don't recommend this style of CSS for that. If you need branching for user documentation then you should have properly drawn pictures.
However for technically minded readers, a 'computer program' style of instructions or specification is compact and ideal. In the main there are three basic processing steps:
- 1Work down list to finish
- 2repeat a block
- 3test and branch
In plain text these can get confusing and graphics are 'expensive' and fiddly to annotate.
This is the problem the flowchart.css style framework addresses.
See below for user guide