|
[Webware-checkins] CVS: Webware/WebUtils HTMLTag.py,1.9,1.10
From: Chuck Esterbrook <echuck@us...> - 2002-11-12 07:30
|
Update of /cvsroot/webware/Webware/WebUtils In directory usw-pr-cvs1:/tmp/cvs-serv32213 Modified Files: HTMLTag.py Log Message: - fixed tagContainmentConfig: "th" belongs to "tr", not "table" Index: HTMLTag.py =================================================================== RCS file: /cvsroot/webware/Webware/WebUtils/HTMLTag.py,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** HTMLTag.py 12 Nov 2002 03:14:13 -0000 1.9 --- HTMLTag.py 12 Nov 2002 07:30:25 -0000 1.10 *************** *** 604,609 **** 'head': 'cannotHave html head body', 'body': 'cannotHave html head body', ! 'table': 'canOnlyHave th tr tbody a', # a because in IE you can wrap a row in <a> to make the entire row clickable ! 'tr': 'canOnlyHave td', 'td': 'cannotHave td tr', 'select': 'canOnlyHave option', --- 604,609 ---- 'head': 'cannotHave html head body', 'body': 'cannotHave html head body', ! 'table': 'canOnlyHave tr tbody a', # a because in IE you can wrap a row in <a> to make the entire row clickable ! 'tr': 'canOnlyHave th td', 'td': 'cannotHave td tr', 'select': 'canOnlyHave option', |
| Thread | Author | Date |
|---|---|---|
| [Webware-checkins] CVS: Webware/WebUtils HTMLTag.py,1.9,1.10 | Chuck Esterbrook <echuck@us...> |