Syntax for a simple key/value definition table, like webidl enums ?

Hi

I am looking for a syntax example of a key/value definition, as
rendered in http://imageweb.zoo.ox.ac.uk/pub/2011/provenance/ReSpec/documentation.html
for "editors", where it shows key, optional, and description fields in
blue/lightblue table rows.

I did not find an example in the github repo. However, a webidl <dl
class='idl' title='enum Foo'><dt>key</dt><dd>bar</dd></dl> produces an
"Enumation description" table which matches the key/value look I'm
aiming at.

Does a basic key/value <dl> sample exist, outside of webidl enums ?

It's a great tool btw.

laurent

Received on Thursday, 31 July 2014 13:43:50 UTC