Quote:
Originally Posted by marilynn.fowler
I notice that the load_app function is inside a script tag that doesn't say type="text/javascript." That might be a factor.
|
Theoretically, maybe.
In practice, almost surely not.
There are thousands, if not millions, of old HTML pages out there on the net that were created long before "text/javascript" was used, let alone became a standard. The browser that stops recognizing that <script> is a common shorthand for <script type="text/javascript"> is the one that people will stop using, because all their web browsing stops working.
Sad, but true, that all these standards just aren't enforceable.