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/
- HTML::Known, containing HTML parameters Sean M. Burke
- Re: HTML::Known, containing HTML parameters Michael A. Chase
- Re: HTML::Known, containing HTML parameters Sean M. Burke
- Re: HTML::Known, containing HTML parameters Marvin Simkin
- Re: HTML::Known, containing HTML parameters Sean M. Burke
- Re: HTML::Known, containing HTML parameters Randal L. Schwartz
- Re: HTML::Known, containing HTML parameters Sean M. Burke
- Re: HTML::Known, containing HTML parameters Randal L. Schwartz
