HTML and CSS Reference
In-Depth Information
Consider factors such as these when creating CSS layouts:
Browser
Is the design attractive and usable with the most current and popular
browsers? Is it at least usable with old browsers?
Platform
Does the design work on PC, Mac and Linux machines?
Device
Does the design adapt to low-resolution mobile devices? How does it
look on mobile devices that have full resolution (e.g. iPhones)?
Screen resolution
Does the design stay together at multiple viewport (i.e. window) widths?
Is it attractive and easy to read at di " erent widths? If the design does
adapt to di " erent viewport widths, does it correct for extremely narrow
or wide viewports (e.g. by using the min-width and max-width
properties)?
Font sizes
Does the design accommodate di " erent default font sizes? Does the
design hold together when the font size is changed on the fly? Is it
attractive and easy to read at di " erent font sizes?
Color
Does the design make sense and is the content readable in black and
white? Would it work if you are color blind or have poor vision or cannot
detect color contrast?
JavaScript presence
Does the page work without JavaScript?
Search WWH ::




Custom Search