Changes between Initial Version and Version 1 of Ticket #7874, comment 1
- Timestamp:
- Dec 30, 2010, 12:36:21 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7874, comment 1
initial v1 3 3 IE6 and IE7 report 1 and 4, whilst the rest, 3 and 4 4 4 5 If you have <input name /> and input <input />, other browsers will have an entry in the attributes array for name, that is one of the array values will be that of name. 6 7 In ie6/7, however, the name key of the attribute object ( instead of just an array value ) has the same name value whether present or not ("") unless actually assigned a value. The only identifier there, is, if node.attributes[ whateverAttr ].specifi == true or not. 8 9