All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Level Access Web Labs. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:48, 11 February 2021 Javila (talk | contribs) created page 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:29, 10 February 2021 Javila (talk | contribs) created page 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 Javila (talk | contribs) created page List with role group (Created page with "<html> <ul role="group"> <li>Apples</li> <li>Oranges</li> </ul> </html>")
- 17:19, 5 February 2021 Javila (talk | contribs) created page Button with role button (Created page with "<html> <button role="button">I feel lucky</button> </html>")
- 17:24, 23 December 2020 Javila (talk | contribs) created page Implicit label with aria label (Created page with "<html> <label> <input type="search" class="" placeholder="Filter transactions" aria-label="Filter Transactions"> </label> </html>")
- 22:29, 21 December 2020 Javila (talk | contribs) created page Button disabled (Created page with "<html> <button disabled> Grinch </button> </html>")
- 19:34, 7 December 2020 Javila (talk | contribs) created page Links with suspicious names (Created page with "<html> <a href="https://www.google.com">Click here</a> </html>")
- 17:26, 10 November 2020 Javila (talk | contribs) created page Outline offset (Created page with "<button style="outline-offset: 2em;"> Test </button> <button"> Test </button>")
- 17:11, 10 November 2020 Javila (talk | contribs) created page Link with 3 characters (Created page with "<html> <a href="https://www.google.com">Goo</a> </html>")
- 03:44, 10 November 2020 Javila (talk | contribs) created page Aria-labelledby display none (Created page with "<html> <div style="display:none;" id="f1"> Name: </div> <input type="text" aria-labelledby="f1"> </html>")
- 03:41, 9 November 2020 Javila (talk | contribs) created page Aria listbox role with readonly (Created page with "<html> <div role="listbox" aria-readonly="true"> </div> </html>")
- 03:32, 9 November 2020 Javila (talk | contribs) created page Article with h2 (Created page with "<html> <article> <div role="heading'> </article> </html>")
- 03:11, 9 November 2020 Javila (talk | contribs) created page Ul as radiogroup (Created page with "<html> <ul role="radiogroup"> <li role="radio"></li> <li> role="radio"></li> </ul> </html>")
- 03:40, 6 November 2020 Javila (talk | contribs) created page 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 Javila (talk | contribs) created page 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...")
- 00:36, 28 October 2020 Javila (talk | contribs) created page 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:23, 27 October 2020 Javila (talk | contribs) created page 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...")
- 20:10, 22 October 2020 Javila (talk | contribs) created page 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...")
- 12:14, 7 October 2020 Javila (talk | contribs) created page 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...")
- 12:12, 7 October 2020 Javila (talk | contribs) uploaded File:Perfectsquares.png
- 12:12, 7 October 2020 Javila (talk | contribs) created page File:Perfectsquares.png
- 20:38, 23 September 2020 Javila (talk | contribs) created page Language codes (Created page with "<html> button lang="cho"> test </button> </html>")
- 18:04, 23 September 2020 Javila (talk | contribs) created page Clickable without role (Created page with "<html> <div onclick="alert('jon');"> Trigger <div> </html>")
- 16:14, 23 September 2020 Javila (talk | contribs) created page Image with aria-label (Created page with "Image with aria-label and no role <html> <img src="foo.jpg" aria-label="Friend" > </html>")
- 15:56, 3 September 2020 Javila (talk | contribs) created page Reduce Motion Media Query (Created page with "<html> <style> @media (prefers-reduced-motion: reduce) { .noAnimation { display:block; } .animation { display:none; } } @media (prefers-reduced-motion: no-pre...")
- 22:03, 21 August 2020 Javila (talk | contribs) created page Slider with canvas (Created page with "<html> <div aria-label="Playbar" aria-orientation="horizontal" aria-valuemax="99.9" aria-valuemin="0" aria-valuenow="0" aria-valuetext="0:00" role="slider" tabindex="0"> <canv...")
- 22:40, 5 August 2020 Javila (talk | contribs) created page Svg with title and title (Created page with "<svg role="img" titlel="Accessible Name" focusable="false"> <title>I am a title element</title> <use xlink:href="#..." aria-hidden="true"></use> </svg>")
- 23:40, 23 July 2020 Javila (talk | contribs) created page Role dialog with and without aria label (Created page with "<html> <div role="dialog"> This is a dialog without aria-label </div> <div role="dialog" aria-label="Settings"> This is a dialog with aria-label </div> </html>")
- 23:27, 23 July 2020 Javila (talk | contribs) created page List item not in a container (Created page with "<html> <li>Orange</li> <li>Apple</li> </html>")
- 21:14, 21 July 2020 Javila (talk | contribs) created page Input type name email (Created page with "<html> <input name="email" type="text"> <input name="name" type="text"> </html>")
- 00:55, 11 July 2020 Javila (talk | contribs) created page Nested fieldsets (Created page with "<html> <fieldset> <legend>Clay</legend> <fieldset> <legend>Jars</legend> <input type="input" title="name"> </fieldset> <button>Sign in...")
- 21:05, 6 July 2020 Javila (talk | contribs) created page Es-us lang (Created page with "<html lang="en-us"> </html>")
- 19:42, 6 July 2020 Javila (talk | contribs) created page Required with invalid (Created page with "<html> <input type="text" required> <html>")
- 19:36, 6 July 2020 Javila (talk | contribs) created page Fieldset with role presentation (Created page with "<html> <fieldset role="presentation"> <input> </fieldset> </html>")
- 18:25, 16 June 2020 Javila (talk | contribs) created page Radiogroup on ul (Created page with "<html> <ul role="radiogroup"> <li role="radio"></li> <li role="radio"></li> </ul> </html>")
- 19:47, 12 June 2020 Javila (talk | contribs) created page Background color and image (Created page with "<div style="background-image:url('https://mraccess77.github.io/images/help.png'); background-color:red;"> This is some text </div>")
- 20:02, 28 May 2020 Javila (talk | contribs) created page Object element test (Created page with "<html> <object type='application/x-3dxmlplugin' id='3DXMLPluginId' class="text-center" name="3DXML" alt="This is alternative text" width="100"...")
- 17:08, 28 May 2020 Javila (talk | contribs) created page Inline text spacing (Created page with "<html> <p style="line-height: 1.5 !important; margin-bottom: 2em !important; letter-spacing: 0.12em !important; word-spacing: 0.16em !important;"> this is some text </p> </html>")
- 16:13, 22 May 2020 Javila (talk | contribs) created page Aria-slider (Created page with "<!DOCTYPE HTML> <html lang="en"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta charset="utf-8"> <title>Just a Slider</title> </head> <body id="content" cl...")
- 16:12, 22 May 2020 Javila (talk | contribs) created page Aria-readonly on different roles (Created page with "Test page for roles with allowed aria-readonly attributes. Widgets are not functional. <html> <div> <div role="checkbox"> </div> <div role="combobox"> </div> <div role="grid"...")
- 20:22, 19 May 2020 Javila (talk | contribs) created page Aria-hidden false and tabindex (Created page with "<html> <div aria-hidden="false"> test </div> <div aria-hidden="false" tabindex="-1"> text with -1 </div> </html>")
- 02:06, 28 April 2020 Javila (talk | contribs) created page Link and Button Name Communicates Purpose Decision Tree (Created page with "This page provides a decision tree to determine if links or buttons accessible names communicate purpose. * Links are required to communicate purpose (in context) WCAG 2.x S...")
- 23:49, 1 April 2020 Javila (talk | contribs) created page Youdescribe (Created page with "<iframe id="playerVP" frameborder="0" allowfullscreen="1" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" title="YouTube video player" width="1...")
- 01:52, 21 March 2020 Javila (talk | contribs) created page Aria-label Dragon test (Created page with "<html> <div> Flower aria-label on text input <input type="text" aria-label="flower"> <d/iv> <div> Pool - aria label on password <input type="password" aria-label...")
- 20:42, 16 March 2020 Javila (talk | contribs) created page Iframe example (Created page with "<iframe style="height:100px;" width="100%" title="BBC site" src="https://www.bbc.com"></iframe>")
- 01:53, 12 February 2020 Javila (talk | contribs) created page Link with title that includes image (Created page with "<html> <a href="http://www.w3.org/WAI" title="This is a link"><img src="#"/></a> </html>")
- 01:50, 12 February 2020 Javila (talk | contribs) created page Link with img that has title attribute (Created page with "<html> <a href="http://www.w3.org/WAI"><img src="#" title="This is a link"></a> </html>")
- 20:34, 11 February 2020 Javila (talk | contribs) created page SVG role test (Created page with "Role of graphics-symbol <html> <svg id="testRoleGraphicsSymbol" xmlns="http://www.w3.org/2000/svg" role="graphics-symbol"> <circle cx="50" cy="50" r="40" fill="yellow"></circ...")
- 15:42, 22 January 2020 Javila (talk | contribs) created page Input type button role button (Created page with "This input type button has a role button and value for the accessible name. <html> <input type="button" role="button" value="submit"> </html>")
- 15:06, 21 January 2020 Javila (talk | contribs) created page Img in button element (Created page with "<html> <button aria-label="submit"> <img src="test.jpg"> </button> </html>")
- 22:09, 16 January 2020 Javila (talk | contribs) created page Svg in button (Created page with "<button aria-label="open calendar"> <svg width="100" height="100"> <circle cx="50" cy="50" r="40" stroke="green" stroke-width="4" fill="yellow" /> </svg> </button>")
- 18:13, 14 January 2020 Javila (talk | contribs) created page Table header abbr (Created page with "<table> <tr> <th abbr="not sorted"> Name </th> <th abbr="not sorted"> Location </th> </tr> <tr> <td>Joe</td> <td>Washington</td> </tr> </table>")
- 16:54, 13 January 2020 Javila (talk | contribs) created page Implicit input with label after input (Created page with "<html> <label> <input type="text"> <span>Pounds</span> </label> </html>")
- 16:46, 13 January 2020 Javila (talk | contribs) created page Figure figcaption and image with no alt (Created page with "<html> <figure> <img src='1234.png'> <figcaption>Violet, taken on 12/11/2010.</figcaption> </figure> </html>")
- 22:52, 10 January 2020 Javila (talk | contribs) created page Input type file with different accessible names (Created page with "<html> <p>Input wrapped in label (no for or id attribute association)</p> <label>Image: <input type="file"></label> <p>Input with explicit label - not wrapped</p> <label for="...")
- 21:10, 2 January 2020 Javila (talk | contribs) created page Img with no alt (Created page with "<html> <img src="star.jpg"> </html>")
- 20:51, 2 January 2020 Javila (talk | contribs) created page Img with empty alt (Created page with "* The <code>img</code> element has an alt attribute set to " " (which contains one space character). <html> <img alt=" " src="star.jpg"> </html>")
- 17:32, 19 December 2019 Javila (talk | contribs) created page Ul with non-li children (Created page with "<html> <ul class="navsub" role="menu"> <li class=""><a title='Home' href="/hc/en-us">Home</a></li> <li class=""><a title='AMP' href="/hc/en-us/categories/200475335">AM...")
- 01:53, 12 December 2019 Javila (talk | contribs) created page Invalid attribute (Created page with "<html> <script cache="Johnny"> </script> <div cache="Johnny"> </div> </html>")
- 19:17, 22 November 2019 Javila (talk | contribs) created page Phishing fix favlet (Created page with "<html> <a href="javascript:(function(){var element=document.createElement('script'); document.querySelectorAll('.callout-trigger').forEach(function (n) { n.setAttribute('tabin...")
- 01:41, 20 November 2019 Javila (talk | contribs) created page Label span within span (Created page with "<html> <label class="checkbox-label"><input type="checkbox" id="checkbox-DRAFT" data-checked="true" value="DRAFT"><span class="cr"></span><span class="label-text "><span class...")
- 16:28, 18 November 2019 Javila (talk | contribs) created page Invalid aria-live region value (Created page with "<html> <div aria-live="foo"> Public debt </div> </html>")
- 01:37, 4 November 2019 Javila (talk | contribs) created page Example ACR Support Rubric (Created page with "<html> <table cellspacing="0" cellpadding="0"> <col width="117"> <col width="140"> <col width="138"> <col width="115"> <tr> <td width="117"> </td> <td w...")
- 19:47, 31 October 2019 Javila (talk | contribs) created page Input with only placeholder (Created page with "<html> <input type="text" placeholder="name" /> </html>")
- 14:10, 28 October 2019 Javila (talk | contribs) created page Anchor with href javascript (Created page with "<html> <a href="javascript:;" onclick="alert('jon');"> Alert </a> </html>")
- 12:51, 16 October 2019 Javila (talk | contribs) created page Svg with graphic-document role (Created page with "<html> <svg role="graphic-document" height="100" width="100"> <circle cx="60" cy="60" r="50" stroke="blUE" stroke-width="2" fill="red" /> </svg> </html>")
- 01:21, 16 October 2019 Javila (talk | contribs) created page Input with placeholder and accessible name (Created page with "<html> <label>Phone: <input type="tel" placeholder="703.xxx.xxxx" /> </label> </html>")
- 18:30, 11 October 2019 Javila (talk | contribs) created page Role button on link (Created page with "<html> <a href="http://www.google.com" role="button"> House </a> <div role="button" onclick="alert('jon');"> Fun </div> </html>")
- 13:54, 4 October 2019 Javila (talk | contribs) created page Unified Favlet (Created page with "This Favlet displays a menu of multiple favlets. (See Install a Favlet for instructions on how to add this Favlet to your browser). <html> <div style="padding-bottom:1em...")
- 02:08, 4 October 2019 Javila (talk | contribs) created page Grayscale Favlet (Created page with "Note: It is recommended to use the Stylus extension for Firefox or Chrome to test this to make sure this favlet is not blocked by certain page policies. Install Stylus (not t...")
- 14:37, 3 October 2019 Javila (talk | contribs) created page ARIA Role Text (Created page with "<html> <h4> <div role="text"> <span> One </span> <span> Two </span> </div> </h4> </html>")
- 11:40, 27 September 2019 Javila (talk | contribs) created page Input type checkbox with aria-checked (Created page with "<html> <label> Enroll: </label> <input title="enroll" type="checkbox" aria-checked="true" checked="checked"> </html>")
- 13:01, 24 September 2019 Javila (talk | contribs) created page Offscren heading (Created page with "<html> <style> .offscreen { position: absolute!important; clip: rect(1px 1px 1px 1px)!important; clip: rect(1px, 1px, 1px, 1px)!important; clip-path: inset(50%...")
- 22:32, 23 September 2019 Javila (talk | contribs) created page Link in region (Created page with "<div role="region" aria-label="Container"> <a href="http://www.adobe.com"> Adobe </a> </div>")
- 18:20, 6 September 2019 Javila (talk | contribs) created page Input with short name (Created page with "<html> <label for="name1"> <input type="text" id="name1" /> </label> </html>")
- 13:45, 5 September 2019 Javila (talk | contribs) created page Cent (Created page with "¢ <img alt="2¢" src="star.png" />")
- 01:16, 31 August 2019 Javila (talk | contribs) created page Img with alt only (Created page with "<html> <img alt src="star.jpg"/> </html>")
- 02:44, 22 August 2019 Javila (talk | contribs) created page Dl with divs (Created page with "<html> <dl > <div > <dt >Job Id</dt> <dd >15003</dd> </div>...")
- 00:41, 13 August 2019 Javila (talk | contribs) created page SVG Example Contrast (Created page with "<html> <svg class="svg-inline--fa fa-books fa-w-18" aria-hidden="true" data-prefix="fal" data-icon="books" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"...")
- 21:05, 31 July 2019 Javila (talk | contribs) created page Id with underscores (Created page with "<html> <div id="__xmlview3--ACC_Text __xmlview3--InvisibleTabStop-content"> text </div> <input type="text" aria-labelledby="__xmlview3--ACC_Text __xmlview3--InvisibleTabStop-c...")
- 20:16, 28 July 2019 Javila (talk | contribs) created page SVG example with text element (Created page with "<svg viewBox="0 0 56 56" xmlns="http://www.w3.org/2000/svg" role="img"><g fill="none" fill-rule="evenodd"><circle class="onboarder__info-circle" stroke="#979797" stroke-width=...")
- 19:50, 28 July 2019 Javila (talk | contribs) created page Jon's page (Created page with "this page has an apostrophe in it!")
- 00:06, 27 July 2019 Javila (talk | contribs) created page Heading with aria level (Created page with "<h1 aria-level="2"> Welcome </h1>")
- 15:26, 12 July 2019 Javila (talk | contribs) created page Contrast testing (Created page with "Tools * Developer tools that get and calculate values from code * Eye dropper tools * Tools where you enter values into a field to compute * Tools that compute nearby colors t...")
- 17:10, 8 January 2019 Javila (talk | contribs) uploaded File:Gray stars.png (Grayscale stars)
- 22:40, 18 October 2018 Javila (talk | contribs) moved page WCAG 2.1 Criteria that need to be testing on mobile devices to WCAG 2.1 Criteria that need to be tested on mobile devices
- 02:41, 20 August 2018 Javila (talk | contribs) uploaded File:Test screen reader flag.zip (test screen reader flag)
- 14:55, 2 April 2018 Javila (talk | contribs) uploaded File:IPhone.MP4
- 19:02, 1 January 2018 Javila (talk | contribs) moved page Describedby to ARIA Describedby property
- 02:17, 9 June 2017 Javila (talk | contribs) uploaded File:Metro map.png
- 21:26, 29 January 2016 Javila (talk | contribs) moved page ARIA Lve property to ARIA Live property
- 13:32, 20 October 2015 Javila (talk | contribs) deleted page JQuery UI Page Tab (content before blanking was: "Category:JQueryUI")
- 13:01, 23 September 2015 Javila (talk | contribs) uploaded File:Small star.jpg
- 18:56, 16 June 2015 Javila (talk | contribs) uploaded File:Star.png
- 13:09, 7 April 2015 Javila (talk | contribs) uploaded File:Storm.jpg
- 23:15, 1 March 2015 Javila (talk | contribs) moved page ARIA Role Group to ARIA Group role
- 02:19, 1 March 2015 Javila (talk | contribs) deleted page Aria-expanded (content was: "#REDIRECT ARIA Expanded state" (and the only contributor was "Jon Avila"))
- 01:25, 1 March 2015 Javila (talk | contribs) deleted page Listbox (content was: "<div role="listbox"> <div role="option">One</div> <div role="option">Two</div> <div role="option">Three</div> </div>" (and the only contributor was "Jon Avila"))
- 01:14, 1 March 2015 Javila (talk | contribs) moved page Aria-required ARIA property to ARIA Required property
- 01:13, 1 March 2015 Javila (talk | contribs) moved page Aria-relevant ARIA Property to ARIA Relevant property
- 01:13, 1 March 2015 Javila (talk | contribs) moved page Aria-live ARIA Property to ARIA Lve property
- 01:13, 1 March 2015 Javila (talk | contribs) moved page Aria-labelledby ARIA Property to ARIA Labelledby Property 2
- 01:13, 1 March 2015 Javila (talk | contribs) moved page Aria-labelledby and display none to ARIA Labelledby property
- 01:12, 1 March 2015 Javila (talk | contribs) moved page Aria-label ARIA Property to ARIA label Property
- 01:12, 1 March 2015 Javila (talk | contribs) moved page Aria-hasspopup ARIA property to ARIA Haspopup property
- 01:11, 1 March 2015 Javila (talk | contribs) moved page ARIA timer role to ARIA Timer role
- 01:11, 1 March 2015 Javila (talk | contribs) moved page Aria-expanded to ARIA Expanded state
- 01:10, 1 March 2015 Javila (talk | contribs) moved page Aria-controls ARIA Property to ARIA Controls Property
- 01:09, 1 March 2015 Javila (talk | contribs) moved page ARIA disabled property to ARIA Disabled property without leaving a redirect
- 01:09, 1 March 2015 Javila (talk | contribs) moved page Flowto ARIA Property to ARIA Flowto Property
- 01:09, 1 March 2015 Javila (talk | contribs) moved page Heading ARIA Role to ARIA Heading Role
- 01:08, 1 March 2015 Javila (talk | contribs) moved page Presentation Role ARIA to ARIA Presentation Role
- 01:08, 1 March 2015 Javila (talk | contribs) moved page Region ARIA role to ARIA Region role
- 01:08, 1 March 2015 Javila (talk | contribs) moved page Landmarks ARIA to ARIA Landmarks
- 01:07, 1 March 2015 Javila (talk | contribs) moved page Invalid ARIA State to ARIA Invalid State
- 01:06, 1 March 2015 Javila (talk | contribs) moved page Checkbox ARIA to ARIA Checkbox role
- 00:58, 1 March 2015 Javila (talk | contribs) moved page Accordion to ARIA Accordion
- 17:07, 24 February 2015 Javila (talk | contribs) moved page Select Option and Optgropu Elements to Select Option and Optgroup Elements
- 19:08, 10 November 2014 Javila (talk | contribs) deleted page ARIA Scrollbar (content was: "<html lang="en"> <head> <title>ARIA Scrollbar Example</title> </head> <body> <p>The following is a sample of using the ARIA scrollbar role.<br /> <div..." (and the only contributor was "Chetan Bakhru"))
- 16:49, 20 October 2014 Javila (talk | contribs) moved page Activedescendant ARIA Property to ARIA Toolbar
- 16:49, 20 October 2014 Javila (talk | contribs) deleted page ARIA Toolbar (content was: " Toolbar Category:ARIA" (and the only contributor was "Jon Avila"))
- 15:36, 16 October 2014 Javila (talk | contribs) moved page CSS placeholder to CSS Placeholder Contrast
- 13:27, 10 October 2014 Javila (talk | contribs) uploaded File:Darken.js
- 15:47, 15 July 2014 Javila (talk | contribs) deleted page ARIA Progress Bar (content was: "#REDIRECT Progress Bar with ARIA Live Regions" (and the only contributor was "Jon Avila"))
- 18:53, 14 July 2014 Javila (talk | contribs) uploaded a new version of File:SSB Logo.png
- 18:17, 14 July 2014 Javila (talk | contribs) uploaded File:SSB Logo.png
- 13:06, 14 July 2014 Javila (talk | contribs) moved page ARIA Progress Bar to Progress Bar with ARIA Live Regions
- 13:05, 14 July 2014 Javila (talk | contribs) restored page Category:Progress Element (17 revisions restored)
- 13:04, 14 July 2014 Javila (talk | contribs) deleted page Category:Progress Element (content was: "HTML5 Progress element <html> <script type="text/javascript"> function run() { if ( document.getElementById('p1').value < 100) { document.getElementById('p1').value = document.getElementById('p1').value + 5; } s...")
- 17:10, 14 April 2014 Javila (talk | contribs) moved page Select Element to Select Option and Optgropu Elements
- 01:05, 14 April 2014 Javila (talk | contribs) moved page Required ARIA property to Aria-required ARIA property
- 15:52, 28 March 2014 Javila (talk | contribs) moved page Activedescendant Property ARIA to Activedescendant ARIA Property
- 12:58, 28 March 2014 Javila (talk | contribs) moved page ARIA Activedescendant to Activedescendant Property ARIA
- 12:52, 28 March 2014 Javila (talk | contribs) moved page ARIA Presentation to Presentation Role ARIA
- 18:59, 27 March 2014 Javila (talk | contribs) moved page Fieldset and Legend Elements to Fieldset, Label, and Legend Elements without leaving a redirect
- 18:58, 27 March 2014 Javila (talk | contribs) moved page Fieldset Legend Elements to Fieldset and Legend Elements without leaving a redirect
- 17:43, 27 March 2014 Javila (talk | contribs) moved page Input Element to Input Element Type Text without leaving a redirect
- 14:00, 27 March 2014 Javila (talk | contribs) moved page Em Elements to Em Element without leaving a redirect
- 13:29, 27 March 2014 Javila (talk | contribs) moved page ARIA Checkbox to Checkbox ARIA without leaving a redirect
- 18:49, 26 March 2014 Javila (talk | contribs) moved page Aria Activedescendant to ARIA Activedescendant
- 20:01, 6 February 2014 Javila (talk | contribs) moved page Copmlex Tables Favlet to Complex Tables Favlet
- 00:12, 6 February 2014 Javila (talk | contribs) uploaded a new version of File:Lang.js
- 03:32, 5 February 2014 Javila (talk | contribs) uploaded a new version of File:Title attribute.js
- 02:58, 5 February 2014 Javila (talk | contribs) uploaded a new version of File:Title attribute.js
- 02:47, 5 February 2014 Javila (talk | contribs) uploaded File:Title attribute.js
- 02:33, 4 February 2014 Javila (talk | contribs) uploaded File:Lang.js
- 22:01, 3 February 2014 Javila (talk | contribs) uploaded File:Complex tables.js