Project

General

Profile

Bug #70444

Updated by Björn Jacob over 8 years ago

The following form attributes are not rendered in FE: 

 TEXTLINE 
 * spellcheck (tested with TEXTLINE) 
 * translate 

 TEXTAREA (tested with TEXTLINE) 
 * inputmode 

 SUBMIT 
 * autofocus 
 * class 
 * contenteditable 
 * contextmenu 
 * disabled 
 * draggable 
 * dropzone 
 * hidden 
 * spellcheck 
 * translate 

 RESET 
 * translate 

 FORM 
 * translate 
 * accept 
 * action -> own issue for this 

 CHECKBOX 
 * translate 

 RADIO 
 * translate (tested with TEXTAREA)

Back