Skip to content

Commit

Permalink
shortchecklist, Tailored links to point to new structure
Browse files Browse the repository at this point in the history
  • Loading branch information
r12a committed Mar 7, 2019
1 parent 942e25e commit fd18e08
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions reviews/shortchecklist.html
Expand Up @@ -79,7 +79,7 @@ <h2 class="notoc">Useful links</h2>
<td>... contains <strong>any natural language</strong> text that will be read by a human (this includes error messages or other UI text, JSON strings, etc, etc),</td>
<td>... ensure that there’s metadata about and support for basic things such as language and text direction</td>
<td><p><a href="https://www.w3.org/International/techniques/developing-specs.en?open=resource#resource">Language</a></p>
<p><a href="https://www.w3.org/International/techniques/developing-specs.en?open=text_direction#text_direction">Direction</a></p></td></tr>
<p><a href="https://www.w3.org/International/techniques/developing-specs.en?open=text_direction#text_direction">Text direction</a></p></td></tr>
<tr>
<td>... allows content authors to produce <strong>typographically appealing text</strong>, either in its own right, or in association with graphics.</td>
<td>... take into account the different typographic styles used around the world (for things such as line-breaking, text justification, emphasis or other text decorations, text selection and units, etc.)</td>
Expand All @@ -88,12 +88,17 @@ <h2 class="notoc">Useful links</h2>
<tr>
<td>... allows the user to <strong>point into text</strong>, creates text <strong>fragments</strong>, <strong>concatenates</strong> text, allows the user to <strong>select or step through</strong> text (using a cursor or other methods), etc.</td>
<td>... make allowances for the ways different scripts handle units of text</td>
<td><a href="/International/techniques/developing-specs.en?open=characters&open=char_indexing#char_indexing">Indexing strings</a></td>
<td><a href="https://www.w3.org/International/techniques/developing-specs.en?open=operations#operations">Text-processing</a></td>
</tr>
<tr>
<td>... allows <strong>searching or matching</strong> of text, including syntax and identifiers</td>
<td>... understand the implications of normalisation, case folding, etc</td>
<td><a href="https://www.w3.org/International/techniques/developing-specs.en?open=operations#operations">Text-processing</a></td>
</tr>
<tr>
<td>... <strong>sorts text</strong></td>
<td>... ensure that it does so in locally relevant ways</td>
<td><a href="/International/techniques/developing-specs.en?open=characters&open=char_sort#char_sort">Specifying sort &amp; search</a></td>
<td><a href="https://www.w3.org/International/techniques/developing-specs.en?open=operations#operations">Text-processing</a></td>
</tr>
<tr>
<td>... <strong>captures user input</strong></td>
Expand All @@ -103,22 +108,17 @@ <h2 class="notoc">Useful links</h2>
<tr>
<td>... <strong>deals with time</strong> in any way that will be read by humans and/or crosses time zone boundaries</td>
<td>... ensure that it will represent time as expected in locales around the world, and manage the relationship between local and global/absolute time.</td>
<td><a href="/International/techniques/developing-specs.en?open=locale&open=loc_time#loc_time">Working with time</a></td>
<td><a href="https://www.w3.org/International/techniques/developing-specs.en?open=locale#locale">Local dates, times and formats</a></td>
</tr>
<tr>
<td>... allows any <strong>character encoding</strong> other than UTF-8</td>
<td>... make sure you have a convincing argument as to why, and then ensure that the character encoding model is correct</td>
<td><p><a href="https://www.w3.org/International/techniques/developing-specs.en?open=characters#characters">Characters</a></p></td>
</tr>
<tr>
<td>... allows <strong>searching or matching</strong> of text, including syntax and identifiers</td>
<td>... understand the implications of normalisation, case folding, etc</td>
<td><a href="/International/techniques/developing-specs.en?open=characters&open=char_case#char_case">Handling case folding</a></td>
</tr>
<tr>
<td>... <strong>defines markup</strong></td>
<td>... ensure support for internationalisation features and avoid putting human-readable text in attribute values or plain-text elements</td>
<td><p><a href="https://www.w3.org/International/techniques/developing-specs.en?open=markup#markup">Markup</a></p></td>
<td><p><a href="https://www.w3.org/International/techniques/developing-specs.en?open=markup#markup">Markup &amp; syntax</a></p></td>
</tr>
<tr>
<td>... deals with <strong>names, addresses, time &amp; date formats</strong>, etc</td>
Expand All @@ -144,6 +144,5 @@ <h2 class="notoc">Useful links</h2>
<script type="text/javascript">completePage()</script>

</div>
s
</body>
</html>

0 comments on commit fd18e08

Please sign in to comment.