Changes between Initial Version and Version 1 of Ticket #11115, comment 1
- Timestamp:
- Dec 29, 2011, 9:47:31 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11115, comment 1
initial v1 2 2 3 3 In browsers that support it, Sizzle.matchesSelector is redefined to 4 5 4 html.matchesSelector || html.mozMatchesSelector || html.webkitMatchesSelector || html.msMatchesSelector; 6 5 7 When one of the checkboxes is run through elem.webkitMatchesSelector( " checked" ), the result is false.6 When one of the checkboxes is run through elem.webkitMatchesSelector( "[checked]" ), the result is false. 8 7 9 8