Recently, I came across the <h:outputStylesheet/>
tag with a converter attribute. I tried attaching a dummy (pass-through) converter to it, but to my surprise, nothing happened. Upon further investigation, it appears that the converter is not even invoked when refreshing the browser.
I am curious - does this attribute serve any useful purpose? Or is it simply a byproduct of various design choices?
The reason for my inquiry is that I was hoping to utilize this attribute for client- or server-side CSS processing using technologies like less. I thought this attribute might facilitate such functionality.