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

html.elements.link.rel.preload - Incorrect compatability table

Open grace-snow opened this issue 2 years ago • 1 comments

What information was incorrect, unhelpful, or incomplete?

Safari listed as having no support for preload

What did you expect to see?

Safari has had support since version 11

Did you test this? If so, how?

Tested on Safari 14.1.2 with preloading styles and it worked fine eg <link rel="preload" href="style.css" as="style">

MDN page report details
  • Query: html.elements.link.rel.preload
  • MDN URL: https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types/preload
  • Report started: 2022-03-04T16:02:55.562Z

grace-snow avatar Mar 04 '22 16:03 grace-snow

Safari do not add cors header in @font-face rule except "woff" fonts.

so we should update table as above & add caption about font preloading to do not add crossorigin="" attribute for safari https://bugs.webkit.org/show_bug.cgi?id=86817

Chanki-Min avatar Sep 18 '22 04:09 Chanki-Min

This was fixed in #22658!

queengooborg avatar Jun 20 '24 13:06 queengooborg