Why does innerHTML change capitalization and quotation marks?
If I assign the following tags:
<span style='backgrou nd-color:yellow'>X </span>
the following is return via innerHTML:
<SPAN style="BACKGROU ND-COLOR:yellow">X </SPAN>
Thanks in advance.
If I assign the following tags:
<span style='backgrou nd-color:yellow'>X </span>
the following is return via innerHTML:
<SPAN style="BACKGROU ND-COLOR:yellow">X </SPAN>
Thanks in advance.
Comment