From 94e96c5a762a49622156c9da7e6703f917799ec3 Mon Sep 17 00:00:00 2001 From: Xiaocheng Hu Date: Fri, 6 May 2022 01:09:17 +0000 Subject: [PATCH] Fri May 6 01:09:16 AM UTC 2022 --- source | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source b/source index 15a207d656d..44b7134ea99 100644 --- a/source +++ b/source @@ -60118,7 +60118,9 @@ o............A....e

A script element is implicitly potentially render-blocking if the element's script's type is set and is equal to - "classic", and the element is "parser-inserted".

+ "classic", the element is "parser-inserted", and the + element does not have an async or + defer attribute.