vote up 0 vote down star

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?

flag

2 Answers

vote up 0 vote down

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

link|flag
vote up 1 vote down

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|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.