Divide allowed tags into three white lists
authorJuliana Rodrigueiro <juliana.rodrigueiro@intra2net.com>
Wed, 19 Sep 2018 14:36:07 +0000 (16:36 +0200)
committerJuliana Rodrigueiro <juliana.rodrigueiro@intra2net.com>
Wed, 19 Sep 2018 15:46:17 +0000 (17:46 +0200)
commite1b425029e53b05798eaede5971012fc6864094f
treee0985e69276f64ba1972671f656a68f66571de2e
parent5f12464b2dbb64222b74c231e33366be19f8c13a
Divide allowed tags into three white lists

The tags are now divided into three white lists according to
their particularities:
   _NORMAL, normal tags that don't accept attributes.
   _VOID, void tags that may or not appear in self-closing notation.
   _WITH_ATTR, normal tags that may accept attributes.
src/restricted_html.cpp