scratch/content/html/en/validation.md

38 lines
866 B
Markdown
Raw Normal View History

2010-04-29 13:43:21 +00:00
-----
2010-02-17 12:27:01 +00:00
title: validation
isHidden: true
2010-04-29 13:43:21 +00:00
title: Validation
2010-02-17 12:27:01 +00:00
menupriority: 500
-----
One word to explain why there is some validation errors.
I wanted to use `box-shadows` and `border-radius`.
Then here I prefered pragmatism against dogmatism.
Using these properties broke my validation
but work really well in the two most recent and main browsers
(Safari 4 and Firefox 3.5 at the time I'm writing these lines).
If you don't use these browser the page is
correctly displayed but not with all the 'eyecandy' effects.
I believed in the benefits of <abbr title="Cascading Style Sheet">CSS</abbr>
validation, this is why there is alway the
<abbr title="Cascading Style Sheet">CSS</abbr> validation link on my pages.
And all <abbr title="Cascading Style Sheet">CSS</abbr> validate except
for properities beginning by `-moz` and `-webkit`.