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

added interuptions #98

Closed
wants to merge 1 commit into from
Closed
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
16 changes: 16 additions & 0 deletions guidelines/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,13 @@ <h4>Section Headings</h4>
<p class="change">Unchanged</p>
<p><a>Section</a> headings are used to organize the content.</p>
</section>

<section class="sc">
<h4>Interruptions (minimum)</h4>
<p class="conformance-level">AA</p>
<p>There is an easily available mechanism to postpone and suppress interruptions and changes in content unless they are initiated by the user or involve anֲ emergency.</p>
Copy link
Member

Choose a reason for hiding this comment

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

Since the word "and" is used between postpone and suppress, the literal meaning would be that postponing the interruption is required, i.e. the mechanism must make the interruption reappear. I'm assuming this is not the intent. If so, I would recommend changing to "postpone or permanently suppress" to make the options clear.

Also, if postponing is an option, I'd highly recommend requiring a minimum time before the interruption reappears.

</section>

</section>
</section>

Expand Down Expand Up @@ -1170,6 +1177,15 @@ <h1>Glossary</h1>
<p>audio description that is added to an audiovisual presentation by pausing the <a>video</a> so that there is time to add additional description</p>
<p>This technique is only used when the sense of the <a>video</a> would be lost without the additional <a>audio description</a> and the pauses between dialogue/narration are too short.</p>
</dd>
<dl>
<dt><dfn>easily available (or easily available mode or setting) one or more of the following are true:</dfn></dt>
<dd>
<ul>
<li>can be set one time with as wide a scope as possible (such as using the standards of the OS, From ISO 9241-112 or GPII when available) </li>
Copy link
Member

Choose a reason for hiding this comment

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

In the spirit of accessibility, expand the acronyms for OS and GPII.

<li>has the option to save or change the setting, where available interoperably, but also for the scope of the set of web pages </li>
Copy link
Member

Choose a reason for hiding this comment

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

The latter part of this requirement is dangling (i.e. "but also..." only contains a prepositional phrase). I'd like to help with rewording, but I'm confused by the intent of this bullet versus the previous one. They both seem to be dealing with scope of the setting. Can you clarify the distinction?

<li>is reachable from each screen where it may be needed, and the path and the control conforms to all of this document</li>
Copy link
Member

Choose a reason for hiding this comment

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

  • Replace "screen" with "webpage", which has an existing glossary definition
  • Delete "and the path and control conforms to all of this document". This is not only implied in my opinion, but also does not specify a conformance level and conflicts/overlaps with Note 2 in the definition of mechanism.
  • "Reachable" is not defined and so this requirement is very vague. Technically, if I need to click Settings and then jump through 10 pages of controls to get to the mechanism for suppressing the interruption, that is reachable.

If the intent here is to be able to suppress with a single click, then maybe something like: "able to be set without any change of content".

</ul></dd></dl>

<dt><dfn>flash</dfn></dt>
<dd>
<p>a pair of opposing changes in <a>relative luminance</a> that can cause seizures in some people if it is large enough and in the right frequency range</p>
Expand Down