Whoops, forgot to edit WHATSNEW
[htmlpurifier.git] / smoketests / test-schema / Type.nullstring.txt
blob4db33235dfc369a67a0489248fb4f69cba3eff9a
1 Type.nullstring
2 TYPE: string/null
3 DEFAULT: null
4 --DESCRIPTION--
5 The null type is not a type, but a flag that can be added to any type
6 making null a valid value for that entry. It's useful for saying, "Let
7 the software pick the value for me," or "Don't use this element" when
8 false has a special meaning.
9 --# vim: et sw=4 sts=4