Is there a limit to the length of HTML attributes?

How long is too long for an attribute value in HTML?

I’m using HTML5 style data attributes (data-foo="bar") in a new application, and in one place it would be really handy to store a fair whack of data (upwards of 100 characters). While I suspect that this amount is fine, it raises the question of how much is too much?

8 Answers
8

Leave a Comment