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:
If success is true, fire an event
- named load at el.
Otherwise, fire an event named error at el.
Unless otherwise specified for a given rel keyword, the
element must delay the load event of the element's node document until