2.1.77 [HTML5:2014] Section 4.10.11 The textarea element

V0180: The autocomplete attribute is not supported

The specification states:

 4.10.11 The textarea element
     ...
 DOM interface:
  
         interface HTMLTextAreaElement : HTMLElement {
             attribute DOMString autocomplete;
             ...
         };

All document modes (All versions)

The autocomplete attribute is not supported.

V0181: The dirName attribute is not supported

The specification states:

 4.10.11 The textarea element
     ...
     DOM interface:
  
         interface HTMLTextAreaElement : HTMLElement {
             ...
             attribute DOMString dirName;
             ...
         };

All document modes (All versions)

The dirName attribute is not supported.