You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- I would expect this to produce no warnings but all lines produce "The name of attribute [ rel ] been duplication." warning -->
<link rel=icon><link rel=icon>
<link rel=icon><link rel='icon'>
<link rel=icon></link><link rel=icon></link>
<link rel=icon/><link rel='icon'/>
<!-- This produces no warnings as I would expect. The extra space and quotes seem to make a difference -->
<link rel=icon> <link rel=icon>
<link rel='icon'><link rel=icon>
The first two lines of code are typical from minifiers so this warning is problematic for me as the rule is firing a lot. Thanks for the great library by the way!
The text was updated successfully, but these errors were encountered:
Test cases that can be ran on http://htmlhint.com/
The first two lines of code are typical from minifiers so this warning is problematic for me as the rule is firing a lot. Thanks for the great library by the way!
The text was updated successfully, but these errors were encountered: