Creating a new component
New components or varieties of existing components need to be made in application-specific or product-specific CSS files. To create a component, use your application/product name as a prefix/namespace to the new class name (example: myProductFilePicker).
Please follow these guidelines when creating a new component:
- Follow the coding guidelines
- Test your component in the required browsers
- Firefox (versions 2 and 3)
- Internet Explorer (versions 6, 7, and 8)
- Opera 9
- Safari 3 on the mac
- Make sure your component is accessible
- Make sure your component is localized (works in multiple languages, including RTL languages)
