WebCombo now fully supports XHTML 1.1 Transitional. This is made possible with the revamped core rendering and UI design. To learn more about breaking changes due to the XHTML 1.1 support, read Breaking Changes in User Interface.
Along with XHTML 1.1 compliant output and Transitional support, all user interface features and data functions are supported and have been fully tested.
To use WebCombo in XHTML 1.1 Transitional web page, please ensure that the DOCTYPE and the namespace have been registered properly. See the following code example.
<!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/xhtml">
</html>
The XHTML 1.1 Transitional support allows developers to use WebCombo in their web applications that target W3C standards compliance. |