I plan to use dojo.query to get some elements by their name attribute from a page. However, since the value of name comes from the back-end, there might be some illegal characters, like +, != and so on.
Is there a list of what characters are allowed? I plan to replace the invalid ones with “” via Regular Expressions.
I think dojo will allow any valid HTML name
A name/id is valid html if:
Source: http://www.w3.org