1 parent 2ee12bb commit 9d7efafCopy full SHA for 9d7efaf
1 file changed
test.html
@@ -340,12 +340,14 @@ <h2>Buttons</h2>
340
<button>Button element</button>
341
<input type="submit" value="submit input" />
342
<input type="button" value="button input" />
343
+ <button disabled>Button disabled</button>
344
</div>
345
<div>
346
<a class="button-primary" href="#buttons">Anchor button</a>
347
<button class="button-primary">Button element</button>
348
<input class="button-primary" type="submit" value="submit input" />
349
<input class="button-primary" type="button" value="button input" />
350
+ <button class="button-primary" disabled>Button disabled</button>
351
352
353
0 commit comments