-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
This rule reports HTML attributes that are either redundant, ineffective, or invalid in their context.
Additional context
<!-- ❌ "defer" has no effect on inline scripts -->
<script defer>console.log('inline');</script>
<!-- ❌ Invalid context -->
<div autocomplete="off"></div>
<select readonly></select>
<input type="text" multiple>
fogrew
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request