New pages
Jump to navigation
Jump to search
- 00:09, 28 June 2022 Simple table with only th (hist) [161 bytes] Javila (talk | contribs) (Created page with "<html> <table border="1"> <tr> <th>Name</th> <th>Location</th> </tr> <tr> <td>Seth</td> <td>Chicago</td> </tr> </table> </html>")
- 00:06, 28 June 2022 Tale of two tables (hist) [931 bytes] Javila (talk | contribs) (Created page with "<html lang="en"> <head> <title>2021 PennDOT Annual Report</title> </head> <body> <table border="1"> <tr> <th>Name</th> <th>Location</th> </tr>...")
- 15:00, 16 June 2022 OL with aria-level (hist) [105 bytes] Javila (talk | contribs) (Created page with "<html> <ol> <li aria-level="1"> Apple </li> <li aria-level="2"> Macintosh </li> </ol> </html>")
- 14:59, 16 June 2022 UL with aria-level (hist) [105 bytes] Javila (talk | contribs) (Created page with "<html> <ul> <li aria-level="1"> Apple </li> <li aria-level="2"> Macintosh </li> </ul> </html>")
- 01:26, 15 June 2022 Role graphics-symbol (hist) [51 bytes] Javila (talk | contribs) (Created page with "<html> <span role="graphics-symbol"></span> </html>")
- 01:24, 15 June 2022 Button with child role graphics-symbol (hist) [71 bytes] Javila (talk | contribs) (Created page with "<html> <button> <span role="graphics-symbol"> </span> </button> </html>")
- 01:12, 15 June 2022 Button with child role img (hist) [59 bytes] Javila (talk | contribs) (Created page with "<html> <button> <span role="img"> </span> </button> </html>")
- 15:36, 8 June 2022 ARIA Meter Role (hist) [40 bytes] Javila (talk | contribs) (Created page with "<html> <div role="meter"> </div> </html>")
- 20:37, 7 June 2022 ARIA Paragraph Role (hist) [58 bytes] Javila (talk | contribs) (Created page with "<html> <div role="paragraph"> This is text. </div> </html>")
- 15:09, 6 April 2022 Talkback reading the title attribute (hist) [1,108 bytes] Abath (talk | contribs) (Title attribute is read in Android Talkback Website testing. This article includes how it is being read by Talkback and examples.)
- 23:54, 4 April 2022 Label In Name Favlet (hist) [741 bytes] Javila (talk | contribs) (Created page with "This Favlet displays the attributes that provide an accessible name for an img element or element with role image. (See Install a Favlet for instructions on how to add th...")