Files
Xes 73154ae174
Behat tests 1.11.x 🐞 / PHP 7.4 Test on ubuntu-latest (push) Canceled after 0s
PHP-CS-Fixer / composer_install (7.4) (push) Canceled after 0s
Chamilo 1.11.40 (ZIP oficial v1.11.40)
Fuente: https://github.com/chamilo/chamilo-lms/releases/download/v1.11.40/chamilo-1.11.40.zip
sha256: 1cf4bf2cc7bae1ef1a1eff643235db1d552f78ddf4b6dd1e2d2dac9868679439
Snapshot independiente (rama huerfana); diffable vs 1.11.38. vendor incluido.
2026-08-06 17:59:45 +02:00

41 lines
1.1 KiB
Plaintext

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