content icon indicating copy to clipboard operation
content copied to clipboard

the blocking attribute is no longer valid on preload link elements

Open o-t-w opened this issue 1 year ago • 2 comments

Description

I replaced an invalid example of blocking=render

Motivation

At one point in time the blocking attribute worked for preload links. That is no longer the case. I updated the example to use the blocking attribute on a <script>.

Additional details

Issue in the HTML spec which made the blocking attribute invalid for preload links.

Related issues and pull requests

o-t-w avatar May 08 '24 16:05 o-t-w

reference to https://github.com/mdn/content/pull/33469

skyclouds2001 avatar May 08 '24 19:05 skyclouds2001