From c63f7122e7d0b9c6a4f065b6f24daadc21b7751a Mon Sep 17 00:00:00 2001 From: sideshowbarker Date: Thu, 28 Sep 2023 17:02:23 +0900 Subject: [PATCH] Specify adding disabled="" to --- source | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source b/source index c5ac96d1203..4adc4f275bc 100644 --- a/source +++ b/source @@ -3941,6 +3941,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
  • associated CSS style sheet
  • create a constructed CSSStyleSheet
  • synchronously replace the rules of a CSSStyleSheet
  • +
  • disable a CSS style sheet
  • CSS style sheets and their @@ -27393,6 +27394,10 @@ document.body.appendChild(wbr);
    +

    When the disabled attribute of a link + element with a stylesheet keyword is set, disable the associated CSS style sheet.

    +

    The appropriate times to fetch and process this type of link are: