Skip to content

Commit f80de20

Browse files
jenstricklandjasonjgw
authored andcommitted
Editorial proofreading for 1.2
Addressed a number of typos
1 parent d3ac089 commit f80de20

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

index.html

+7-10
Original file line numberDiff line numberDiff line change
@@ -39,35 +39,32 @@ <h3>Our scope: distinctive features of collaboration tools</h3>
3939
<p>The distinctive capabilities of collaboration tools are illustrated by the examples described in the section: <a href="#collaboration-tools"></a>. It is important to consider how these features are manifested in the tool&apos;s user interface. From this perspective, the distinguishing features may be described as follows.</p>
4040
<dl>
4141
<dt>Real-time and asynchronous co-editing</dt>
42-
<dd>A feature enabling multiple authors to edit the same content simultaneously or over days, weeks months, and years. In synchronous co-editing, the changes introduced by different authors in real-time are combined almost immediately, using algorithms such as operational transformation [[concurrency-control]]. The combined changes are then made immediately visible in all of the participating authors&apos; editing sessions. The effect is that each author may perceive, in real time,
42+
<dd>A feature enabling multiple authors to edit the same content simultaneously or over days, weeks, months, and years. In synchronous co-editing, the changes introduced by different authors in real-time are combined almost immediately, using algorithms such as operational transformation [[concurrency-control]]. The combined changes are then made immediately visible in all of the participating authors&apos; editing sessions. The effect is that each author may perceive in real time
4343
<ul>
4444
<li>Edits proposed by collaborators,</li>
45-
<li>The location of other editors&apos; focus within content.</li>
45+
<li>The location of other editors' focus within content.</li>
4646
</ul>
4747
Asynchronous edits, on the other hand, are made visible on document reload.</dd>
4848
<dt>Annotation of content with comments</dt>
4949
<dd>Some tools enable users to associate comments with parts of the content that is being read or edited. In systems such as word processors, replying to comments is supported, allowing threads of discussion to be associated with parts of a document.</dd>
5050
<dt>Comparing revisions</dt>
5151
<dd>Some systems can display the differences between revisions of content for purposes of comparison.</dd>
5252
<dt>Suggested changes</dt>
53-
<dd>Some word processors can show changes (insertions, deletions and formatting-related modifications) made by collaborators, which an editor can choose to accept or reject. These revisions are sometimes referred to as <dfn>suggested changes</dfn> or as <dfn>tracked changes</dfn>. Each change may be accompanied by metadata, for example the identity of the author who made the change, and a time stamp.</dd>
53+
<dd>Some word processors can show changes (insertions, deletions, and formatting-related modifications) made by collaborators, which an editor can choose to accept or reject. These revisions are sometimes referred to as <dfn>suggested changes</dfn> or <dfn>tracked changes</dfn>. Each change may be accompanied by metadata, for example the identity of the author who made the change, and a time stamp.</dd>
5454
<dt>Access controls</dt>
55-
<dd>Some collaborative environments support <em>access controls</em>, allowing restrictions to be imposed on modification of part or all of the content. Permission to modify content may be granted on a granular basis to specific individuals or to groups of users. For example, in a collaborative tool for creating fillable forms, some users may only be allowed to change the values of input fields (i.e., to complete a form), whereas others may be free to edit any aspect of the document, including the addition, deletion and rearrangement of form fields.</dd>
55+
<dd>Some collaborative environments support <em>access controls</em>, allowing restrictions to be imposed on modification of part or all of the content. Permission to modify content may be granted on a granular basis to specific individuals or to groups of users. For example, in a collaborative tool for creating fillable forms, some users may only be allowed to change the values of input fields (i.e., to complete a form), whereas others may be free to edit any aspect of the document, including the addition, deletion, and rearrangement of form fields.</dd>
5656
</dl>
5757

5858
<p>Collaboration tools differ widely in the nature of content that may be edited. They also differ widely in the user interfaces presented to users. For example:</p>
5959
<ul>
6060
<li>Word processors typically provide a <a href="https://en.wikipedia.org/wiki/WYSIWYG"><q>what you see is what you get</q> (<abbr title="what you see is what you get">WYSIWYG</abbr>)</a> interface based on a rendered view of the content.</li>
61-
<li>Editors designed for source code or markup language text development do not provide a rendered view. In these applications,, indentation and syntax highlighting may be the only visual cues provided to the structure of the code or markup available in the editing environment.</li>
61+
<li>Editors designed for source code or markup language text development do not provide a rendered view. In these applications, indentation and syntax highlighting may be the only visual cues provided to the structure of the code or markup available in the editing environment.</li>
6262
<li>In collaborative video editors, candidate video renditions may be played in side by side windows for purposes of comparison and editing decisioning.</li>
6363
<li>By their very nature, audio alternatives presented in music or sound editing environments must be played sequentially, and their distinctions remembered by the user in the comparison and decisioning process.</li>
6464
</ul>
6565
<p>As the preceding cases suggest, collaboration tools are not restricted by the kind of content that may be edited. Thus, tools that support editing of static images, mathematical notation, or other content types are also within the scope of this document. However, only collaboration-related aspects of any content editing environment are addressed here. Accessibility issues particular to creating and editing various types of content are not considered in this document.</p>
66-
<p>Nevertheless it is important that collaborative tools support the full range of editing functions associated with making web content accessible. Among others this would include the ability to add
67-
headings, provide alternative text for images and add captions to videos.</p>
68-
<p>Some collaboration tools support accessibility by mapping unique keyboard commands. Some also organize their feature options in unique menus or uniquely located menus. We prefer collaboration tools that utilize standard menu organization and typical keyboard commands now well known to users from the stand-alone desktop environment. Standard controls require far less learning
69-
from the user, whereas specific accessibility modes with custom keyboard commands, and with menus that shift their location on screen pose significantly steep learning challenges to most users with disabilities, not just
70-
users with cognitive and learning disabilities.</p>
66+
<p>Nevertheless it is important that collaborative tools support the full range of editing functions associated with making web content accessible. Among others this would include the ability to add headings, provide alternative text for images, and add captions to videos.</p>
67+
<p>Some collaboration tools support accessibility by mapping unique keyboard commands. Some also organize their feature options in unique menus or uniquely located menus. We prefer collaboration tools that utilize standard menu organization and typical keyboard commands now well-known to users from the stand-alone desktop environment. Standard controls require far less learning from the user, whereas specific accessibility modes with custom keyboard commands and with menus that shift their location on screen pose significantly steep learning challenges to most users with disabilities, not just users with cognitive and learning disabilities.</p>
7168
</section>
7269

7370
<section id="need-definition">

0 commit comments

Comments
 (0)