CSS Best Practice for Portlets

I need to redo the existing CSS projects of a project - more than 5 files that describe our entire porlets UI into a standard CSS file called portlet-spec-1.0.css

So I found one spec for this: http://www.ja-sig.org/wiki/display/UPC/JSR-168+PLT.C+CSS+Style+Definitions

This specification. obsolete, dated 2003.

Is there a modern version of this standard?

What can you tell from your experience?

I think standardization is a very good idea, but the CSS style definitions are too weak to follow.

+2


source to share


1 answer


You can download the final specification for the JSR-168 portlet from here .

There is a section on CSS in this document that is pretty close to what is stated in the spec you provided. If you are looking for something new, you can check the JSR-286 specification.



I didn’t know before that there are CSS style definitions in the spec, so it seems that it might be better known. We used custom style definitions in our portlets and the results were expected to be poor.

+1


source







All Articles