content
content copied to clipboard
[WebAPI] Add disabled property to SVGStyleElement
Acceptance Criteria
- [ ] The listed features are documented sufficiently on MDN
- [x] BCD is updated
- [x] Interactive example and data repos are updated if appropriate
- [x] The content has been reviewed as needed
For folks helping with Firefox related documentation
- [ ] Set bugs to
dev-doc-complete - [x] Add entry to Firefox release notes if feature is enabled in release or
- [ ] Add entry to Firefox experimental features page if feature is not yet enabled in release
Features to document
Looks like the SVGStyleElement page could do with some updates https://developer.mozilla.org/en-US/docs/Web/API/SVGStyleElement
Related Gecko bugs
https://bugzilla.mozilla.org/show_bug.cgi?id=1712623
Yes, there is quite a lot missing in this area. But then almost none of the SVG properties are individually documented. I'll do this particular property and then come back and fix the whole section if we have time. Not very experienced with SVG.
Status:
- [x] BCD
- [x] https://github.com/mdn/browser-compat-data/pull/17164
- [x] https://github.com/mdn/browser-compat-data/pull/17202
- [x] Other attributes will need URL links added to MDN docs if we fill in the missing docs - https://github.com/mdn/browser-compat-data/pull/17327
- [x] Docs
- [x] #19012
- [x] #19043
- [x] #19172
- [x] Release notes - #19168
- [x] dev-doc-complete
All done :-)
My test code for .disabled (a note) test_svgstyleelement.zip
FF appears to omit media and type values. To check with FF team.
-
Chrome output for the SVGStyleElement properties in console is:
-FF Nightly does not appear to set type, media
FWIW SVG docs update is on my content strategy, as I agree the whole area could do with a good update 👍