Skip to content

Commit

Permalink
Merge pull request #207 from aphillips/gh-pages
Browse files Browse the repository at this point in the history
Fix respec warning and one typo
  • Loading branch information
aphillips committed Sep 18, 2020
2 parents e70fe7f + 4c4d412 commit a0bc18e
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions index.html
Expand Up @@ -136,11 +136,7 @@
</script> </head>
<body>
<section id="abstract">
<p>This document builds upon on <cite>Character Model for the World Wide
Web 1.0: Fundamentals </cite>[[!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.</p>
<p>This document builds upon on <cite>Character Model for the World Wide Web 1.0: Fundamentals </cite>[[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.</p>
</section>
<section id="sotd">
<div class="note">
Expand Down Expand Up @@ -176,7 +172,7 @@ <h3>Goals and Scope</h3>

<p>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 <a href="http://www.w3.org/Consortium/mission"><cite>W3C goal of universal access</cite></a>. 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.</p>

<p class="note">This document builds on <cite>Character Model for the World Wide Web: Fundamentals</cite> [[!CHARMOD]]. Understanding the concepts in that document are important to being able to understand and apply this document successfully.</p>
<p class="note">This document builds on <cite>Character Model for the World Wide Web: Fundamentals</cite> [[CHARMOD]]. Understanding the concepts in that document are important to being able to understand and apply this document successfully.</p>

<p>This part of the Character Model for the World Wide Web covers string
matching—the process by which a specification or implementation defines
Expand Down Expand Up @@ -1398,7 +1394,7 @@ <h2>Specifying Content Restrictions</h2>

<p class="requirement"><span class="qrec">[S]</span> Specifications that define <a>application internal identifiers</a> (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.</p>

<p class="requirement"<span class="qrec">[S][I]</span> <a>Application internal identifier</a> fields or values MUST be wrapped with a localizable display value when displayed to end-users.</p>
<p class="requirement"><span class="qrec">[S][I]</span> <a>Application internal identifier</a> fields or values MUST be wrapped with a localizable display value when displayed to end-users.</p>

<p><a>User-facing identifiers</a> are the part of a document format or protocol's <a>vocabulary</a> 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.</p>

Expand Down

0 comments on commit a0bc18e

Please sign in to comment.