diff --git a/index.html b/index.html
index e9199cf..67e0058 100644
--- a/index.html
+++ b/index.html
@@ -164,7 +164,7 @@
Introduction
that supports Web Platform Accessibility and exposes that support
through a platform Accessibility API can be tested
automatically. In addition, it defines a simplified declarative
- grammar that can be used to define the tests themselves &emdash;
+ grammar that can be used to define the tests themselves —
thereby simplifying the overall task of writing the tests in the
first place.
@@ -189,7 +189,7 @@ Theory of Operation
Through this document and the tools that it defines,
ARIA testing extends this model by connecting the child window to an
- ATTA ATTA through another
+ ATTA through another
Javascript library and a well defined protocol and set of messages. The
diagram below shows this expansion.
@@ -219,7 +219,7 @@ Testable Statements
==== Description ====
When an element has a role with a value of 'grid', its aria-rowcount
-and aria-colcount attributes descibe the dimensions of the grid
+and aria-colcount attributes describe the dimensions of the grid
represented by that element and its contents.
Reference: #some_id
@@ -233,7 +233,7 @@ Testable Statements
</span>
</div>
</div>
-then role: grid, celcount: 2, rowcount: 3
+then role: grid, colcount: 2, rowcount: 3
</pre>
This example presents a description of the test's purpose, a
@@ -440,7 +440,7 @@
Assertions
- The TEST CLASS of event is special in that the each occurrence of the TEST TYPE type establishes a
+
The TEST CLASS of event is special in that each occurrence of the TEST TYPE type establishes a
context for the next event rows in the table. Each subsequent event row is an assertion about an event of the type referenced in that
first special row. That context continues until the end of the table, until a row that is NOT an event assertion, or until a row that is
an event but with a TEST TYPE of type.
@@ -680,8 +680,8 @@ input
The reply for this message takes the form:
- status
- - In indication of whether the ATTA could perform the activities requested.
- Values are
READY or ERROR
+ - An indication of whether the ATTA could perform the activities requested.
+ Values are
READY or ERROR.
- statusText
- A message about any error
- log
@@ -724,13 +724,13 @@ startlisten
The reply for this message takes the form:
- status
- - In indication of whether the ATTA could set up listeners for
+
- An indication of whether the ATTA could set up listeners for
the requested events.
- Values are
READY or ERROR
+ Values are READY or ERROR.
- statusText
- A message about any error
- log
- - optional, ATTA-specific information about the
+
- Optional, ATTA-specific information about the
events being listened for.
This SHOULD be preformatted information that
can be embedded by the ATTA Communication Module
@@ -757,10 +757,10 @@
stoplisten
The reply for this message takes the form:
- status
- - In indication of whether the ATTA stopped listening.
- Values are
READY or ERROR
+ - An indication of whether the ATTA stopped listening.
+ Values are
READY or ERROR.
- statusText
- - A message about any error
+ - A message about any error.
- log
- optional, ATTA-specific information about the operation.
This SHOULD be preformatted information that
@@ -792,11 +792,11 @@
test
- A JSON structure containing the a11y data to check. Note that this is an array where each member maps to a nested array of information from a 'row' in the testable statement. The exact structure and values of the information varies by Accessibility API, but in general have a structure like:
- class
- - The class of assertion to evaluate (e.g., state, property, relation, result)
+ - The class of assertion to evaluate (e.g., state, property, relation, result).
- type
- - The type of item in the class
+ - The type of item in the class.
- assertion
- - What we are asserting about this class+type
+ - What we are asserting about this class+type.
- values
- The value or values to evaluate with the
assertion.
@@ -815,13 +815,13 @@ test
The reply for this message takes the form:
- status
- - In indication of whether the ATTA could evaluate the
+
- An indication of whether the ATTA could evaluate the
assertions or not. Values are
OK and
- ERROR
+ ERROR.
- statusText
- - A message about any error
+ - A message about any error.
- log
- - optional, ATTA-specific information about the
+
- Optional, ATTA-specific information about the
acceswsibility tree associated with the element being
evaluated. This SHOULD be preformatted information that
can be embedded by the ATTA Communication Module
@@ -833,12 +833,12 @@
test
objects have the following members:
- result
- - one of PASS or FAIL
+ - one of PASS or FAIL.
- message
- - information that explains a failure (if any). This information is attached to the failure information along with the assertion
+
- Information that explains a failure (if any). This information is attached to the failure information along with the assertion
that was being evaluated so a tester can help to correct the problem.
- log
- - optional ATTA-specific information showing
+
- Optional, ATTA-specific information showing
information about the acessibility tree that was
examined when evaluating the assertion. When there is log data returned
it is augmented with the information about the assertion being