From cd567c7582dec0c45f50c144a41a87b71e14e67d Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Fri, 17 Jan 2025 16:46:07 +0900 Subject: [PATCH 1/2] Editorial: change style of preload integrity metadata test * It previously had a misplaced "; or" and an extra ";" * Move from !(A || B) to !A && !B for clarity --- source | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/source b/source index b81d31867c8..7478e2ba535 100644 --- a/source +++ b/source @@ -27686,14 +27686,15 @@ document.body.appendChild(wbr); integrity metadata.

  • -

    If none of the following conditions apply:

    +

    If all of the following are true: