oga/lib
Yorick Peterse 688a1fff0e Use blacklists/whitelists for HTML closing rules
This allows for more fine grained control over when to close certain
elements. For example, an unclosed <tr> element should be closed first
when bumping into any element other than <td> or <th>. Using the old
NodeNameSet this would mean having to list every possible HTML element
out there. Using this new setup one can just create a whitelist of the
<td> and <th> elements.
2015-05-18 00:32:29 +02:00
..
oga Use blacklists/whitelists for HTML closing rules 2015-05-18 00:32:29 +02:00
oga.rb Removed NodeNameSet class 2015-05-17 21:59:43 +02:00