From 4179d99c31dfa1d516646c6486f5a49b7cb69b82 Mon Sep 17 00:00:00 2001 From: Florian Rivoal Date: Thu, 12 Jan 2023 02:17:48 +0900 Subject: [PATCH] [css-text-3] Strengthen language about conformant use of text-transform As per https://github.com/w3c/csswg-drafts/issues/8279 --- css-text-3/Overview.bs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css-text-3/Overview.bs b/css-text-3/Overview.bs index 25399f08dde..c7b0d32792c 100644 --- a/css-text-3/Overview.bs +++ b/css-text-3/Overview.bs @@ -592,9 +592,9 @@ Case Transforms: the 'text-transform' property text-transform/text-transform-upperlower-105.html - Note: The 'text-transform' property only affects the presentation layer; - correct casing for semantic purposes is expected to be represented - in the source document. + Advisement: Authors must not rely on 'text-transform' for semantic purposes; + rather the correct casing and semantics should be encoded + in the source document text and markup. text-transform/text-transform-copy-paste-001-manual.html