-
Notifications
You must be signed in to change notification settings - Fork 344
Change Log for July 2019 APG 1.1 Note Release 4
By Michael Cooper on Wed Feb 6 15:32:54 2019 -0500
By michael-n-cooper on Tue Feb 12 18:07:22 2019 +0000
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.
By JaEun Jemma Ku on Thu Feb 28 09:13:35 2019 -0600
By Zoë Bijl on Tue Mar 19 12:06:58 2019 -0700
By michael-n-cooper on Wed Mar 20 16:51:39 2019 +0000
By michael-n-cooper on Thu Apr 18 22:25:15 2019 +0000
By michael-n-cooper on Tue Apr 23 17:19:25 2019 +0000
By michael-n-cooper on Thu May 2 17:48:19 2019 +0000
By michael-n-cooper on Wed May 22 20:00:30 2019 +0000
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.
By Nick Schonning on Wed Jun 19 20:48:16 2019 -0400
fix: Schonni -> Schonning
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.
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.
By michael-n-cooper on Fri Jun 28 19:59:41 2019 +0000
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.
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
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
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.
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.
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.
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
By Nick Schonning on Fri Jul 5 17:50:35 2019 -0400
Resolves #822 now that #1032 is also merged.
By Vishal Narkhede on Sat Jul 6 01:28:42 2019 +0200
Corrected spelling in comments in examples/tabs/tabs-2/js/tabs.js.
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.
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.
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.
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.
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.
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.
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
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.
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
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.
By Matt King on Sat Jul 13 15:37:41 2019 -0700
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.
By Jon Gunderson on Sun Jul 14 03:44:32 2019 -0500
- Home
- About the APG TF Work
- Contributing
- Meetings
- Management and Operations Documentation
- Publication Change Logs