content icon indicating copy to clipboard operation
content copied to clipboard

[WebAPI] Add disabled property to SVGStyleElement

Open Rumyra opened this issue 3 years ago • 3 comments

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

Rumyra avatar Jul 25 '22 10:07 Rumyra

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 :-)

hamishwillee avatar Aug 01 '22 03:08 hamishwillee

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:

    image -FF Nightly does not appear to set type, media

    image

hamishwillee avatar Aug 01 '22 06:08 hamishwillee

FWIW SVG docs update is on my content strategy, as I agree the whole area could do with a good update 👍

Rumyra avatar Aug 01 '22 15:08 Rumyra