Re: [svgwg] Use new [Reflect] IDL extended attribute for SVG element properties that need to reflect. (#991)

> In practice the spec is actually wrong currently, because type and media have complex getters where they fallback to a specific value in the case the attribute is missing, but they could still use [ReflectSetter] and then define a custom getter steps.

Looks like there's interop issues here, Chrome and WebKit both return `text/css` for a missing type attribute, and `all` for a missing media attribute.

Firefox however just returns an empty string in both these cases.



-- 
GitHub Notification of comment by lukewarlow
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/991#issuecomment-3200855730 using your GitHub account


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

Received on Tuesday, 19 August 2025 13:50:41 UTC