diff --git a/index.html b/index.html index 074291d..31ab862 100644 --- a/index.html +++ b/index.html @@ -136,11 +136,7 @@
-

This document builds upon on Character Model for the World Wide - Web 1.0: Fundamentals [[!CHARMOD]] to provide authors of - specifications, software developers, and content developers a common - reference on string identity matching on the World Wide Web and thereby - increase interoperability.

+

This document builds upon on Character Model for the World Wide Web 1.0: Fundamentals [[CHARMOD]] to provide authors of specifications, software developers, and content developers a common reference on string identity matching on the World Wide Web and thereby increase interoperability.

@@ -176,7 +172,7 @@

Goals and Scope

The goal of the Character Model for the World Wide Web is to facilitate use of the Web by all people, regardless of their language, script, writing system, or cultural conventions, in accordance with the W3C goal of universal access. One basic prerequisite to achieve this goal is to be able to transmit and process the characters used around the world in a well-defined and well-understood way.

-

This document builds on Character Model for the World Wide Web: Fundamentals [[!CHARMOD]]. Understanding the concepts in that document are important to being able to understand and apply this document successfully.

+

This document builds on Character Model for the World Wide Web: Fundamentals [[CHARMOD]]. Understanding the concepts in that document are important to being able to understand and apply this document successfully.

This part of the Character Model for the World Wide Web covers string matching—the process by which a specification or implementation defines @@ -1398,7 +1394,7 @@

Specifying Content Restrictions

[S] Specifications that define application internal identifiers (which are never shown to users and are always used for matching or processing within an application or protocol) SHOULD limit the content to a printable subset of ASCII. ASCII case folding is RECOMMENDED.

-

[S][I] Application internal identifier fields or values MUST be wrapped with a localizable display value when displayed to end-users.

+

[S][I] Application internal identifier fields or values MUST be wrapped with a localizable display value when displayed to end-users.

User-facing identifiers are the part of a document format or protocol's vocabulary that are assigned or edited by users or presented to the user for selection. Examples of user-facing identifiers include network names (such as SSIDs); device names; class, style, or attribute names; or user-defined settings or values. Identifiers of this sort are more complex to match due to the issues described in this document, but provide the best experience, particularly for users who do not speak English or who are less familiar with the Latin script.