source: companies/celepar/phpgwapi/doc/kses-0.2.1/TODO @ 763

Revision 763, 744 bytes checked in by niltonneto, 15 years ago (diff)

Importação inicial do Expresso da Celepar

Line 
1kses TODO
2=========
3
4* remove stuff in between <script>..</script> and <style>..</style>
5
6* more attribute value checks
7
8* more types of hooks
9
10* return array of removed elements and attributes
11
12* give the option of turning unacceptable elements to entities instead of
13  removing them (and turn unacceptable attributes to their own tag, which is
14  then turned to entities?) .. perhaps turn to comments as well?
15
16* XHTML tags of the style <br/> instead of <br />
17  This is related to a small bug with <a href="blah />
18  Solution: rewrite parser.
19
20* ">" in HTML tags
21  <img src="blah.gif" alt="x > 5">
22  Not very important, but..
23
24* lots of testing
25
26* write better documentation
27
28* feedback from users
29
30* create a nice homepage (any volunteers?)
Note: See TracBrowser for help on using the repository browser.