browser-compat-data icon indicating copy to clipboard operation
browser-compat-data copied to clipboard

svg.elements.script - missing attributes that can be used in HTML `<script>`

Open bsmth opened this issue 2 years ago • 1 comments

What type of issue is this?

Missing compatibility data

What information was incorrect, unhelpful, or incomplete?

Since SVG <script> defers to HTML as much as possible, we have some missing attributes to document.

What browsers does this problem apply to, if applicable?

No response

What did you expect to see?

  • [ ] blocking
  • [ ] crossorigin
  • [ ] fetchpriority
  • [ ] integrity
  • [ ] language
  • [ ] nomodule
  • [ ] referrerpolicy
  • [ ] text
  • [ ] type.importmap

Did you test this? If so, how?

n/a

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

https://github.com/mdn/content/issues/28294

Do you have anything more you want to share?

No response

MDN URL

No response

MDN metadata

No response

bsmth avatar Aug 23 '23 13:08 bsmth

fetchprioprity is not supported on SVG script element (maybe you mean to document it's indeed not supported): https://github.com/w3c/svgwg/issues/916

fred-wang avatar Sep 26 '24 05:09 fred-wang

To add these features, we need to test which browsers actually support them since when.

caugner avatar Apr 16 '25 21:04 caugner