-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Attributes potentially incorrectly set to introduced in Chrome 44 #7755
Comments
#7843 is similar, but for Chrome 43. |
I don't follow the problem for length here. Can you elaborate on what we're talking about here? The linked review wasn't particularly illuminating (just "suspicious"). |
I haven't looked into the details, but But in addressing this issue there's no need to handle |
I researched this and found the following info:
I'll submit PRs for these! |
PRs have been submitted for the two I'm able to update at this point -- I plan to follow up with |
@queengooborg did you mean to close this even though the fixes aren't landed yet? |
I did, with the thought that we will follow up with collector results as it is. If you'd prefer, we can keep it open until the collector's fixed and the data has all been fixed! |
I ran |
With #15864 merged only |
Two more that will need to be checked, added since I filed this issue:
|
This was wrong due to testing for attributes in prototypes. This has been in WebKit since the very beginning of the feature: WebKit/WebKit@63f0b70 Copy the earliest versions of the parent feature. Also test http://mdn-bcd-collector.appspot.com/tests/api/CSSKeyframesRule to confirm support in the following browsers: - Chrome 15 - IE 10 - Opera 12.16 - Safari 5 Part of mdn#7755.
https://mdn-bcd-collector.appspot.com/tests/api/Notification/data confirmed with Chrome 43/44, and that test doesn't use prototype testing. |
api.Response.redirect is a method, so can't have this problem. Closing. |
This was wrong due to testing for attributes in prototypes. This has been in WebKit since the very beginning of the feature: WebKit/WebKit@63f0b70 Copy the earliest versions of the parent feature. Also test http://mdn-bcd-collector.appspot.com/tests/api/CSSKeyframesRule to confirm support in the following browsers: - Chrome 15 - IE 10 - Opera 12.16 - Safari 5 Part of #7755.
The kind of issue with attributes, and in particular
length
attributes, mentioned in #7749 (review) appears to already have happened in BCD.These are attributes claimed to be introduced in Chrome 44 that need double checking:
The text was updated successfully, but these errors were encountered: