2.1.9 [HTML5:2014] Section 3.2.2 Elements in the DOM

V0018: The tabindex attribute is type short, not long

The specification states:

 3.2.2 Elements in the DOM
     ...
         interface HTMLElement : Element {
             ...
             attribute long tabIndex;
             ...
         };

All document modes (All versions)

The tabindex attribute is type short, not long.

V0017: The translate attribute is not supported

The specification states:

 3.2.2 Elements in the DOM
     ...
         interface HTMLElement : Element {
             ...
             attribute boolean translate;
             ...
         };

All document modes (All versions)

The translate attribute is not supported.