Elements deprecated in HTML5 should not be used
Web:UnsupportedTagsInHtml5Check
With the advent of HTML5, many old elements were deprecated. To ensure the best user experience, deprecated elements should not be used. This rule checks for the following deprecated elements:
Element | Remediation Action |
---|---|
|
use CSS |
|
use |
|
use |
|
use |
|
restructure the page to remove frames |
|
use form controls |
|
use |
|
use |
|
use |
|
use GUIDS |
|
use |
|
use the "text/plain" MIME type |
|
use |
|
use |
See
- W3C, Obsolete Features
- WHATWG, Obsolete Features