After finishing my new HTML5/CSS3 template I proceeded to W3C validation.
The result for HTML: "This document was successfully checked as HTML5!"
The result for CSS: "Sorry! We found the following errors (1)"
And the problem is around height: calc(100vh - 80px);
It also told me:
36 Property -ms-transform is an unknown vendor extension
37 Property -webkit-transform is an unknown vendor extension
112 Property -webkit-transition is an unknown vendor extension
113 Property -moz-transition is an unknown vendor extension
249 Property -webkit-background-size is an unknown vendor extension
292 Property -webkit-background-size is an unknown vendor extension
So in this case what shall I do to get it 100% CSS3 valid?