Re: [svgwg] Should SVG's `<script>` element support the `fetchpriority` attribute analogous to HTML's `<script>` element? (#916)

As things stand right now, I don't know that it makes a lot of sense for there to be a `fetchpriority` on the SVG script element. As far as I can tell, it doesn't support `async` or `defer `yet so the SVG scripts are blocking and there isn't really a use case for developers to be able to adjust the priority.

If `async` or `defer` (or `module` support) is ever added to SVG script then it might make sense at that point to consider if it also makes sense to add `fetchpriority` support as well.

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


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

Received on Wednesday, 28 June 2023 16:29:18 UTC