Commit 7c6b3264 authored by Guido van Rossum's avatar Guido van Rossum

Add <script> TODO item; clarify attr suppression TODO item.

parent 95e5e559
......@@ -92,4 +92,8 @@ TO DO
attribute replacement on the inserted text -- this would require a
change to the TAL spec though.
- In rendered HTML, the TAL attributes should be suppressed.
- In rendered HTML or XML, the TAL attributes should be suppressed.
(Effectively, when TALInterpreter is invoked with tal=1.)
- Treat <script>...</script> content model correctly (i.e. recognize
no other tags, entities etc.).
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment