I'm generating IDs for elements in a page, and would like to make sure I don't stumble across some invalid 'id' value. While the W3 standard seems to say that anything goes, you never know about all browsers, etc, so I'm asking here.
I'm talking about id as in <div id='myid' />.