Reading List

Abandonware of the web: do you know that there is an HTML tables API? from Christian Heilmann RSS feed.

Abandonware of the web: do you know that there is an HTML tables API?

When people turn data into HTML tables using JavaScript, they either use the DOM methods (createElement() and the likes), but most of the time just append a huge string and use innerHTML, which always is a security concern. However, did you know that HTML tables also have an old, forgotten API ? Using this one, […]