Is there any deprecated elements and properties checker (according to w3c) like w3c validator?
Is there any deprecated elements and properties checker (according to w3c) like w3c validator?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t know of any checker that lists them for you, but the Web Developer Toolbar from Firefox does that under the “Outline » Outline Deprecated Elements” command. Whait it does is, well, visually outline the faulty elements in your page.
You can also check which elements/attributes are deprecated in HTML. W3C is a great place to start: http://www.w3.org/TR/html4/index/elements.html
Same goes for XHTML, Google will gladly provide URLS for checking the deprecated list of elements and attributes.
Of course, you can always validate with the W3C validators and check the error messages for “deprecated” when using a strict doctype.
I’d provided the links, but as I’m a new user, I’m only allowed one link per post. ;p