-
Notifications
You must be signed in to change notification settings - Fork 20.6k
Synchronize use of document globals #2133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I mostly didn't backport it because this is only required for non-browser environments which we don't support in the compat line. But I have nothing against porting them if that makes cherry-picking easier. Note, though, that on |
I'll create a |
BTW, it's worth checking if #1342 (comment) still applies or maybe we could switch from |
It seems we can switch from EDIT: issue created: #2502. |
PR: #2504. |
Fixes jquerygh-2133 Fixes jquerygh-2501 Closes jquerygh-2504 Refs jquerygh-1950 Refs jquerygh-1949 Refs jquerygh-2397 Refs jquerygh-1537 Refs 842958e
Fixes jquerygh-2133 Fixes jquerygh-2501 Closes jquerygh-2504 Refs jquerygh-1950 Refs jquerygh-1949 Refs jquerygh-2397 Refs jquerygh-1537 Refs jquerygh-2504 Refs 842958e
Fixes jquerygh-2133 Fixes jquerygh-2501 Closes jquerygh-2504 Refs jquerygh-1950 Refs jquerygh-1949 Refs jquerygh-2397 Refs jquerygh-1537 Refs jquerygh-2504 Refs 842958e
Landed via 04ec688 |
I'd rather not backport it to 1.12 as there is way more compat code there and it may pose problems for Node.js. |
This is a wontfix now since it was done in connection with #2501. |
Since 1.12 will be released, i will remove |
Last time I tried it it caused problems for IE<8. I'd rather it stayed wontfix unless we can verify IE 6-7 don't have problems with it. |
Changes from 76df9e4 (in particular, definition and use of the
document
anddocumentElement
variables) never made it to the compat branch, introducing what I feel to be a needless divergence and source of merge conflicts.@mzgol: agree?
The text was updated successfully, but these errors were encountered: