Having fun with HTML5 – contenteditable attribute
As I go through the HTML5 spec, I find some useful new feature just about everywhere, and the new contenteditable attribute is certainly one of those. It’s supported by most elements and provides a simple and yet effective way for you to allow the users to edit user contents (blog posts for instance) inline as …
Having fun with HTML5 – contenteditable attribute Read More »