Difference between revisions of "Random Testing RJ"
Jump to navigation
Jump to search
Line 146: | Line 146: | ||
<dialog aria-labelledby="d1" id="dialog1"> | <dialog aria-labelledby="d1" id="dialog1"> | ||
<div id="d1" style="text-align:center;">Do you need more time?</div> | <div id="d1" style="text-align:center;">Do you need more time?</div> | ||
− | < | + | <dihttps://labs.levelaccess.com/index.php?title=Main_Page&action=editv style="text-align:center;"> |
<button onclick="document.getElementById('dialog1').removeAttribute('open');"> Yes </button> | <button onclick="document.getElementById('dialog1').removeAttribute('open');"> Yes </button> | ||
<button onclick="document.getElementById('dialog1').removeAttribute('open');"> No </button> | <button onclick="document.getElementById('dialog1').removeAttribute('open');"> No </button> | ||
Line 154: | Line 154: | ||
-- Delete Me <br><br> | -- Delete Me <br><br> | ||
+ | <div id="container"> | ||
+ | <div> | ||
+ | <button class="accbutton" id="b1" onkeydown="change(event);" aria-expanded="true" aria-controls="r1" onclick="toggle(this);">Web Accessibility</button> | ||
+ | <div class="panel" role="region" id="r1" aria-labelledby="b1"> | ||
+ | <div><a href="https://amp.ssbbartgroup.com/public/standards/view_violations.php?media_type_id=9">Structure</a></div> | ||
+ | <div><a href="https://amp.ssbbartgroup.com/public/standards/view_violations.php?media_type_id=4">Forms</a></div> | ||
+ | <div><a href="https://amp.ssbbartgroup.com/public/standards/view_violations.php?media_type_id=10">Color and Contrast</a></div> | ||
+ | <div><label>Search</label> <input type="text"/> </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div> | ||
+ | <button class="accbutton" id="b2" onkeydown="change(event);" aria-expanded="false" aria-controls="r2" onclick="toggle(this);">Mobile Accessibility</button> | ||
+ | <div class="panel" role="region" id="r2" hidden="hidden" aria-labelledby="b2"> | ||
+ | <div><a href="https://amp.ssbbartgroup.com/public/standards/view_violations.php?media_type_id=222">iOS</a></div> | ||
+ | <div><a href="https://amp.ssbbartgroup.com/public/standards/view_violations.php?media_type_id=286">Android</a></div> | ||
+ | <div><a href="http://amp.ssbbartgroup.com/">Windows Phone</a></div> | ||
+ | <img src="test.jpg" /> | ||
+ | </div> | ||
+ | </div> | ||
<div> | <div> | ||
<button class="accbutton" id="b3" onkeydown="change(event);" aria-expanded="false" aria-controls="r3" onclick="toggle(this);">PDF Accessibility</button> | <button class="accbutton" id="b3" onkeydown="change(event);" aria-expanded="false" aria-controls="r3" onclick="toggle(this);">PDF Accessibility</button> | ||
Line 164: | Line 183: | ||
</div> | </div> | ||
<div> | <div> | ||
+ | <button data-invalidmarkup="true" aria-label="Inaccessibility" class="accbutton" id="b4" onkeydown="change(event);" aria-expanded="false" aria-controls="r4" onclick="toggle(this);"> | ||
+ | <span>Inaccessibility</span> | ||
+ | <div class="panel" role="region" id="r4" hidden="hidden" aria-labelledby="b4"> | ||
+ | <div><a href="#">Form controls whose labels have been aria-hidden</a></div> | ||
+ | <div><a href="#">Page with valid ARIA and no visually distinct controls</a></div> | ||
+ | <div><a href="#">Tabpanels inside buttons</a></div> | ||
+ | </div> | ||
+ | </button> | ||
+ | </div> | ||
--Delete Me <br><br> | --Delete Me <br><br> |
Revision as of 19:02, 1 February 2019
-DELETE ME--
Mobile Deposit help
--DELETE ME
-- Delete Me
--Delete Me
div container with style="display: table-cell" and role of region
Hello world
Goodbye World
div container with style="display: table-cell"
Hello world
Goodbye World
div container with style="display:table" and role of region
Hello world
Goodbye World
JavaScript Focus
Notes
Random Testing - Not accessible examples
Test Results
What are the test results?