dervishe- / f-droid-web

A simple and lightweight webpage which aims is to present the apps stored in a f-droid repository
GNU Lesser General Public License v3.0
15 stars 6 forks source link

[bootstrap] Some errors (36) in CSS3 validity check #32

Closed dervishe- closed 9 years ago

dervishe- commented 9 years ago

When i checked the css of the bootstrap theme, the validator signal 36 errors (level CSS3)

pserwylo commented 9 years ago

Hey, this is from the standard boostrap file (the minified one). I will rename my file to be "theme.css" rather than "boostrap.theme.css" - because it now lives in the /template/boostrap/css directory anyway - so clearly belongs to the bootstrap theme. However, "bootstrap.min.css" will remain, and will continue to have validator errors. A large part of this is due to the fact that they use vendor prefixes on their classes (e.g. "-moz-" or "-webkit-") and approx 50% of these will not validate on each browser. I don't think this is a problem, as it is the way these crappy vendor prefixes were designed (that is - browsers ignore things destined for other browsers).

dervishe- commented 9 years ago

Ok, no trouble, i close this one :)