Where to find the full list of all tags that are introduced in JSF 2.0? Yes, I could open the 1.2 and 2.0 references and compare the tags one by one, but maybe somebody did it before?
I know that the list includes:
h:body
h:button
h:head
h:link
h:outputScript
h:outputStylesheet
Something else?
Update: In addition to the JSF HTML tags mentioned above, the list also includes (according to the JSF 2.0 Refcard):
Core Tags:
f:ajax
f:event
f:validateBean
f:validateRequired
f:viewParam
f:metadata
Facelets Tags:
ui:component
ui:composition
ui:debug
ui:decorate
ui:define
ui:fragment
ui:include
ui:insert
ui:param
ui:remove
ui:repeat