Skip to content

Commit

Permalink
Merge pull request #36 from aphillips/gh-pages
Browse files Browse the repository at this point in the history
Fix to validation errors.
  • Loading branch information
aphillips committed Nov 16, 2015
2 parents 3a927e2 + 4457bb1 commit c73ae25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -492,7 +492,7 @@ <h3>Case Folding</h3>
fewer code points to use a single code point for comparison purposes
instead. Unlike the full mapping, this mapping invariably alters the
content of the text. This <code class="kw">simple</code> case fold mapping, referred to in this document
as <dfn id=""dfn="UnicodeC+S">Unicode C+S</dfn>, is not appropriate for the Web. </p>
as <dfn id="UnicodeC+S">Unicode C+S</dfn>, is not appropriate for the Web. </p>

<aside class="example">
<p>One well-known example of a 'full' case fold mapping is the character <span class="qchar">&#xdf;</span>
Expand Down Expand Up @@ -1583,7 +1583,7 @@ <h4>Requirements for Specifications</h4>
permit non-ASCII characters. </p>
</div>
</section>
<section id="non-normalizing">
<section id="non-normalizing-requirements">
<h4> Non-Normalizing Specification Requirements </h4>
<div class="requirement">
<p>[S][I] For vocabularies and values that are not restricted to
Expand Down

0 comments on commit c73ae25

Please sign in to comment.