We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 791b4fb commit af6f74bCopy full SHA for af6f74b
1 file changed
css-text-3/Overview.bs
@@ -345,6 +345,17 @@ Characters and Letters</h3>
345
Authors are forewarned that dividing <a>grapheme clusters</a>
346
by element boundaries may give inconsistent or undesired results.
347
348
+<h3 id="text-encoding">
349
+Text Processing</h3>
350
+
351
+ CSS is built on [[UNICODE]].
352
+ UAs that support Unicode must adhere to all normative requirements
353
+ of the Unicode Core Standard,
354
+ except where explicitly overridden by CSS.
355
+ UAs that use a different encoding are not explicitly supported by the CSS specifications;
356
+ they are, however, expected to fulfill the same text handling requirements
357
+ by assuming an appropriate mapping between that encoding and Unicode.
358
359
<h2 id="transforming">
360
Transforming Text</h2>
361
0 commit comments