From ae9bdf5a168bd9a93856aa666c51799b3f315276 Mon Sep 17 00:00:00 2001 From: andruud Date: Tue, 14 Jan 2025 23:29:36 +0100 Subject: [PATCH] [css-values-5] Disallow whitespace in `` (#11431) This is not allowed in ``, and shouldn't be allowed in `` either. Co-authored-by: Anders Hartvoll Ruud --- css-values-5/Overview.bs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css-values-5/Overview.bs b/css-values-5/Overview.bs index 3213e09645f..effb23fd1c8 100644 --- a/css-values-5/Overview.bs +++ b/css-values-5/Overview.bs @@ -1588,6 +1588,9 @@ Ian's proposal: As with [=attribute selectors=], the case-sensitivity of <> depends on the document language. + Whitespace is not allowed + between any of the components of <>. + If ''attr()'' is used in a property applied to an element, it references the attribute of the given name on that element; if applied to a pseudo-element,