vue-form-wizard icon indicating copy to clipboard operation
vue-form-wizard copied to clipboard

tabindex="" causes HTML validation errors

Open shawnhooper opened this issue 6 years ago • 0 comments

This code is causing HTML validation errors:

<div role="tab" tabindex="" id="step-1837" aria-controls="1837" class="wizard-icon-circle md tab_shape">

the value of tabindex is "". Tabindex, according to the HTML standard, must be an integer.

shawnhooper avatar Jun 27 '19 03:06 shawnhooper