Skip to content

Commit 073a4b0

Browse files
committed
Revise Intro for file directory tree with computed properties
Fix editorial issues for issue #223. modified examples/treeview/treeview-1/treeview-1a.html: * Fix typos and spelling errors in introductory paragraphs. * Added brief explanation of the function of the example to introduction. * Minor editorial revisions to the structure and wording of the introduction.
1 parent 095aabf commit 073a4b0

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

examples/treeview/treeview-1/treeview-1a.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,16 @@ <h1>File Directory Treeview Example Using Computed Properties</h1>
2525
Feedback and progress on editorial work on this page are being tracked in
2626
<a href="https://github.com/w3c/aria-practices/issues/223">issue 223.</a>
2727
</p>
28-
<p>This example implements the features of the <a href="../../../#TreeView">Treeview Design Pattern</a> for simulation of a file selector. This example relies on the browser to compute values for <code>aria-setsize</code>, <code>aria-posinset</code> and <code>arial-level</code>. The ARIA 1.0 Spectification for these properties states the browser can compute these values, but is not required to.</p>
28+
<p>
29+
The below example implements the
30+
<a href="../../../#TreeView">Treeview Design Pattern</a>
31+
to simulate a file selector.
32+
When users activate an item that represents a file name in the below tree, the name of the selected file appears in the read-only edit field next to the tree.
33+
</p>
34+
<p>
35+
This example relies on the browser to compute values for <code>aria-setsize</code>, <code>aria-posinset</code> and <code>aria-level</code>.
36+
The ARIA 1.0 specification for these properties states that browsers can, but are not required to, compute these values.
37+
</p>
2938
<p>Similar examples include: </p>
3039
<ul>
3140
<li><a href="../treeview-1/treeview-1b.html">File Directory Treeview using <em>declared</em> properties</a></li>

0 commit comments

Comments
 (0)