tr = tbody.addChild( TR );
tr.addChild( TD ).addAttribute( "class", "w30" ).addContent( "Number of slots" );
tr.addChild( TD ).addContent( "{slot-count}" );
table = body.addChild( TABLE ).addAttribute( "class", "w100" );
thead = table.addChild( THEAD );
tr = thead.addChild( TR );
tr.addChild( TH ).addAttribute( "class", "w30" ).addAttribute( "colspan", "2" );
tr.addChild( TH ).addAttribute( "class", "w35" ).addAttribute( "colspan", "4" ).addContent( "Data" );
tr = thead.addChild( TR );
tr.addChild( TH ).addAttribute( "class", "w15" ).addContent( "Index" );