browser-compat-data
browser-compat-data copied to clipboard
svg.elements.script - missing attributes that can be used in HTML `<script>`
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
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
To add these features, we need to test which browsers actually support them since when.