Validate markup of password-protected sites with W3C

跟風遠走 提交于 2019-12-04 05:29:38

With this html validator extension. Or by Ctrl-U, copy-paste into the w3c page.

You have to run the service they provide on your server:

http://validator.w3.org/docs/install.html

Thats what we've done, works great.

I think it's best practice to be validating your sites source when it's in development not when its in production... Treat this just like running unit tests. You shouldn't have markup errors go live either.

Daniel Schaffer

Assuming you mean markup validation, log in yourself, go to the page you want, view source, and use the direct input option.

I assume you mean w3 validator service. You can copy paste the html contents into the validator or save the html into a file and upload it. If you have Firefox Web developer extension, it provides a 'validate local HTML' option.

OmniValidator for Firefox:

Omnivalidator sends the content of the currently visible page to one or more validation services configured in the extension preferences. These validators may be publicly hosted (the defaults are the publicly hosted W3C Markup Validator and Validator.nu) or hosted locally. The results are retrieved from the validators, parsed, and displayed in a collapsable error display panel and summarized with an icon and tooltip on the Omnivalidator button, which can be placed on a browser toolbar. Validation is initiated either by clicking on the Omnivalidator button or by configuring URLs which are automatically validated with one or more validators in the extension preferences.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!