User contributions
Jump to navigation
Jump to search
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 21:20, 15 February 2021 (diff | hist) (-1) Iframe example (current)
- 20:48, 11 February 2021 (diff | hist) (-4) Ordered list latin (current)
- 20:48, 11 February 2021 (diff | hist) (+753) N Ordered list latin (Created page with "<html> <h4>Keyboard validation:</h4> <ol> <li>Use standard keyboard commands (unmodified Tab and arrow keys) to navigate through all the interactive interface components in th...")
- 22:31, 10 February 2021 (diff | hist) (+28) Rgba text test (current)
- 22:30, 10 February 2021 (diff | hist) (-6) Rgba text test
- 22:30, 10 February 2021 (diff | hist) (+1) Rgba text test
- 22:29, 10 February 2021 (diff | hist) (+107) N Rgba text test (Created page with "<html> <style> .text { color: rgb(255,255,255,.54) } </style> <p class="text">This is text</p> </html>")
- 20:38, 9 February 2021 (diff | hist) (+89) N List with role group (Created page with "<html> <ul role="group"> <li>Apples</li> <li>Oranges</li> </ul> </html>") (current)
- 17:19, 5 February 2021 (diff | hist) (+58) N Button with role button (Created page with "<html> <button role="button">I feel lucky</button> </html>") (current)
- 17:38, 4 January 2021 (diff | hist) (+153) Iframe example
- 17:24, 23 December 2020 (diff | hist) (+129) N Implicit label with aria label (Created page with "<html> <label> <input type="search" class="" placeholder="Filter transactions" aria-label="Filter Transactions"> </label> </html>") (current)
- 22:29, 21 December 2020 (diff | hist) (+49) N Button disabled (Created page with "<html> <button disabled> Grinch </button> </html>") (current)
- 19:34, 7 December 2020 (diff | hist) (+64) N Links with suspicious names (Created page with "<html> <a href="https://www.google.com">Click here</a> </html>") (current)
- 21:21, 2 December 2020 (diff | hist) (-6) Active Element Favlet (current)
- 21:20, 2 December 2020 (diff | hist) (+180) Active Element Favlet
- 21:10, 2 December 2020 (diff | hist) (+14) Active Element Favlet
- 21:09, 2 December 2020 (diff | hist) (0) Active Element Favlet
- 21:07, 2 December 2020 (diff | hist) (+169) Active Element Favlet
- 19:07, 25 November 2020 (diff | hist) (+154) Iframe example
- 19:06, 25 November 2020 (diff | hist) (+19) Iframe example
- 03:29, 14 November 2020 (diff | hist) (+4) Select Option and Optgroup Elements (→Listbox) (current)
- 03:29, 14 November 2020 (diff | hist) (+52) Select Option and Optgroup Elements
- 03:26, 14 November 2020 (diff | hist) (+9) Select Option and Optgroup Elements (→Listbox)
- 03:26, 14 November 2020 (diff | hist) (+86) Select Option and Optgroup Elements
- 17:30, 10 November 2020 (diff | hist) (+43) Outline offset (current)
- 17:28, 10 November 2020 (diff | hist) (+14) Outline offset
- 17:28, 10 November 2020 (diff | hist) (+11) Outline offset
- 17:28, 10 November 2020 (diff | hist) (+14) Outline offset
- 17:26, 10 November 2020 (diff | hist) (+15) Outline offset
- 17:26, 10 November 2020 (diff | hist) (+80) N Outline offset (Created page with "<button style="outline-offset: 2em;"> Test </button> <button"> Test </button>")
- 17:11, 10 November 2020 (diff | hist) (+57) N Link with 3 characters (Created page with "<html> <a href="https://www.google.com">Goo</a> </html>") (current)
- 03:44, 10 November 2020 (diff | hist) (+108) N Aria-labelledby display none (Created page with "<html> <div style="display:none;" id="f1"> Name: </div> <input type="text" aria-labelledby="f1"> </html>") (current)
- 03:43, 9 November 2020 (diff | hist) (+39) Aria listbox role with readonly (current)
- 03:41, 9 November 2020 (diff | hist) (+67) N Aria listbox role with readonly (Created page with "<html> <div role="listbox" aria-readonly="true"> </div> </html>")
- 03:33, 9 November 2020 (diff | hist) (+15) Article with h2 (current)
- 03:32, 9 November 2020 (diff | hist) (+12) Article with h2
- 03:32, 9 November 2020 (diff | hist) (+64) N Article with h2 (Created page with "<html> <article> <div role="heading'> </article> </html>")
- 03:11, 9 November 2020 (diff | hist) (-1) Ul as radiogroup (current)
- 03:11, 9 November 2020 (diff | hist) (+105) N Ul as radiogroup (Created page with "<html> <ul role="radiogroup"> <li role="radio"></li> <li> role="radio"></li> </ul> </html>")
- 03:42, 6 November 2020 (diff | hist) (+265) Elements with svg (current)
- 03:40, 6 November 2020 (diff | hist) (+1,087) N Elements with svg (Created page with "<html> <p>Button with aria-label</p> <button> <svg height="210" width="500" aria-label="Level Access"> <polygon points="100,10 40,198 190,78 10,78 160,198" style="fill:lime;...")
- 14:50, 28 October 2020 (diff | hist) (+847) N Button in heading (Created page with "<html> <button class="MuiButtonBase-root MuiIconButton-root" tabindex="0" type="button" title="Close"><span class="MuiIconButton-label"><svg aria-hidden="true" focusable="fals...") (current)
- 00:36, 28 October 2020 (diff | hist) (+8) Label for spreadout (current)
- 00:36, 28 October 2020 (diff | hist) (+122) N Label for spreadout (Created page with "<html> <label style="float:left;" for="t1">Test</label> <span style="float:right;" <input id="t1" type="checkbox"> </html>")
- 02:24, 27 October 2020 (diff | hist) (+209) Button inside anchor with no href (current)
- 02:23, 27 October 2020 (diff | hist) (+193) N Button inside anchor with no href (Created page with "<html> <a rel="external" _ngcontent-kte-c106=""> <button disabled="" class="btn btn-default btn-lg" type="button" _ngcontent-kte-c106="">Ouverture de session/Inscription</bu...")
- 21:33, 26 October 2020 (diff | hist) (+83) Links with tabindex negative 1 (current)
- 20:10, 22 October 2020 (diff | hist) (+188) N Label with presentation (Created page with "<html> <label role="presentation" for="a1"> Address </label> <input type="text" id="a1" > </html> <html> <label role="presentation"> Name: <input type="text" > </l...") (current)
- 12:29, 7 October 2020 (diff | hist) (+71) Image of text (current)
- 12:14, 7 October 2020 (diff | hist) (+270) N Image of text (Created page with "<html> <h3>Image with alt of "math"</h3> <img src="https://labs.levelaccess.com/images/5/5f/Perfectsquares.png" alt="math"> <h3>Image with alt of "Perfect Squares"</h3> <img s...")
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)