Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions manual-of-style/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
<body>

<section id='abstract'>
<p>This guide contains best current practice, written for editors and authors of W3C technical reports. It is a companion to the W3C Style Guide that documents W3C-specific conventions, including terminology, tone, voice, and editorial preferences. It complements the requirements for W3C publications that are in W3C [[[PUBRULES]]].</p>
<p>This guide contains best current practice for editors and authors of W3C technical reports. It is a companion to the W3C Style Guide, which documents W3C-specific conventions, including terminology, tone, voice, and editorial preferences. It complements the publication requirements in the W3C [[[PUBRULES]]].</p>
</section>

<section id="sotd">
Expand Down Expand Up @@ -218,7 +218,7 @@ <h2>Validation</h2>
<section id="Accessibility">
<h2>Accessibility</h2>

<p>Follow the [[[WCAG]]] [[WCAG]]. See also [[[WCAG-Overview]]]
<p>Follow [[[WCAG]]] [[WCAG]]. See also [[[WCAG-Overview]]]
[[WCAG-Overview]] for an introduction to the guidelines. Can
simpler words express your ideas? Is your text marked up with
structural elements? Are alternatives provided for auditory and visual
Expand All @@ -227,7 +227,7 @@ <h2>Accessibility</h2>
<section id="I18n">
<h2>Internationalization</h2>

<p>Follow the guidelines in [[[INTERNATIONAL-SPECS]]] [[INTERNATIONAL-SPECS]] when producing your specification. You might also find it helpful to complete a <a href="https://www.w3.org/International/i18n-drafts/techniques/shortchecklist">self-review</a> early in the development process. If your specification touches on more complex issues, you can also reach out to the Internationalization Working Group for guidance.</p>
<p>Follow the guidelines in [[[INTERNATIONAL-SPECS]]] [[INTERNATIONAL-SPECS]] when producing your specification. You might also find it helpful to complete a <a href="https://www.w3.org/International/i18n-drafts/techniques/shortchecklist">self-review</a> early in the development process. If your specification touches on more complex issues, you can also reach out to the [Internationalization Working Group](https://www.w3.org/groups/wg/i18n-core/) for guidance.</p>

<p>Internationalization terminology, particularly terms related to Unicode, can be rather precise. To help avoid problems with the need to define these, import the [[[Infra]]] [[Infra]] standard and [[[I18N-GLOSSARY]]] [[I18N-GLOSSARY]]. Use the terms found in these documents instead of creating your own and link your use of these terms to the definitions found in these documents. Instructions on how to do this can be found in an appendix of the [[[I18N-GLOSSARY]]].</p>

Expand Down