Update bgcolor HTML attribute
This PR updates the data for the bgcolor HTML attribute, which fixes #17310. The version numbers come from other instances of the property, and confirmed by testing the oldest possible browsers in BrowserStack.
This PR updates the data for the
bgcolorHTML attribute, which fixes #17310. The version numbers come from other instances of the property, and confirmed by testing the oldest possible browsers in BrowserStack.
Can you describe the testing done, with links to the tests where possible? If "other instances of the property" means trusting the data from api.HTML*Element.bgcolor, then it would be good to spell out this assumption. It will often be the case that the content attribute is supported before the script property.
Can you describe the testing done, with links to the tests where possible?
The test code is actually in the issue description!
I see, https://codepen.io/estelle/pen/PoRdJaO then? That's only testing <thead bgcolor> and doesn't lend support to most of the changes being made then.
Here's an updated example that shows the attribute working on other elements: https://codepen.io/queengooborg/pen/QWrYaXg
OK, so given http://software.hixie.ch/utilities/js/live-dom-viewer/?saved=10877 some of the data could be set to Opera 12.1, but the current data isn't wrong, so let's go.