| ▲ | firefoxd 15 hours ago | |
In the olden days, internet explorer couldn't support html5 tags. I found a snippet of code from my 2010 library [0] that I used to use to remedy the problem. You see if you created the tags via JavaScript, IE would somehow recognize them. You could discard them right after. Here was my script:
It didn't take long before I realized I could just add any random tag, add it to my shim, and render it on any browser. | ||
| ▲ | tentacleuno 8 hours ago | parent [-] | |
I'm sure that's how the popular html5shim used to work, too. I remember looking at the source out of curiosity. | ||