コーダーは毎日使っていると言っても過言ではない、説明不要のAnother HTML-lint gatewayですが、
いちいちサイトを開いてURLをコピー&ペーストするのが面倒じゃないですか?
既出かもしれませんが、便利なブックマークレットがあります。
コチラ↓
javascript:var%20f%20=%20document.createElement('form');var%20o=new%20Object;o[0]=document.createElement('input');o[0].setAttribute('type','text');o[0].setAttribute('name','Stat');o[0].setAttribute('value','on');o[1]=document.createElement('input');o[1].setAttribute('type','text');o[1].setAttribute('name','Method');o[1].setAttribute('value','URL');o[2]=document.createElement('input');o[2].setAttribute('type','text');o[2].setAttribute('name','URL');o[2].setAttribute('value',location.href);o[3]=document.createElement('input');o[3].setAttribute('type','text');o[3].setAttribute('name','ViewSource');o[3].setAttribute('value','on');for(var%20i%20in%20o){f.appendChild(o[i]);}document.body.appendChild(f);f.action%20=%20'http://openlab.ring.gr.jp/k16/htmllint/htmllint.cgi';f.method%20=%20'POST';f.submit();
こちらをドラッグしてブックマークしてもOK→LINT
もう、手放せませぬ。
あ、クリックすると、このページをチェックすることになりますけど、点数は気にしないでください。(笑)
Chopstickは、基本的に95点以上でサイトを作ってますが、ブログは空白行とか「甘え」が出ちゃいますからね。





