Skip to content

Change Log for July 2019 APG 1.1 Note Release 4

Matt King edited this page Jul 15, 2019 · 1 revision

fix broken links reported by link checker (pull #984)

By Michael Cooper on Wed Feb 6 15:32:54 2019 -0500

View commit e040bfd4

TRAVIS-CI update from aria-common

By michael-n-cooper on Tue Feb 12 18:07:22 2019 +0000

View commit 707163fc

Travis CI: Enable deploy to continue when tests we consider informational fail (pull #993)

By Evan Yamanishi on Wed Feb 27 03:10:56 2019 -0500

To address issue #992, In .travis.yml:

  • add initial allow_failures flag and apply it to regression test coverage report job.
  • only set environment variables where necessary.
  • reorganize jobs for readability.

View commit 089049b9

typo fix for Sri's last name

By JaEun Jemma Ku on Thu Feb 28 09:13:35 2019 -0600

View commit 30d55ebc

Chan → Zoë

By Zoë Bijl on Tue Mar 19 12:06:58 2019 -0700

View commit 8a0f79f5

TRAVIS-CI update from aria-common

By michael-n-cooper on Wed Mar 20 16:51:39 2019 +0000

View commit d532b322

TRAVIS-CI update from aria-common

By michael-n-cooper on Thu Apr 18 22:25:15 2019 +0000

View commit cac5fe06

TRAVIS-CI update from aria-common

By michael-n-cooper on Tue Apr 23 17:19:25 2019 +0000

View commit d991750f

TRAVIS-CI update from aria-common

By michael-n-cooper on Thu May 2 17:48:19 2019 +0000

View commit fe9a10f5

TRAVIS-CI update from aria-common

By michael-n-cooper on Wed May 22 20:00:30 2019 +0000

View commit 22acf2b6

Packages: updates geckodriver and lint-staged (#1039)

By Matt King on Sun Jun 9 22:45:55 2019 -0700

Ran npm install and packages were updated. modified package.json:

  • "geckodriver": "^1.11.0" changed to "geckodriver": "^1.16.2",
  • "lint-staged": "^8.1.0" changed to "lint-staged": "^8.1.6",

This also created system-generated changes in package-lock.json.

View commit 8bfd5bc3

Acknowledgements appendix: fix typo (pull #1022)

By Nick Schonning on Wed Jun 19 20:48:16 2019 -0400

fix: Schonni -> Schonning

View commit 02861b86

Menubar Regression Tests: Make previously failing test as passing (pull #1056)

By Valerie Young on Fri Jun 28 11:17:52 2019 -0400

Due to issue #906, a menubar test had been marked as failing. Removes call to failing so this test will now run.

View commit 9fdf312c

Add section on accessible names and descriptions (pull #994)

By Simon Pieters on Fri Jun 28 18:48:51 2019 +0200

Addresses issues #70 and #74 by adding section 5: - providing accessible names and descriptions.

View commit 37da361d

TRAVIS-CI update from aria-common

By michael-n-cooper on Fri Jun 28 19:59:41 2019 +0000

View commit 745105f0

Naming and describing section: Remove bibliography reference (pull#1059)

By Matt King on Sat Jun 29 16:58:07 2019 -0700

PR #994 included changes to common/biblio.js that should not have been merged because that file is maintained outside the aria-practices repository. The change was addition of a reference to an external site. This commit removes the common/biblio.js changes and the reference to them.

View commit bf220754

aria-practices.html and example pages: Cleanup typos (pull #1048)

By Nick Schonning on Mon Jul 1 15:04:19 2019 -0400

Fix:

  • typo: parrent -> parent
  • typo: Tempature -> Temperature
  • typo: atribute -> attribute
  • typo: arbetrary -> arbitrary
  • typo: monspace -> monospace
  • typo: maxmimum -> maximum
  • typo: Conversly -> Conversely
  • typo: horzontal -> horizontal
  • typo: tfooter -> tfoot
  • typo: Indicies -> Indices

View commit 25eb6c89

Chore: Change HTML5 references to HTML (pull #1058)

By James Nurthen on Mon Jul 1 15:02:25 2019 -0700

Resolves #1020:

  • Changes all HTML5 References to HTML
  • Changes reference in Landmark examples to WHATWG HTML spec
  • Modify Header of references section from "Related W3C Documents" to "Related Documents"
  • Adds References to SVG2, HTML and HTML-ARIA so these appear correctly in the references section

View commit ee13f155

Editor Menubar Example: Remove rel from <ul> and <li> elements (pull #1032)

By Carolyn MacLeod on Mon Jul 1 19:34:15 2019 -0400

Modifies examples/menubar/menubar-2/menubar-2.html for issue #822:

  • Removes rel attributes from ul/li elements.
  • Adds a data attribute named data-option for the metadata previously specified in rel.

View commit eab169c1

Build Process: Skip regression tests in some cases (pull #1067)

By Valerie Young on Fri Jul 5 14:07:48 2019 -0400

travis will now check to make sure an example file (under the examples/ directory) or test file (under the test/ directory) has been edited before running AVA regression tests.

View commit c241f63d

Regression Testing: ignore examples/index.html in coverage report (pull #1065)

By Valerie Young on Fri Jul 5 15:20:41 2019 -0400

The coverage report helps ensure we have tests for all examples. There are no examples to test in this file so ignore it.

View commit d94c8806

Radio Group with Active Descendant Example: Remove unused keycodes and fix linting issues (pull #1064)

By Jon Gunderson on Fri Jul 5 15:45:37 2019 -0500

View commit c51978de

chore: Unignore "rel" linting (#1061)

By Nick Schonning on Fri Jul 5 17:50:35 2019 -0400

Resolves #822 now that #1032 is also merged.

View commit 24001b9a

Tabs Example: Fix spelling in JS comments (pull #997)

By Vishal Narkhede on Sat Jul 6 01:28:42 2019 +0200

Corrected spelling in comments in examples/tabs/tabs-2/js/tabs.js.

View commit c4f4d9f9

Add disclosure menu example for issue 1028 (pull #1070)

By Sarah Higley on Wed Jul 10 15:21:08 2019 -0700

To resolve issue #1028, adds a disclosure pattern example that illustrates a simple site navigation bar with dropdowns. The navigation bar is a set of disclosure buttons that show and hide dropdown lists of links.

View commit 0a22d101

Toolbar Example: Add missing tooltips for issue 986 (pull #1069)

By Jon Gunderson on Wed Jul 10 19:28:22 2019 -0500

To resolve issue #986, changes the toolbar example so that icons have labels that popup on hover or focus.

View commit 19f3cdf3

Naming and Describing Section: Revisions to address feedback in issue 1050 (pull #1062)

By Matt King on Wed Jul 10 21:16:39 2019 -0700

  • Fallback naming guidance section: reference cardinal rule 4 to avoid it.
  • Naming Rule 3: Remove mention of alt attribute: Per feedback from @LJWatson in issue #1050, revises rule 3 to remove mention of alt.
  • Adds sentence refering readers to the naming techniques for specific advantages of using HTML features instead of ARIA.
  • Fix formatting and bugs in code snippets reported in #1060.
  • Intro: most fundamental and important -> most important
  • Minor editorial change to section: How Are Name and Description Strings Derived?
  • Intro paragraph: additional editorial simplification based on feedback from @LJWatson in issue #1050.
  • Clarify language describing when captions become descriptions: to resolve feedback from @jessebeach in issue #1050. Modified language in sections 5.3.2.6 Naming Tables and Figures with Captions and section 5.4.1.3 Describing Tables and Figures with Captions.
  • Provide richer description of screen reader behavior in section 5.1 per feedback from @jongund in issue #1050.
  • Remove aria-details guidance, which will be addressed in the future by issue #70.

View commit fb18db7f

Image Carousel Example: Use buttons for controls and make rotation control always visible (pull #1018)

By Jon Gunderson on Thu Jul 11 02:09:54 2019 -0500

Resolves issue #1007 by:

  • making the stop/start rotation button always visible.
  • Using button elements instead of links for the next and previous slide controls.

Also:

  • Allows user to change between 2 view options: one with controls and captions overlayed on the images and one with them outside the image frames.
  • Improves documentation in the accessibility features section.
  • Adds regression tests.

View commit 0ba3c1c2

Add datepicker based on dialog pattern for issue 1046 (pull #1054)

By Jon Gunderson on Thu Jul 11 13:17:45 2019 -0500

To resolve issue #1046, adds a modal dialog example that implements a date picker. The modal dialog includes a calendar grid that implements the grid pattern.

View commit c55e152e

Date picker dialog example: Fix aria-selected bug -- issue 1072 (pull #1074)

By Valerie Young on Fri Jul 12 16:53:46 2019 -0400

Resolves issue #1072 so behaves correctly if the first day of the month is typed into the textbox and then the choose date button is pressed.

View commit 8fdc63f4

Build Script for Index of Examples: Revise coding approach (pull #1078)

By Valerie Young on Fri Jul 12 18:52:01 2019 -0400

  • chore: Add ESLint for reference-table
  • chore: Minor whitespace in reference-tables.template
  • chore: Initial node-ify for reference-tables.js
  • chore: Variable naming and whitespace
  • chore: Use glob for file matching
  • chore: Use Object.getOwnPropertyNames for array sort
  • chore: Update output variable name
  • chore: Use cheerio for HTML replacement
  • Run example index file on new master
  • Regen package-lock.json

View commit 342e70e1

Add date picker spin button example for issue 125 (pull #1053)

By Jon Gunderson on Fri Jul 12 23:55:00 2019 -0500

To resolve issue #125, add an example that uses the spin button pattern to create a date picker.

View commit 8a3fea18

Editorial: Remove outdated links to feedback issues (pull #1080)

By Matt King on Fri Jul 12 23:15:46 2019 -0700

  • Remove link to feedback issue from treegrid pattern
  • Remove link to feedback issue from Collapsible Dropdown Listbox Example
  • Remove link to feedback issue from Example Listboxes with Rearrangeable Options page
  • Remove link to feedback issue from navigation menubar example page
  • Remove link to feedback issue from editor menubar example
  • Remove link to feedback issue from Table Example page
  • Remove link to feedback issue from Navigation Treeview Example Using Computed Properties page
  • Remove link to feedback issue from Navigation Treeview Example Using Declared Properties page

View commit ea5f0c10

Accessible Name Guidance by Role Table: Advise that empty cells are represented by empty names (pull #1081)

By Matt King on Sat Jul 13 00:29:49 2019 -0700

  • Add note to cell and gridcell guidance explaining that an empty name represents and empty cell.
  • Add thead and tbody elements to name guidance by role table.

View commit 37ec3a91

Update index of examples (pull #1083)

By Matt King on Sat Jul 13 15:37:41 2019 -0700

View commit 0d2eea65

Script for building index of examples: Add missing roles (pull #1084)

By Jon Gunderson on Sun Jul 14 01:55:33 2019 -0500

  • added missing roles to reference table script'

  • fixed misspelled statsu role' Adds 5 roles to the list of roles and updates the index of examples.

View commit 1bf0520e

Date Picker fixed bug with rendering the grid of dates for a year and month (#1082)

By Jon Gunderson on Sun Jul 14 03:44:32 2019 -0500

View commit e8099cad

Clone this wiki locally