Giving the script tag an ID
I came across a scenario where giving a script element an id attribute would solve a problem easily. However, after reading about the script element at w3schools and quirksmode , it seems doing so could have some unforeseen consequences. Has anyone come across any of these issues with browsers such as Chrome, Safari, FF3 up and IE 7 up? It's fine in all current browsers. The only browser that got <script id> wrong was Netscape 4, which we stopped caring about a long, long time ago. That quirksmode page seems to be badly out of date, what with its use of language attributes, script <!-- hiding,