Michael A. Chase wrote:
> Would it be worthwhile to mention required parents?  For example, <tr>
> doesn't mean much without an enclosing <td>.

It's special-cased as such in TreeBuilder.

> Will this module also include information about boolean attributes?

It does:
 [...]
 'dir' => {
  'boolean_attributes' => ['compact'],
  'boolean_attributes_h' => {'compact' => 1},
  'can_tighten' => 1,
  'in_body' => 1,
  },
 [...]

-- 
Sean M. Burke  [EMAIL PROTECTED]  http://www.netadventure.net/~sburke/

Reply via email to