Skip to content

Commit b436149

Browse files
committed
[css-text-3] Editorial tweak
"encoding different from Unicode" is nonsensical, since Unicode isn't an encoding. We're actually speaking of UAs that have a different text encoding *model*, so update the text to say so.
1 parent 52c7c5c commit b436149

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-text-3/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -393,9 +393,9 @@ Text Processing</h3>
393393
UAs that support Unicode must adhere to all normative requirements
394394
of the Unicode Core Standard,
395395
except where explicitly overridden by CSS.
396-
UAs that use a different encoding are not explicitly supported by the CSS specifications;
397-
they are, however, expected to fulfill the same text handling requirements
398-
by assuming an appropriate mapping between that encoding and Unicode.
396+
UAs implemented on the basis of a non-Unicode text encoding model are still
397+
expected to fulfill the same text handling requirements
398+
by assuming an appropriate mapping and analogous behavior.
399399

400400
<wpt>
401401
text-encoding/shaping-join-001.html

0 commit comments

Comments
 (0)