Skip to content
This repository has been archived by the owner on Jun 30, 2018. It is now read-only.

Update index with minimise errors #97

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 16 additions & 0 deletions guidelines/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,8 @@ <h4>Labels or Instructions</h4>
<p class="change">Unchanged</p>
<p><a>Labels</a> or instructions are provided when content requires user input.</p>
</section>



<section class="sc">
<h4>Error Suggestion</h4>
Expand Down Expand Up @@ -828,8 +830,18 @@ <h4>Error Prevention (All)</h4>
<p class="change">Unchanged</p>
<p>For <a>Web pages</a> that require the user to submit information, at least one of the following is true:</p>
</section>

<section class="sc">
<h4>Minimize user errors</h4>
<p class="conformance-level">A</p>
<p>Input error are automatic corrected where the correction can be reliably made.</p>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"automatic corrected" > "automatically corrected"

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change "error" to "errors" and "correction" to "corrections" to match the verb "are"

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, given the glossary definition being added, is this supposed to be "Common input errors..." instead of just "Input errors..."?


</section>

</section>
</section>



<section class="principle" id="robust">
<h2> Robust </h2>
Expand Down Expand Up @@ -1103,6 +1115,8 @@ <h1>Glossary</h1>
<p>A change of content is not always a change of context. Changes in content, such as an expanding outline, dynamic menu, or a tab control do not necessarily change the context, unless they also change one of the above (e.g., focus).</p>
<p>Opening a new window, moving focus to a different component, going to a new page (including anything that would look to a user as if they had moved to a new page) or significantly re-arranging the content of a page are examples of changes of context.</p>
</dd>
<dt><dfn>common input error</dfn></dt>
<dd>errors that have been have been documented in the understanding of the Success Criteria section or have supportive techniques or that have been reported or documented more then one time and there is a know way to identify them</dd>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Fix double "have been"
  • Change "know" to "known"
  • Reword as a clearer comma-separated list (too many uses of "or" without punctuation)

<dt><dfn>conformance</dfn></dt>
<dd>
<p>satisfying all the requirements of a given standard, guideline or specification</p>
Expand Down Expand Up @@ -1242,6 +1256,8 @@ <h1>Glossary</h1>
<p>A touchscreen PDA has a keyboard interface built into its operating system as well as a connector for external keyboards. Applications on the PDA can use the interface to obtain keyboard input either from an external keyboard or from other applications that provide simulated keyboard output, such as handwriting interpreters or speech-to-text applications with "keyboard emulation" functionality.</p>
<p>Operation of the application (or parts of the application) through a keyboard-operated mouse emulator, such as MouseKeys, does not qualify as operation through a keyboard interface because operation of the program is through its pointing device interface, not through its keyboard interface.</p>
</dd>
<dt><dfn> known to be reliable and achievable</dfn></dt>
<dd>Identified in the WCAG techniques as possible to reliably correct an errors, or found in user testing to constantly</dd>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"as possible to reliably correct an errors" perhaps better "as possible to reliably error-correct"

"or found in user testing to constantly" dangling sentence

<dt><dfn>label</dfn></dt>
<dd>
<p><a>text</a> or other component with a <a>text alternative</a> that is presented to a user to identify a component within Web <a>content</a></p>
Expand Down