Skip to content

Commit 6ddf3c7

Browse files
capitalization and control contrast (#152)
fixed capitalization and misplacement of control contrast
1 parent 3e3a2b2 commit 6ddf3c7

File tree

2 files changed

+23
-24
lines changed

2 files changed

+23
-24
lines changed

Diff for: .DS_Store

0 Bytes
Binary file not shown.

Diff for: guidelines/index.html

+23-24
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,17 @@ <h2>Introduction</h2>
5454
<p>The Requirements are grouped into the following sections:</p>
5555
<ul>
5656
<li><a href="#image-and-media-alternatives">Image and media alternatives</a></li>
57-
<li><a href="#text-and-wording">Text and Wording</a></li>
57+
<li><a href="#text-and-wording">Text and wording</a></li>
5858
<li><a href="#interactive-components">Interactive components</a></li>
59-
<li><a href="#input-operation">Input / Operation</a></li>
59+
<li><a href="#input-operation">Input / operation</a></li>
6060
<li><a href="#error-handling">Error handling</a></li>
6161
<li><a href="#animation-and-movement">Animation and movement</a></li>
6262
<li><a href="#layout">Layout</a></li>
6363
<li><a href="#consistency-across-views">Consistency across views</a></li>
6464
<li><a href="#process-and-task-completion">Process and task completion</a></li>
65-
<li><a href="#policy-and-protection">Policy and Protection</a></li>
65+
<li><a href="#policy-and-protection">Policy and protection</a></li>
6666
<li><a href="#help-and-feedback">Help and feedback</a></li>
67-
<li><a href="#user-control">User Control</a></li>
67+
<li><a href="#user-control">User control</a></li>
6868
</ul>
6969

7070
<p>The purpose of this update is to demonstrate a potential structure for guidelines and indicate the current direction of the WCAG 3.0 conformance. Please consider the following questions when reviewing this draft:
@@ -273,7 +273,7 @@ <h5>Persistent captions</h5>
273273
</section>
274274

275275
<section class="guideline">
276-
<h4>Single Sense</h4>
276+
<h4>Single sense</h4>
277277
<p class="guideline-text"> Users have <a>content</a> that does not rely on a single sense or perception.</p>
278278
<section class="provision" data-status="exploratory">
279279
<h5>Use of hue</h5>
@@ -297,7 +297,7 @@ <h5>Use of spatial audio</h5>
297297
</section>
298298

299299
<section>
300-
<h3>Text and Wording</h3>
300+
<h3>Text and wording</h3>
301301
<section class="guideline">
302302
<h4>Text appearance</h4>
303303
<p class="guideline-text">Users can read visually rendered text.</p>
@@ -405,7 +405,7 @@ <h5>Unambiguous text</h5>
405405
</section>
406406

407407
<section class="guideline">
408-
<h4>Simplified Written Content</h4>
408+
<h4>Simplified written content</h4>
409409
<p class="guideline-text">Users are not required to navigate complex words or sentence structures in order to understand <a>content</a>.</p>
410410

411411
<section class="provision" data-status="exploratory">
@@ -442,7 +442,7 @@ <h5>Verb tense</h5>
442442
<section>
443443
<h3>Interactive components</h3>
444444
<section class="guideline" data-status="developing">
445-
<h4>Keyboard Focus Appearance</h4>
445+
<h4>Keyboard focus appearance</h4>
446446
<div class="body-wrapper">
447447
<p class="guideline-text">Users can see which <a>element</a> has keyboard focus.</p>
448448
<aside class="doclinks">
@@ -500,13 +500,13 @@ <h5>Supplementary indicators</h5>
500500
</section>
501501

502502
<section class="provision" data-status="exploratory" data-provision-type="assertion">
503-
<h5>Style Guide</h5>
503+
<h5></h5>Style guide</h5>
504504
<p class="provision-text">Focus indicators follow an organizational style guide.</p>
505505
</section>
506506
</section>
507507

508508
<section class="guideline">
509-
<h4>Pointer Focus Appearance</h4>
509+
<h4>Pointer focus appearance</h4>
510510
<p class="guideline-text">Users can see the location of the pointer focus.</p>
511511
<section class="provision" data-status="exploratory">
512512
<h5>Pointer visible</h5>
@@ -578,7 +578,11 @@ <h5>Reliable positioning</h5>
578578
<section class="guideline">
579579
<h4>Control information</h4>
580580
<p class="guideline-text">Users have information about interactive components that is identifiable and usable visually and using assistive technology.</p>
581-
581+
<section class="provision" data-status="exploratory">
582+
<h5>Control contrast</h5>
583+
<p class="provision-text">Visual information required to identify user interface components and states meet a minimum <a>contrast ratio test</a>, except for inactive components or where the appearance of the component is determined by the user agent and not modified by the author.</p>
584+
<p class="ednote">Needs <a href="#additional_research">additional research</a></p>
585+
</section>
582586
<section class="provision" data-status="exploratory">
583587
<h5>Control importance</h5>
584588
<p class="provision-text">The importance of interactive components is indicated.</p>
@@ -616,9 +620,9 @@ <h5>Name, role, value, state</h5>
616620
</section>
617621

618622
<section>
619-
<h3>Input / Operation</h3>
623+
<h3>Input / operation</h3>
620624
<section class="guideline">
621-
<h4>Input Operation</h4>
625+
<h4>Input operation</h4>
622626
<p class="guideline-text">Users can use different input techniques and combinations and switch between them.</p>
623627
<section class="provision" data-status="exploratory">
624628
<h5>Concurrent inputs</h5>
@@ -746,11 +750,6 @@ <h5>Use without body movement</h5>
746750
<h5>Use without device movement</h5>
747751
<p class="provision-text">All functionality can be completed without reorienting or repositioning hardware devices.</p>
748752
</section>
749-
<section class="provision" data-status="exploratory">
750-
<h5>Interactive component contrast</h5>
751-
<p class="provision-text">Visual information required to identify user interface components and states meet a minimum <a>contrast ratio test</a>, except for inactive components or where the appearance of the component is determined by the user agent and not modified by the author.</p>
752-
<p class="ednote">Needs <a href="#additional_research">additional research</a></p>
753-
</section>
754753
</section>
755754
</section>
756755

@@ -1057,7 +1056,7 @@ <h5>Steps and instructions</h5>
10571056
</section>
10581057

10591058
<section>
1060-
<h3>Policy and Protection</h3>
1059+
<h3>Policy and protection</h3>
10611060
<section class="guideline">
10621061
<h4>Content source</h4>
10631062
<p class="guideline-text">Users can determine when <a>content</a> is provided by a Third Party</p>
@@ -1079,7 +1078,7 @@ <h5>Obscuring primary content</h5>
10791078
</section>
10801079

10811080
<section class="guideline">
1082-
<h4>Security and Privacy</h4>
1081+
<h4>Security and privacy</h4>
10831082
<p class="guideline-text">Users’ safety, security or privacy are not decreased by accessibility measures. </p>
10841083
<section class="provision" data-status="exploratory">
10851084
<h5>Clear agreement</h5>
@@ -1188,7 +1187,7 @@ <h5>Feedback mechanism</h5>
11881187
</section>
11891188

11901189
<section>
1191-
<h3>User Control</h3>
1190+
<h3>User control</h3>
11921191
<section class="guideline">
11931192
<h4>Control text</h4>
11941193
<p class="guideline-text">Users can control text presentation.</p>
@@ -1314,7 +1313,7 @@ <h5>Visual stimulation</h5>
13141313
</section>
13151314

13161315
<section class="guideline">
1317-
<h4>User Agent Support</h4>
1316+
<h4>User agent support</h4>
13181317
<p class="guideline-text">Users can control <a>content</a> settings from their User Agents including Assistive Technology.</p>
13191318
<section class="provision" data-status="exploratory">
13201319
<h5>Assistive technology control</h5>
@@ -1532,7 +1531,7 @@ <h2>Glossary</h2>
15321531
<p>To be defined.</p>
15331532
</div>
15341533
</dd>
1535-
<dt><dfn data-lt="point of regard | points of regard">Point of Regard</dfn></dt>
1534+
<dt><dfn data-lt="point of regard | points of regard">Point of regard</dfn></dt>
15361535
<dd><p>
15371536
The position in rendered <a>content</a> that the user is presumed to be viewing. The dimensions of the point of regard can vary. For example, it can be a two-dimensional area (e.g. content rendered through a two-dimensional graphical viewport), or a point (e.g. a moment during an audio rendering or a cursor position in a graphical rendering), or a range of text (e.g. focused text), or a two-dimensional area (e.g. content rendered through a two-dimensional graphical viewport). The point of regard is almost always within the viewport, but it can exceed the spatial or temporal dimensions of the viewport (see the definition of rendered content for more information about viewport dimensions). The point of regard can also refer to a particular moment in time for content that changes over time (e.g. an audio-only presentation). User agents can determine the point of regard in a number of ways, including based on viewport position in content, keyboard focus, and selection. </p>
15381537
</dd>
@@ -1554,7 +1553,7 @@ <h2>Glossary</h2>
15541553
<dd>
15551554
<p>Result of practices that reduce or eliminate barriers that people with disabilities experience.</p>
15561555
</dd>
1557-
<dt><dfn>Semi-Automated Evaluation</dfn></dt>
1556+
<dt><dfn>Semi-automated evaluation</dfn></dt>
15581557
<dd>
15591558
<p>Evaluation conducted using machines to guide humans to areas that need inspection.</p>
15601559
<p>Semi-automated evaluation involves components of <a>automated evaluation</a> and <a>human evaluation</a>.</p>

0 commit comments

Comments
 (0)