這裏有一個jQuery插件來驗證CSS?使用jquery格式化和驗證CSS
我的意思是,我喜歡讓用戶輸入自己的CSS在文本框中,並驗證是否是有效的CSS與jQuery?
例如:
@font-face {
font-family: 'NationalRegular';
src: url('http://localced.com/national-regular-webfont.eot');
src: local('National'), local('NationalRegular'), url('http://localced.com/national-regular-webfont.woff') format('woff'), url('http://localced.com/national-regular-webfont.ttf') format('truetype'), url('http://localced.com/national-regular-webfont.svg#webfontHGfqMJAZ') format('svg');
font-weight: normal;
font-style: normal;
***notgoodCSS***:this is not good;
}
然後你就可以用自己的SOAP API:http://jigsaw.w3.org/css-validator/api.html – 2010-12-13 22:15:58