[svgwg] Merged Pull Request: Add SVGStyleElement#disabled attribute

tabatkins has just merged domfarolino's pull request 879 for https://github.com/w3c/svgwg:

== Add SVGStyleElement#disabled attribute ==
This PR is meant to mirror https://github.com/whatwg/html/pull/7779 by giving SVGStyleElement a `disabled` IDL attribute that does not mirror any content attribute. Furthermore, this PR is so small because I believe just adding the attribute is enough to piggy-back on the semantics in the WHATWG PR above, given the [following text](https://svgwg.org/svg2-draft/styling.html#:~:text=The%20semantics%20and%20processing%20of%20a%20%E2%80%98style%E2%80%99%20and%20its%20attributes%20must%20be%20the%20same%20as%20is%20defined%20for%20the%20HTML%20%E2%80%98style%E2%80%99%20element.) in the SVG styling spec:

> The semantics and processing of a ‘[style](https://svgwg.org/svg2-draft/styling.html#StyleElement)’ and its attributes must be the same as is defined for the [HTML ‘style’ element](https://html.spec.whatwg.org/multipage/semantics.html#the-style-element).

See https://github.com/w3c/svgwg/pull/879


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 26 May 2022 21:16:15 UTC