aboutsummaryrefslogtreecommitdiff
path: root/vendors/kses/TODO
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-09 09:55:42 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-09 09:55:42 +0000
commit2cab677427f7fd462f35432d4a83fe89a26d7595 (patch)
treecefe9fa9a867e133a57c7d0b6df41c1dcf10f328 /vendors/kses/TODO
parentdb507314bc38957a23189f3af696473b0edb0c83 (diff)
downloadelgg-2cab677427f7fd462f35432d4a83fe89a26d7595.tar.gz
elgg-2cab677427f7fd462f35432d4a83fe89a26d7595.tar.bz2
Elgg 1.0, meet kses. Kses, Elgg 1.0.
git-svn-id: https://code.elgg.org/elgg/trunk@1344 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'vendors/kses/TODO')
-rw-r--r--vendors/kses/TODO40
1 files changed, 40 insertions, 0 deletions
diff --git a/vendors/kses/TODO b/vendors/kses/TODO
new file mode 100644
index 000000000..93652d46a
--- /dev/null
+++ b/vendors/kses/TODO
@@ -0,0 +1,40 @@
+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