HTML5 describes an algorithm for parsing HTML. It is based on state machines. What is the best way to create a diagram for this algorithm?
+1
A:
If you use Dot and GraphViz to create the state machines (example: www.graphviz.org/Gallery/directed/fsm.html) then you can use CanViz (www.ryandesign.com/canviz/) to display it on an HTML5 canvas.
Bod
2009-10-22 10:41:14