Are there any issues (either technically, or otherwise) with putting a space character in an element ID? For example, something like this:
<li id='something with spaces'>Test123</li>
I understand that this is NOT desirable (I have never used spaces before), but I have hit a scneario where I need to do this if possible.
What are the potential issues (if any) I may face with scaling, any particular browsers, scripting, or CSS styling?
Are there any articles that talk about the 'bad characters' that CAN be used but SHOULD NOT be used?
Thanks -