I made a project merger using PrimeFaces + PrimeFaces Mobile, and I do not know which DocType to use. Can I use HTML5 DocType?
I made a project merger using PrimeFaces + PrimeFaces Mobile, and I do not know which DocType to use. Can I use HTML5 DocType?
If you are in version 5 or higher, you can use <!DOCTYPE html>
to HTML5.
The showcase itself does this, in addition to emphasizing the Components item that the components are compatible with HTML5.
Of course, this does not mean that one or the other component will not give a problem. But that would happen anyway, because the PF always has components "bugados". ;)
If you have a previous version, unfortunately there are no warranties as there is no compatibility chart or detailed history.