@html-eslint/no-obsolete-tags
Disallow using obsolete tags in HTML5
The following element list is obsoleted in HTML5. It's not encouraged to use these tags.
- applet
- acronym
- bgsound
- dir
- frame,
- frameset
- noframes
- isindex
- keygen
- listing
- menuitem
- nextid
- noembed
- plaintext
- rb
- rtc
- strike
- xmp
- basefont
- big
- blink
- center
- font
- marquee
- multicol
- nobr
- spacer
- tt
Rule Details
This rule disallow skipping heading levels.
Examples of incorrect code for this rule:
<applet></applet>
<dir></dir>