Hi Experts
I have developed content for the SAP Portal, including a new portal framework. I have some functionality that requires HTML5 support and would like to add the "<!DOCTYPE html>" on the page.
I have followed the guide described on help.sap.com : http://help.sap.com/saphelp_nw73/helpdata/en/8b/f8fc9989d44f73b2f6f589b56aac51/content.htm
and I have set the property html5.compliant property to iViewDependent.
On the iViews i have made sure the property com.sap.portal.prt.html5.compliant is set to true.
On the custom developed components, I have added the property:
<property name="com.sap.portal.prt.html5.compliant" value="true"/>
to PortalApp.xml.
I have also added the above property to the portal framework component.
When I open my portal site, <!DOCTYPE html> is not added to the page. When I preview each iView, <!DOCTYPE html> is added.
Can anybody tell me how I can get the html5 support on the site?
Thanks
Best regards
Christian
http://help.sap.com/saphelp_nw73/helpdata/en/8b/f8fc9989d44f73b2f6f589b56aac51/content.htm