Implementation advice
Cascading Style Sheets
The CUE Template makes extensive use of Cascading Style Sheets (CSS). Distinctively, it uses CSS positioning to layout page elements, as required by checkpoint 3.3 (Priority 2) of the Web Content Accessibility Guidelines 1.0.
Achieving a robust CSS layout across browsers is challenging. Much of the hard work has been done and can be leveraged by use of the template. Implementations are encouraged to maintain the separation of content and presentation by the use of style sheets.
Last updated December

