oga/lib/oga
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
..
css Define the public API using YARD/semver 2015-05-11 21:34:34 +02:00
html Lazy decoding of XML/HTML entities. 2015-03-05 23:00:43 +01:00
xml Use blacklists/whitelists for HTML closing rules 2015-05-18 00:32:29 +02:00
xpath Define the public API using YARD/semver 2015-05-11 21:34:34 +02:00
blacklist.rb Added Blacklist/Whitelist classes 2015-05-17 21:55:06 +02:00
entity_decoder.rb Added Oga::EntityDecoder 2015-04-07 21:18:15 +02:00
lru.rb Define the public API using YARD/semver 2015-05-11 21:34:34 +02:00
oga.rb Corrected YARD argument name. 2014-09-16 14:50:17 +02:00
version.rb Release 0.3.4 2015-04-19 22:19:02 +02:00
whitelist.rb Added Blacklist/Whitelist classes 2015-05-17 21:55:06 +02:00