Implementation Details:
We have improved the rendering of our controls so that they look and behave properly and uniformly within webpages using one of the following document types:
- XHTML 1.0 Transitonal
- XHTML 1.0 Strict
- HTML5
Support for these doctypes applies across browsers, so our web controls appear and work identically under all supported browsers including Microsoft Internet Explorer 6.0+, Mozilla FireFox 2.0+, Google Chrome 1.0+, Apple Safari 3.0+, Opera 9.0+ and Netscape Navigator 9.0+.
Note that the code generated by DevExpress ASP.NET controls is mainly designed to comply with the XHTML 1.0 Transitional specification. In other supported document types our code works well, but may not fully pass the markup validation.
Known problems: the following elements that are considered invalid are used:
- For XHTML 1.0:
- the align attribute
- the iframe tag
- the embeded tag (it is used in ASPxObjectContainer)
- For HTML5:
- align and valign attributes
- " " and "…"
- CellSpacing and CellPadding attributes
- the scrolling attribute within the iframe element
Related Blog Post:
HTML5 and XHTML Strict - New Doctypes Supported for ASP.NET Products
Thanks,
DevExpress ASP.NET Team
Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
At present we support XHTML 1.0 Transitional. See the following link:
DevExpress ASP.NET AJAX Controls XHTML 1.0 Transitional Support
Transitional DOCTYPE meets the modern requirements and there is no necessity to use Strict DOCTYPE.
The Strict doctype has a number of limitations which may break the functionality of our controls.