From c83680eae9a6dd26d52aa79bfeb99492b1c38742 Mon Sep 17 00:00:00 2001 From: Jason White Date: Mon, 13 Jan 2025 14:37:52 -0500 Subject: [PATCH] Make heading case consistent: title case at level 2, sentence case at level 3. Closes #100. --- index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index c787833..fa60e8d 100644 --- a/index.html +++ b/index.html @@ -34,7 +34,7 @@

What are collaboration tools?

-

Our Scope: Distinctive features of collaboration tools

+

Our scope: distinctive features of collaboration tools

This document focuses on features unique to collaboration tools, rather than features which they share with other Web applications. Most especially this document avoids discussion of features applicable to software in general. However, any software that provides one or more of the features enumerated here may benefit from the user needs and corresponding requirements elaborated in the sections that follow.

The distinctive capabilities of collaboration tools are illustrated by the examples described in the section: . It is important to consider how these features are manifested in the tool's user interface. From this perspective, the distinguishing features may be described as follows.

@@ -71,7 +71,7 @@

Our Scope: Distinctive features of collaboration tools

-

Defining User needs

+

Defining user needs

Specific user needs are frequently defined both by task required to achieve a particular goal and also by environmental conditions. Context matters. For example, the cognitive demands imposed by interacting with the collaboration-related features of an application depend not only on the needs and capabilities of the user, including the possible presence of assistive technology, but also on the context. A collaborative task that the user can perform independently while working alone in a distraction-free environment may quickly become cognitively burdensome when performed during a working teleconference session. Working with comments and suggested changes becomes more cognitively demanding when other authors are simultaneously editing the same content, and the user needs to be aware of their activities (e.g., to avoid introducing conflicting changes) while still performing the editing task. The use of different input types and methods, such as speech input or switch-based input, can significantly affect the amount of time required to enter and edit text, as well as the user's ability to respond to potentially disruptive changes introduced by collaborators.'

@@ -90,7 +90,7 @@

Social Considerations

Collaborative tools should support all identified accessibility features in order to provide comprehensive accessibility. However, it is unlikely all features will be needed by any individual collaborative team effort. We assume persons with disabilities are brought into collaborative teams because of the contributions they are expected to make in the project. Teams are encouraged to focus on accommodating the specific accessibility needs of participating team members in order to operate most efficiently and productively.

-

Scope and Applicability of this Document

+

Scope and applicability of this document

Accessibility-related guidance provided in this document is applicable to a wide variety of tools. No unnecessary restriction is placed on the types of Web-based software to which it may reasonably be applied.

If a tool implements one or more of the distinctive features described in section , then the guidance in this document which addresses each such supported feature is relevant and applicable to the tool. Thus, the scope of the document includes any tool implemented using Web technologies that implements at least one of the distinctive features for which guidance is offered in the sections that follow.

For example, an annotation tool supporting the association of shared comments with selected text in Web pages would offer only a single feature described in this document. For this reason, only section would be relevant to the tool.

@@ -99,7 +99,7 @@

Scope and Applicability of this Document

-

Real-Time co-editing

+

Real-Time Co-editing

-

Version control features

+

Version Control Features

Suggested changes

    @@ -157,7 +157,7 @@

    Suggested changes

-

Presenting Differences Between Revisions

+

Presenting differences between revisions

  • User Need 13: Users need to be able to compare revisions in meaningful units (words, sentences, lines, blocks of code, a side-by-side presentation of two graphic renderings, etc.), according to the nature of the content, to maximize comprehension.
  • REQ 13: Provide at least one mode (and preferably several) that present differences in a content appropriate manner.