[ZCM] [ZC] 2323/ 4 Comment "Page Template and DOCTYPE"
"Collector: Zope Bugs, Features, and Patches ..." <[email protected]> Fri, 11 May 2007 12:25:21 -0400
| Newsgroups | gmane.comp.web.zope.devel.collector-monitor |
|---|---|
| Message-ID | <[email protected]> |
Issue #2323 Update (Comment) "Page Template and DOCTYPE" Status Pending, Zope/bug medium To followup, visit: http://www.zope.org/Collectors/Zope/2323 ============================================================== = Comment - Entry #4 by sukhsc on May 11, 2007 12:25 pm This issue is a bug in the system which causes many features of style sheets not to work in IE browsers. I therefore consider this a critical issue and was disappointed to see it had been amended to medium importance. Please could you respond to inform why this has been changed to medium importance. Thank You ________________________________________ = Comment - Entry #3 by ajung on May 11, 2007 12:21 pm Please provide a unittest that demonstrates the behavior. ________________________________________ = Edit - Entry #2 by ajung on May 11, 2007 12:14 pm Changes: submitter email, importance (critical => medium) ________________________________________ = Request - Entry #1 by sukhsc on May 11, 2007 12:08 pm When you use a pagetempalte to create a template for all your page tempalte pages with the use of slots, when the page is rendered it loses the <!DOCTYPE> tag at the top of the page. For example: IF the first two lines of your template with the slots in is: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" metal:define-macro="page"> if you use the slots in another page template that page is rendered to be: <html xmlns="http://www.w3.org/1999/xhtml" metal:define-macro="page"> Losing the doctype tag at the top of the page. Thanks ==============================================================