Standard
- All page MUST be XHTML compliant. Use below DOCTYPE,
- All page built should pass the validation in the below site. Keep validating the content as you build them using http://validator.w3.org/#validate_by_input+with_options
- All CSS should be placed externally and there SHOULD NOT be any usage of inline CSS. All CSS must be validated against http://jigsaw.w3.org/css-validator/#validate_by_input
- All Javascript used in the page must be validated against http://www.jslint.com/
- Since the DOCTYPE is XHTML, you are likely to face issue with the javascript body while validating HTML. To avoid any issue with the javascript, need to mark the javascript body using CDATA as below sample.
Compatibility Requirement
MUST BE COMPATIBLE with major browser list below
- IE - 6,7,8
- FIREFOX
- Safari
- CHROME
Reset CSS
- Use Reset CSS to nullify the element spacing difference across browsers. http://yui.yahooapis.com/2.7.0/build/reset/reset-min.css
No comments:
Post a Comment