Rulesno-default-valueOn this pageno-default-valueWarn when it specifies the default value to the attribute.❌ Examples of incorrect code for this rule<canvas width="300" height="150"></canvas>✅ Examples of correct code for this rule<canvas></canvas>Interface{ "no-default-value": boolean}Default Severitywarning