!--a11y-->
Use
The isNewlineBeforeInput method specifies whether or not a line break is inserted automatically before an <input> tag.
If you want the <input> tag to appear in the following line of a Web application, you must use the <br/> tag for the line break. A mobile device that automatically inserts a line break before an <input> tag and therefore returns the value true, would then display an unwanted blank line.

The same arguments for the use of this method apply to all methods that concern line breaks into new lines.
