Liferay theme - html5 -
i developing portlet liferay (v6.0.5, runs on jboss). use html5 (canvas more specific) in portlet. how can find, if theme using on portal support html5?
i know themes html5 support exist , have choose right one? or wrong , themes automatically support html5?
thanks tips!
all liferay themes automatically support html5, browsers should worried about.
there nothing special make theme html5 since matter of doctype change (<!doctype html>) make browser know rendering html5 stuff. can check doctype in portal-normal.vm , other template files see if theme html5.
but scripting support doubt if alloy-ui (liferay's default library) provides additional html5 specific modules manipulating canvas, file-api etc.
Comments
Post a Comment