From 70e2a02f2787198da262ae5849493e9851a6d558 Mon Sep 17 00:00:00 2001 From: Mike West Date: Wed, 8 Apr 2026 08:48:20 +0200 Subject: [PATCH] Update nonceable attribute checks for link elements This PR adds `attribute list: 1. If |attribute|'s name contains an ASCII case-insensitive match for - "<script" or "<style", return "`Not Nonceable`". + "<link", "<script", or "<style", + return "`Not Nonceable`". 2. If |attribute|'s value contains an ASCII case-insensitive match for - "<script" or "<style", return "`Not Nonceable`". + "<link", "<script", or "<style", + return "`Not Nonceable`". 3. If |element| had a [=duplicate-attribute=] [=parse error=] during tokenization, return "`Not Nonceable`".