File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -345,6 +345,17 @@ Characters and Letters</h3>
345345 Authors are forewarned that dividing <a>grapheme clusters</a>
346346 by element boundaries may give inconsistent or undesired results.
347347
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+
348359<h2 id="transforming">
349360 Transforming Text</h2>
350361
You can’t perform that action at this time.
0 commit comments