| View previous topic :: View next topic | 
	
	
		| Author | Message | 
	
		| pwgsc 
 
 
 Joined: 19 Mar 2010
 Posts: 1
 
 
 | 
			
				|  Posted: Mon Mar 29, 2010 4:33 pm    Post subject: PopCalendarXP and W3C validation using XHTML Strict |   |  
				| 
 |  
				| We have a client that requires their web pages / applications to validate using W3C rules and use the XHTML Strict Doctype (DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" ). 
 Is there a way to make PopCalendarXP use "object" instead of "iframe"?  or some other way to implement iframes that it does not get an error during W3C validation.  (NOTE: it does still work regardless of the error)
 
 Similarily, for the "layer" tag, another warning/error is received during validation.
 
 Please note that we have to make our applications work in both IE and Mozilla based browsers.
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| calendarxp Site Admin
 
 
 Joined: 30 Jan 2005
 Posts: 409
 
 
 | 
			
				|  Posted: Mon Mar 29, 2010 8:57 pm    Post subject: |   |  
				| 
 |  
				| The layer tag is for the outdated Netscape 4 browser and it's safe to remove without any side effect. 
 The iframe tag is however important and must not be changed.
 _________________
 Copyright 2003-2011 Idemfactor Solutions, Inc. All rights reserved.
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| calendarxp Site Admin
 
 
 Joined: 30 Jan 2005
 Posts: 409
 
 
 | 
			
				|  Posted: Mon Mar 29, 2010 9:14 pm    Post subject: |   |  
				| 
 |  
				| To replace iframe tag with <object> tag, you may try add type="text/html" to the tag and keep all other attributes the same. 
 However, not every browser supports the object tag replacement and you will have to test it by yourself. We do not provide support on object tag as it's something limited by the browser.
 _________________
 Copyright 2003-2011 Idemfactor Solutions, Inc. All rights reserved.
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		|  |