From e8213bb86b38cea2cd93913a6a3088ebb4972a6d Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Fri, 4 Apr 2025 16:00:05 +0100 Subject: [PATCH] LibWeb/CSS: Remove unnecessary note about unicode-range parsing I wrote this before implementing the parsing, and it ended-up not being true. --- Libraries/LibWeb/CSS/Descriptors.json | 1 - 1 file changed, 1 deletion(-) diff --git a/Libraries/LibWeb/CSS/Descriptors.json b/Libraries/LibWeb/CSS/Descriptors.json index a89ab80b2ff..cb8cf377336 100644 --- a/Libraries/LibWeb/CSS/Descriptors.json +++ b/Libraries/LibWeb/CSS/Descriptors.json @@ -98,7 +98,6 @@ }, "unicode-range": { "initial": "U+0-10FFFF", - "NOTE": "unicode-range has special parsing rules so it's parsed manually.", "syntax": [ "#" ]