Are HTML data attributes safe for older browsers, for example. IE 6?

Possible duplicate:
Do HTML5 user data attributes "work" in IE 6?

Is it safe to use HTML data attributes?

For example, if a user uses IE6 as a browser, can I use this attribute and get it using javascript?

+8
html html5 compatibility custom-data-attribute
Apr 17 2018-11-21T00:
source share

No one has answered this question yet.

See similar questions:

165
Do HTML5 user data attributes "work" in IE 6?
42
How to add user icon to jQuery standard user interface theme?
eleven
HTML 5 Browser Compatibility - HTML 5 in older browsers?

or similar:

2350
Storing objects in HTML5 localStorage
1922
What are the valid values ​​for the id attribute in HTML?
1104
What is the purpose of the "role" attribute in HTML?
853
Selecting an item by data attribute
736
jQuery how to find element based on data attribute value?
599
Invalid form control using name = '' is not configurable
485
JQuery selectors for custom data attributes using HTML5
453
CSS element selection by data attribute
299
How to use dash in data- * HTML-5 attributes in ASP.NET MVC
165
Do HTML5 user data attributes "work" in IE 6?



All Articles