Closed devdazed closed 10 years ago
you're right. i'll have a patch shortly
Hi there, I made a pull request for this for you https://github.com/ded/domready/pull/15
A guy named webspinner made a good observation:
This will miss the case where "interactive" is the appropriate value in most browsers. You only need to check for "complete" in IE9 and IE10;
It appears to be fixed via #15, so perhaps this issue could be closed.
Good point
i thought i closed this issue myself. sorry about not notifying y'all
The following regex passes when the document state contains a
c
but does not start with one, one example is IE'sinteractive
state.it should probably be changed to: