-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Update Firefox data for char attributes of HTML element #21828
base: main
Are you sure you want to change the base?
Update Firefox data for char attributes of HTML element #21828
Conversation
This PR updates and corrects version values for Firefox and Firefox Android for the `char` and `charoff` attributes of various HTML elements. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.6.5). _Check out the [collector's guide on how to review this PR](https://github.com/openwebdocs/mdn-bcd-collector#reviewing-bcd-changes)._ Tests Used: https://mdn-bcd-collector.gooborg.com/tests/html/elements/col/char https://mdn-bcd-collector.gooborg.com/tests/html/elements/colgroup/char https://mdn-bcd-collector.gooborg.com/tests/html/elements/tbody/char https://mdn-bcd-collector.gooborg.com/tests/html/elements/td/char https://mdn-bcd-collector.gooborg.com/tests/html/elements/tfoot/char https://mdn-bcd-collector.gooborg.com/tests/html/elements/th/char https://mdn-bcd-collector.gooborg.com/tests/html/elements/thead/char https://mdn-bcd-collector.gooborg.com/tests/html/elements/tr/char
So, why the implementation comment? |
The |
That impl bug is still open, though? |
Firefox doesn't support this deprecated feature, see this test case. The observed behavior (the attributes can be set and get) can be explained by this bug and this commit that landed in Firefox 8. Before that, |
@queengooborg Would you like to document the get/set behavior with partial implementation? |
This PR updates and corrects version values for Firefox and Firefox Android for the
char
andcharoff
attributes of various HTML elements. The data comes from the mdn-bcd-collector project (v10.6.5).Check out the collector's guide on how to review this PR.
Tests Used:
https://mdn-bcd-collector.gooborg.com/tests/html/elements/col/char
https://mdn-bcd-collector.gooborg.com/tests/html/elements/colgroup/char
https://mdn-bcd-collector.gooborg.com/tests/html/elements/tbody/char
https://mdn-bcd-collector.gooborg.com/tests/html/elements/td/char
https://mdn-bcd-collector.gooborg.com/tests/html/elements/tfoot/char
https://mdn-bcd-collector.gooborg.com/tests/html/elements/th/char
https://mdn-bcd-collector.gooborg.com/tests/html/elements/thead/char
https://mdn-bcd-collector.gooborg.com/tests/html/elements/tr/char