up vote 0 down vote favorite
share [g+] share [fb]

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?

link|improve this question
feedback

2 Answers

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.

link|improve this answer
feedback

Perhaps a UML state machine diagram? See also: 'State diagram'

link|improve this answer
feedback

Your Answer

 
or
required, but never shown