From: Ashish A. <aga...@gm...> - 2014-05-05 22:44:32
|
On Mon, May 5, 2014 at 3:01 PM, Christophe Troestler < Chr...@um...> wrote: In practice, I have found that it generally does not matter because > this type of shortcut is only used when the presence of the attribute > counts but not its value. @Ashish What about data- attributes? As far as I can tell there is nothing special about data-* attributes that would affect parsing and printing. They are just like any other attribute. Their only purpose is they indicate an attribute that should be "private to the page", meaning external consumers of the page should ignore them. |