Commit IPv6 fix, with majoring factoring out. Thank you Feyd!
commit1cadb08fbba52c07d6e9c1b051c962b2daa81810
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Thu, 17 Aug 2006 01:05:35 +0000 (17 01:05 +0000)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Thu, 17 Aug 2006 01:05:35 +0000 (17 01:05 +0000)
tree4a0a121c0bbdf94fcfa8983f2d06853122b73d3a
parentcd0108d656c0e9facd7e3fa45a5791796b59aee0
Commit IPv6 fix, with majoring factoring out.  Thank you Feyd!

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@284 48356398-32a2-884e-a903-53898d9a118a
library/HTMLPurifier/AttrDef/Host.php [new file with mode: 0644]
library/HTMLPurifier/AttrDef/IPv4.php [new file with mode: 0644]
library/HTMLPurifier/AttrDef/IPv6.php [new file with mode: 0644]
library/HTMLPurifier/AttrDef/URI.php
tests/HTMLPurifier/AttrDef/HostTest.php [new file with mode: 0644]
tests/HTMLPurifier/AttrDef/IPv4Test.php [new file with mode: 0644]
tests/HTMLPurifier/AttrDef/IPv6Test.php [new file with mode: 0644]
tests/HTMLPurifier/AttrDef/URITest.php
tests/index.php