I don't expect somebody has an answer for this question but is there a good way to use JSF h:outputStylesheet
with client-side conditional comments for Internet Explorer?
I know h:outputStylesheet
puts a link
element at the end of the head
instead of the place where I write a h:outputStylesheet
and it is out of any conditional comments. Do I need to stick to conventional link
elements to use conditional comments? (I also know I can use h:outputText
to output conditional comments so it is not a problem here.)
I already know OminiFaces has a tag for conditional comments but it does not work for h:outputStylesheet
so I asked if there is another way to make conditional comments work for such JSF tags.