Space processing
When entering "a[any number of spaces]a" in DIV, the HTML rendering is the same under Chrome and IE: only one space is displayed.
innerHTML attribute
Enter
When entering "a[Enter][any number of spaces]a" in DIV, the HTML rendering in Chrome and IE is the same.
innerHTML attribute
HTML tag
When entering "a
a" in DIV, the HTML rendering is the same under Chrome and IE.
innerHTML attribute
Enter in TEXTAREA
Enter a[Enter]b in the textarea multi-line input box, and the HTML rendering in Chrome and IE will be the same.
value attribute