[ZPT] CVS: Packages/TAL - README.txt:1.9
guido@digicool.com
guido@digicool.com
Sat, 24 Mar 2001 16:06:33 -0500 (EST)
Update of /cvs-repository/Packages/TAL
In directory korak:/tmp/cvs-serv23308
Modified Files:
README.txt
Log Message:
Add another TO DO item.
--- Updated File README.txt in package Packages/TAL --
--- README.txt 2001/03/23 22:36:59 1.8
+++ README.txt 2001/03/24 21:06:32 1.9
@@ -86,6 +86,14 @@
- TALInterpreter currently always uses an XML parser to parse inserted
structure; it should use a parser appropriate to the mode.
+- The HTML parser currently returns <img ismap> as if it said <img
+ ismap="ismap">. This will break with old browsers. I see two ways
+ to fix this: (1) change the API to return None for the value in this
+ case, and then generate different code; or (2) special-case the
+ generator to recognize that the value is the same as the attribute
+ name for specific attribute names (the list is BOOLEAN_HTML_ATTRS in
+ TALInterpreter).
+
- HTMLTALParser.py and TALParser.py are silly names. Should be
HTMLTALCompiler.py and XMLTALCompiler.py (or maybe shortened,
without "TAL"?)