diff --git a/source b/source index 77898a94457..79b0f98657a 100644 --- a/source +++ b/source @@ -13752,17 +13752,8 @@ interface HTMLLinkElement : HTMLElement { data-x="external resource link">external resource links have a process the linked resource algorithm which takes a link element el, boolean success, and response response. - Unless an individual link type provides its own process the linked resource - algorithm, the default process the linked resource algorithm, given a link - element el, and boolean success (ignoring response) is used:

- -
    -
  1. If success is true, fire an event - named load at el.

  2. - -
  3. Otherwise, fire an event named error at el.

  4. -
+ Individual link types may provide their own process the linked resource algorithm, + but unless explicitly stated, that algorithm does nothing.

Unless otherwise specified for a given rel keyword, the element must delay the load event of the element's node document until