Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
06b1c56
Tweak G13 and on-input understanding
patrickhlauke Mar 21, 2025
6a31f3c
Add clarification/note to F37
patrickhlauke Mar 21, 2025
eca62dc
Merge branch 'main' into patrickhlauke-techniqueG13-tweak
patrickhlauke Mar 28, 2025
fb66acf
Merge branch 'main' into patrickhlauke-techniqueG13-tweak
kfranqueiro Apr 18, 2025
933c754
Reduce whitespace diff and fix missed edit on sync
kfranqueiro Apr 18, 2025
f8dcda6
Update techniques/failures/F37.html
patrickhlauke May 2, 2025
0ff6c0a
Merge branch 'main' into patrickhlauke-techniqueG13-tweak
patrickhlauke May 2, 2025
6642e6e
Update techniques/failures/F37.html
mbgower May 6, 2025
d6abf1a
Update techniques/failures/F37.html
mbgower May 6, 2025
a64934e
Update techniques/general/G13.html
mbgower May 6, 2025
05995d2
Update techniques/general/G13.html
mbgower May 6, 2025
263e5d6
Update techniques/general/G13.html
mbgower May 6, 2025
8681243
Update techniques/general/G13.html
mbgower May 6, 2025
5db1fa4
Update techniques/general/G13.html
mbgower May 6, 2025
f351ffc
Update understanding/20/on-input.html
mbgower May 6, 2025
19c45f8
Update understanding/20/on-input.html
mbgower May 6, 2025
2428d57
Update understanding/20/on-input.html
mbgower May 6, 2025
a371f54
Update understanding/20/on-input.html
mbgower May 6, 2025
fdaa97a
Update understanding/20/on-input.html
mbgower May 6, 2025
d2c779b
Update understanding/20/on-input.html
mbgower May 6, 2025
5641f34
Apply suggestions from code review
mbgower May 6, 2025
90dd368
Update techniques/failures/F37.html
mbgower May 6, 2025
f41c2ae
Merge branch 'main' into patrickhlauke-techniqueG13-tweak
patrickhlauke May 6, 2025
306274c
Update understanding/20/on-input.html
mbgower May 7, 2025
2b1720a
Merge branch 'main' into patrickhlauke-techniqueG13-tweak
mbgower May 20, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions techniques/failures/F37.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ <h3></h3>
</ol>
</section>
<section class="results"><h3>Expected Results</h3>
<p> If check #3 is false, then this failure condition applies and content
fails the Success Criterion.</p>
<p>If check #3 is false, then this failure condition applies and content fails the success criterion.</p>
</section>
</section><section id="related"><h2>Related Techniques</h2></section><section id="resources"><h2>Resources</h2></section></body></html>
<div class="note">Note that in the case of a set of radio buttons, it will pass the requirements of 3.2.2 if an indication or warning is added stating that selecting a radio button will result in a change of context; however,
this scenario would still likely fail 2.1.1 Keyboard, since it's not possible (in current user agents) for a user to
navigate through a set of radio buttons with the keyboard without triggering a change event.
</div>
</section><section id="related"><h2>Related Techniques</h2></section><section id="resources"><h2>Resources</h2></section></body></html>
11 changes: 6 additions & 5 deletions techniques/general/G13.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@
</ul>
</section><section id="examples"><h2>Examples</h2>
<ul>
<li>A series of radio buttons at the top of a page include
options for German, French and Spanish. Instructions precede
the buttons that instruct the user that the language will be
<li>A select dropdown at the top of a page includes
options for German, French and Spanish. Instructions preceding
the dropdown instruct the user that the language will be
changed upon selecting an option.</li>
<li>A 50 question online survey displays one question at a time.
<li>A 50-question online survey displays one question at a time,
with each answer marked up as a toggle button.
Instructions appear at the beginning of the survey that
explain that users will be taken to the next question of the
survey upon selecting an answer to each question.</li>
Expand All @@ -43,4 +44,4 @@
<li><a href="../general/G80">G80</a></li>
</ul></section><section id="resources"><h2>Resources</h2>

</section></body></html>
</section></body></html>
16 changes: 8 additions & 8 deletions understanding/20/on-input.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,14 @@ <h2>Examples of On Input</h2>
<ul>

<li>
A form is provided for creating calendar entries in a web based calendaring and scheduling
application. Along with the standard fields for subject, time and location, there
is a set of radio buttons to select the type of calendar entry to create. The calendar
entry type can be meeting, appointment or reminder. If the user selects the radio
for meeting, additional fields are displayed on the page for entering the meeting
participants. Different fields appear if the reminder button is chosen. Because only
parts of the entry change and the overall structure remains the same the basic context
remains for the user.
A form is provided for creating calendar entries in a web-based calendaring and scheduling
application. Along with the standard fields for subject, time and location,
a select dropdown allows the user to choose the type of calendar entry to create. The calendar
entry type can be meeting, appointment or reminder. If the user selects the
meeting option, additional fields are displayed on the page for entering the meeting
participants. Different fields appear if the reminder option is chosen. Because only
parts of the entry change and the overall structure remains the same, the basic context
remains for the user.

</li>

Expand Down