-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate-1.html
69 lines (69 loc) · 5.66 KB
/
template-1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<h1 id="accessibility-in-grid">Accessibility in Grid</h1>
<p>This page summarizes all the accessibility features Grid has. This page also includes how Grid conforms to Web Content Accessibility Guidelines (WCAG).</p>
<h2 id="adaptable">Adaptable</h2>
<h3 id="orientation"><a href="https://www.w3.org/WAI/WCAG22/Understanding/orientation.html">Orientation</a></h3>
<ul>
<li>Grid does not restrict its view and operation to a single display orientation, such as portrait or landscape.</li>
<li>Grid column width can be dinamically adjusted to fill the available space. See <a href="#/columns/column-width">this page</a> for more information.</li>
<li>If there is not enough space to display all of its content, <a href="#/scrollbars/horizontal-scrollbar">horizontal</a> and/or <a href="#/scrollbars/vertical-scrollbar">vertical scrollbars</a> can be displayed. </li>
</ul>
<h3 id="identify-purpose"><a href="https://www.w3.org/WAI/WCAG22/Understanding/identify-purpose.html">Identify Purpose</a></h3>
<ul>
<li>Grid adds "grid" and "gridcell" <code>role</code> to its corresponding focusable elements.</li>
<li><code>aria-label</code> attribute is added to the elements created by <a href="#/extensions/tr-grid-checkbox">Checkbox Extension</a>, <a href="#/extensions/tr-grid-filter-input">Filter Input Extension</a>, and <a href="#/widgets/filter-dialog">Filter Dialog</a> to provide their purpose for assistive technology.</li>
</ul>
<h2 id="distinguishable">Distinguishable</h2>
<h3 id="contrast-minimum"><a href="https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum.html">Contrast (Minimum)</a></h3>
<ul>
<li><a href="#/extensions/tr-grid-heat-map">Heatmap Extension</a> ensures that the color contrast ratio between text and background colors is at least 4.5 or greater.</li>
<li>The calculation of color contrast ratio is based on the <a href="https://www.w3.org/TR/WCAG20/#relativeluminancedef">WCAG relative luminance definition</a>.</li>
</ul>
<h3 id="resize-text"><a href="https://www.w3.org/WAI/WCAG22/Understanding/resize-text.html">Resize text</a></h3>
<ul>
<li>Text content in Grid can be resized without assistive technology up to 200 percent without loss of content or functionality.</li>
<li><a href="#/extensions/zoom">Zoom Extension</a> allows Grid to be zoomed in and out without affecting other region in the document.</li>
</ul>
<h2 id="keyboard-accessible">Keyboard Accessible</h2>
<h3 id="no-keyboard-trap"><a href="https://www.w3.org/WAI/WCAG22/Understanding/no-keyboard-trap.html">No Keyboard Trap</a></h3>
<ul>
<li>Grid and its content do not "trap" keyboard focus within subsections of content on a Web page. See <a href="#/misc/keyboard-inputs">this page</a> for more information about keyboard navigation.</li>
</ul>
<h2 id="enough-time">Enough Time</h2>
<h3 id="no-timing"><a href="https://www.w3.org/WAI/WCAG22/Understanding/no-timing.html">No Timing</a></h3>
<ul>
<li>Users face no time limit when using <a href="#/extensions/tr-grid-in-cell-editing">In-Cell Editing Extension</a>, <a href="#/widgets/filter-dialog">Filter Dialog</a>, <a href="#/widgets/column-selection-dialog">Column Selection Dialog</a>, and all other Grid's features.</li>
</ul>
<h2 id="seizures">Seizures</h2>
<h3 id="three-flashes-or-below-threshold"><a href="https://www.w3.org/WAI/WCAG22/Understanding/three-flashes-or-below-threshold.html">Three Flashes or Below Threshold</a></h3>
<ul>
<li>Grid does not contain anything that flashes more than three times in any one second period, or the flash is below the general flash and red flash thresholds.</li>
<li>Blinking or flash interval can still be adjusted.</li>
</ul>
<h2 id="navigable">Navigable</h2>
<h3 id="focus-order"><a href="https://www.w3.org/WAI/WCAG22/Understanding/focus-order.html">Focus Order</a></h3>
<ul>
<li>In Grid, users can navigate sequentially through focusable content. See <a href="#/misc/keyboard-inputs">this page</a> for more information about keyboard navigation.</li>
</ul>
<h3 id="focus-not-obscured-minimum"><a href="https://www.w3.org/WAI/WCAG22/Understanding/focus-not-obscured-minimum.html">Focus Not Obscured (Minimum)</a></h3>
<ul>
<li>When focus leaves the <a href="#/widgets/filter-dialog">Filter Dialog</a>, the dialog is automatically hidden.</li>
<li>The dialog can also be hidden by use of the Escape key.</li>
</ul>
<h2 id="input-modalities">Input Modalities</h2>
<h3 id="concurrent-input-mechanisms"><a href="https://www.w3.org/WAI/WCAG22/Understanding/concurrent-input-mechanisms.html">Concurrent Input Mechanisms</a></h3>
<ul>
<li>Grid does not restrict use of input modalities available on a platform. Users are free to choose different ways of inputting content.</li>
</ul>
<h3 id="target-size-minimum"><a href="https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum.html">Target Size (Minimum)</a></h3>
<ul>
<li>The interactive icons created by <a href="#/extensions/tr-grid-row-filtering">Row Filtering Extension</a>, <a href="#/extensions/tr-grid-column-stack">Column Stack Extension</a>, <a href="#/extensions/tr-grid-row-grouping">Row Grouping Extension</a>, and <a href="#/extensions/row-segmenting">Row Segmenting Extension</a> are adjusted to have 20 by 20 CSS pixels target size for pointer inputs.</li>
</ul>
<h2 id="input-assistance">Input Assistance</h2>
<h3 id="redundant-entry"><a href="https://www.w3.org/WAI/WCAG22/Understanding/redundant-entry.html">Redundant Entry</a></h3>
<ul>
<li>The filter information previously entered by or provided to the user is retained by <a href="#/widgets/filter-dialog">Filter Dialog</a>.</li>
<li>When editing Grid's cell, the cell content is auto-populated on the input element by <a href="#/extensions/tr-grid-in-cell-editing">In-Cell Editing Extension</a>.</li>
</ul>
<br>
<br>
<br>