aboutsummaryrefslogtreecommitdiff
path: root/vendors/kses/TODO
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-04-17 15:41:16 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-04-17 15:41:16 +0000
commit07155a084db111c0586ce7ed958c87eed6116704 (patch)
treee5e64cd58d20bdb2a0ad896403d8814f11018f52 /vendors/kses/TODO
parent566de88eb3a15b58600f5195dc7b185b8aae0d41 (diff)
downloadelgg-07155a084db111c0586ce7ed958c87eed6116704.tar.gz
elgg-07155a084db111c0586ce7ed958c87eed6116704.tar.bz2
Closes #833: Kses now built as module
git-svn-id: https://code.elgg.org/elgg/trunk@3222 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'vendors/kses/TODO')
-rw-r--r--vendors/kses/TODO40
1 files changed, 0 insertions, 40 deletions
diff --git a/vendors/kses/TODO b/vendors/kses/TODO
deleted file mode 100644
index 93652d46a..000000000
--- a/vendors/kses/TODO
+++ /dev/null
@@ -1,40 +0,0 @@
-kses TODO
-=========
-
-* create a nice homepage with interactive kses testing
-
-* remove stuff in between <script>..</script> and <style>..</style>
-
-* better fix for chr(173) bug and try to allow for "style:" where people
- want to use it
-
-* XHTML tags of the style <br/> instead of <br />
- This is related to a small bug with <a href="blah />
- Solution: rewrite parser.
-
-(* rewrite document to XHTML or HTML)
-
-* more attribute value checks
-
-* more types of hooks
-
-* return array of removed elements and attributes
-
-* give the option of turning unacceptable elements to entities instead of
- removing them (and turn unacceptable attributes to their own tag, which is
- then turned to entities?) .. perhaps turn to comments as well?
-
-* ">" in HTML tags
- <img src="blah.gif" alt="x > 5">
- Not very important, but..
-
-(* make document well-formed.. there is HTML Tidy, but perhaps we want this
- functionality in kses itself?)
-
-* port to other programming languages to achieve world domination
-
-* lots of testing
-
-* write better documentation
-
-* feedback from users