-
Notifications
You must be signed in to change notification settings - Fork 352
Change Log for December 2017 Note Release 1
By michael-n-cooper on Tue Jun 27 16:54:13 2017 -0400
By michael-n-cooper on Tue Jun 27 17:36:29 2017 -0400
By Nick Schonning on Thu Jul 20 08:55:05 2017 -0400
-
chore: convert jscs to eslint
-
chore: run ESLint fix
-
chore: const to var for ESLint
Non of the other samples is using ES6, otherwise the rule could be changed
-
chore: snake_case to camelCase ESLint
-
chore: update README for ESLint switch
-
chore: use up-to-date NodeJS on Travis
By Michiel Bijl on Fri Jul 21 00:25:55 2017 +0100
By Nick Schonning on Thu Jul 20 19:30:24 2017 -0400
The typo was causing the labelledby to point at the wrong/missing ID
By Nick Schonning on Tue Aug 1 01:19:56 2017 -0400
By Jon Gunderson on Mon Aug 28 04:21:29 2017 -0500
Initial implementation of examples for issue #124.
By Jon Gunderson on Mon Aug 28 05:54:33 2017 -0500
For issue #221:
- revised description to describe thumb dependencies.
- Added link to example.
- Removed link to example development issue.
- Revise states and properties to describe when updates to maxvalue and minvalue are needed.
Navigation Menubar Example: Remove second example with dynamically added ARIA attributes (pull #435)
By Jon Gunderson on Mon Aug 28 07:00:32 2017 -0500
To address issue #443, removed the second example where markup was being added dynamically, removed unnecessary js, and fixed a bug in the HTML source code display.
Related to issue #410.
By Matt King on Mon Aug 28 11:35:57 2017 -0700
For issue #446, Modified the spinbutton pattern in aria-practices.html. Added language to make it clear that Home and End are only needed for spinbuttons that have min and max values.
By Matt King on Mon Aug 28 11:43:37 2017 -0700
fixed bug for italic style menu button and for larger and samller font not updating the list of menubuttonradio items in the same menu
By Jon Gunderson on Mon Aug 28 14:39:44 2017 -0500
updated code for updating which font size is selected and added documentation for the aria-disabled property
By Jon Gunderson on Mon Aug 28 17:04:57 2017 -0500
By Gerard K. Cohen on Wed Sep 13 21:05:33 2017 -0700
- fix issue #424
- fix issue #425
By Gerard K. Cohen on Wed Sep 20 09:41:14 2017 -0700
If allow toggle is not set, that is, if one panel must be expanded at all times, put aria-disabled=true on the header of the expanded panel.
By Matt King on Thu Sep 21 16:31:59 2017 -0700
- For issue #31, first draft of the combobox design pattern.
- For issue #100, first cut of code for ARIA 1.1 style combobox examples with listbox and grid popups. The example pages do not yet include any documentation; example code only.
By Matt King on Thu Sep 21 17:47:12 2017 -0700
By Gerard K. Cohen on Sun Sep 24 01:19:05 2017 -0700
By James Nurthen on Tue Oct 3 13:03:08 2017 -0700
Fix syntax issues for issue #467
By Matt King on Thu Oct 5 12:33:04 2017 -0700
By Matt King on Fri Oct 6 13:10:16 2017 -0700
For issue #123, made the following changes:
- renamed: examples/listbox/listbox.html -> examples/listbox/listbox-rearrangeable.html
- listbox-rearrangeable.html:
- Change title, Remove example 3, add similar example link
- add intro to keyboard and roles and props sections
- update links to source files, update source rendering code.
- renamed:examples/listbox/js/main.js -> examples/listbox/js/listbox-rearrangeable.js
- listbox-rearrangeable.js: Remove example 3 code.
- new file:examples/listbox/listbox-scrollable.html
- new file:examples/listbox/js/listbox-scrollable.js
- modified aria-practices.html: Update links to example pages and ad ID listbox_kbd_interaction.
By Matt King on Sun Oct 8 12:42:38 2017 -0700
For issue #447, Added the following note below the roles, states, and properties table on the navigation menubar example page:
Currently, using aria-expanded on elements with role menuitem triggers HTML validation errors because the ARIA specification does not yet support doing so. The ARIA working group plans to resolve this issue in the next version of the specification. Until a version of ARIA that resolves the issue becomes a W3C recommendation, it is safe to ignore these validation errors. Alternatively, since only a few browser and assistive technology combinations exploit this feature of the pattern, it can be omitted from implementations.
IN the two rows of the table about aria-expanded, added text to see note below.
By Matt King on Sun Oct 8 13:11:31 2017 -0700
For issue #447, Added the following note below the roles, states, and properties table on the Editor menubar example page:
Currently, using aria-expanded on elements with role menuitem triggers HTML validation errors because the ARIA specification does not yet support doing so. The ARIA working group plans to resolve this issue in the next version of the specification. Until a version of ARIA that resolves the issue becomes a W3C recommendation, it is safe to ignore these validation errors. Alternatively, since only a few browser and assistive technology combinations exploit this feature of the pattern, it can be omitted from implementations.
IN the two rows of the table about aria-expanded, added text to see note below.
Also added to 2 rows on the navigation menubar table that I overlooked in previous commit.
By Matt King on Mon Oct 9 20:23:04 2017 -0700
To make it consistent with the menubar example pages, added aria-expanded for parent menu items to the roles, states, and properties section of the menu and menubar design pattern.
For issue #447, added the same note used on the example pages:
Currently, using aria-expanded on elements with role menuitem triggers HTML validation errors because the ARIA specification does not yet support doing so. The ARIA working group plans to resolve this issue in the next version of the specification. Until a version of ARIA that resolves the issue becomes a W3C recommendation, it is safe to ignore these validation errors. Alternatively, since only a few browser and assistive technology combinations exploit this feature of the pattern, it can be omitted from implementations.
By Matt King on Mon Oct 9 21:10:39 2017 -0700
Per feedback from @annabbott in issue #469, modified examples/listbox/listbox-scrollable.html to remove the list markup from the down arrow row in the keyboard table.
By Matt King on Mon Oct 9 21:46:45 2017 -0700
for issue #457, modified examples/checkbox/checkbox-1/checkbox-1.html to:
- Fix misspellings.
- Make revisions for editorial consistency.
By Matt King on Tue Oct 10 10:54:01 2017 -0700
For issue #457, modified examples/checkbox/checkbox-2/checkbox-2.html to:
- Fix reported misspellings.
- Clarify intro.
- Fix editorial consistency problems in roles, states, props, and keyboard documentation.
Also made additional revisions to examples/checkbox/checkbox-1/checkbox-1.html for consistency.
By Tatiana on Tue Oct 10 13:59:40 2017 -0700
By Jon Gunderson on Tue Oct 10 22:20:36 2017 -0400
By Matt King on Tue Oct 10 21:44:39 2017 -0700
For issue #123, add styling to make the toolbar keyboard affordance perceivable by sighted users to address concerns raised by @DavidMacDonald.Styled buttons and toolbar in listbox example
By Matt King on Tue Oct 10 21:55:24 2017 -0700
Per feedback in issue #401, make js compatible with IE 11.
By Matt King on Tue Oct 10 22:12:41 2017 -0700
By Matt King on Tue Oct 10 22:34:42 2017 -0700
Related to issue #409:
- Add aria-disabled to menuitems for for increasing and decreasing font size. Disable larger when size is already largest and smaller when size is already smallest.
- Add documentation to roles, states, and properties for aria-disabled.
- Add documentation to roles, states, and properties for names calculated from content.
By Matt King on Wed Oct 11 14:33:50 2017 -0700
For issues #105 and #155, modified:
- examples/grid/LayoutGrids.html
- examples/grid/advancedDataGrid.html
Add links to the other example pages to the intro.
By Victor Meyer on Wed Oct 11 23:21:37 2017 +0100
For issue #475, fix the roles, states, and properties table of the accordion example page.
Remove row for the button role on the <a>
element and change the element column to button for the attributes applied to the button.
By MichielBijl on Fri Oct 13 12:14:42 2017 +0200
By Jon Gunderson on Fri Oct 13 13:36:32 2017 -0500
For issue #403, this removes space as a way to activate a menu item. We chose to remove because @jongund believes there is a bug in Firefox that was triggering a click on the button after the menuitem was activated. Space did not exhibit this behavior in other browsers.
By Tatiana on Fri Oct 13 20:13:33 2017 -0700
By Matt King on Sun Oct 15 15:38:30 2017 -0700
Forissue #474, modified aria-practices.html to add a read me first section. This includes some aria basics, a browser and AT compatibility statement, and a mobile and touch support statement.
By Matt King on Sun Oct 15 16:07:35 2017 -0700
For issue #474, modified aria-practices.html to make editorial improvements to the new read me first section.
By Matt King on Sun Oct 15 16:30:41 2017 -0700
By Matt King on Sun Oct 15 17:46:39 2017 -0700
By Matt King on Mon Oct 16 16:23:25 2017 -0700
For issue #413, Modified the combobox pattern in aria-practices.html:
- Delete all the Windows-specific key assignments from the textbox subsection of the keyboard interaction section.
- Add a note recommending reliance on browser for text editing functionality.
Also related to issue #464.
By Matt King on Mon Oct 16 16:40:02 2017 -0700
For issue #413, remove the following note from the introduction of Design Patterns:
Although users of Mac OS X are familiar with using the Command key instead of the Control key, the Command key is typically reserved for desktop applications and OS-level integration. Until device and platform independence can be addressed in WAI-ARIA 2.0, the primary Control modifier key for WAI-ARIA widget interaction is specified as Control on all platforms, including Mac OS X.
Developing Keyboard Interface Section: Move Global KB Guidance from Design Patterns and Add Mac OS Conventions
By Matt King on Mon Oct 16 20:06:37 2017 -0700
For issue #413, modified Design Patterns section and Keyboard Interface Development sections of aria-practices.html:
- Move "3.1 Generally Applicable Keyboard Recommendations " to "5.8 Key Assignment Conventions for Common Functions".
- Add information and guidance about Mac OS assignments for the listed functions.
- Fix links to the new section, which has id "kbd_common_conventions" instead of "aria_ex_widget".
By Matt King on Mon Oct 16 20:54:08 2017 -0700
For issue #413, modified the Combobox and Spin Button design patterns in aria-practices.html:
- In key assignment lists of both patterns, use the same wording to make it more clear that the pattern requires platform appropriate editing key assignments.
- Revise the notes in both patterns to use list format and more succinctly describe guidance.
By James Nurthen on Mon Oct 16 21:54:53 2017 -0700
By Matt King on Tue Oct 17 11:49:44 2017 -0700
For issue #123, add typeahead in the lists so that typing the first letters of the name of an option moves focus to the next option that starts with those letters.
By Tatiana Iskandar on Tue Oct 17 18:11:56 2017 -0700
For issue #123, change keyboard shortcuts so that:
- Shortcut for Add button is enter instead of delete
- Shortcut for Important button is enter instead of delete.
Fix bug where selecting the last items in the list and performing an action made the list unfocusable.
By Tatiana Iskandar on Tue Oct 17 21:06:01 2017 -0700
For issue #123, add a live region to each example that announces the result of pressing an action button that moves one of the listbox options.
By Jon Gunderson on Thu Oct 19 17:14:11 2017 -0500
For issue #472, keep aria-expanded on parent menuitem elements in the drop down menus in sync with the actual state of the submenus they control.
By James Nurthen on Fri Oct 20 13:30:41 2017 -0700
By Jon Gunderson on Sat Oct 21 09:38:52 2017 -0500
By Matt King on Sun Oct 22 09:19:31 2017 -0700
Made change to button label suggested by @devarshipant in issue #482.
By Matt King on Sun Oct 22 10:28:55 2017 -0700
For issue #221, made editorial revisions to the multi-thumb slider (id="slidertwothumb") design pattern in aria-practices.html.
- Clarified wording of description.
- Added link to single-thumb slider pattern in the description.
- Changed format of example section to paragraph instead of list because there is only one example.
- Changed target of link in keyboard interaction to go directly to the keyboard interaction section of single-thumb slider.
- Removed a "must" from the roles, states, and properties.
By Matt King on Mon Oct 23 17:48:05 2017 -0700
Merge proposed draft for description of disclosure from @jongund for issue #9. Also includes some conflict resolution in multi-thumb slider pattern.
By Matt King on Mon Oct 23 18:59:04 2017 -0700
For issue #9, made minor editorial revisions to the description text.
By Matt King on Wed Oct 25 22:49:10 2017 -0700
Made the following changes for issue #100.
Deleted placeholder HTML files for examples that will not be completed for release 1:
- examples/combobox/aria1.1pattern/dialog-combo.html
- examples/combobox/aria1.1pattern/tree-combo.html
Completed documentation of description, keyboard interaction, roles, states, and propertiesin examples/combobox/aria1.1pattern/listbox-combo.html.
By geppy on Thu Oct 26 05:55:42 2017 -0500
By Matt King on Thu Oct 26 10:23:41 2017 -0700
Update pattern status link in README.md
By Matt King on Thu Oct 26 22:39:14 2017 -0700
For issue #100, modified examples/combobox/aria1.1pattern/grid-combo.html to:
- Add description
- Add links to similar examples
- Add keyboard documentation
- Add roles, states, and property documentation
By Matt King on Thu Oct 26 23:05:54 2017 -0700
For issue #496, In examples/combobox/aria1.1pattern/listbox-combo.html, change "the" to "The" as pointed out by @annabbott.
By Matt King on Thu Oct 26 23:22:01 2017 -0700
For issue #100, modified examples/combobox/aria1.1pattern/grid-combo.html. Added language to improved the description of the example.
By Gerard K. Cohen on Fri Oct 27 12:32:23 2017 -0700
Fix issue #486 by adding a procedure to update individual checkbox states when master is mixed.
By Gerard K. Cohen on Fri Oct 27 12:45:10 2017 -0700
-
Add type=button to accordion triggers
-
Fix 2 issues related to CSS bugs in MS Edge
Note: See comments by @gerardkcohen in pull #502 for details about bugs in MS Edge that these changes work around.
By Matt King on Fri Oct 27 14:20:16 2017 -0700
By Matt King on Fri Oct 27 19:43:06 2017 -0700
For issue #480, per input from @DavidMacDonald, modified examples/dialog-modal/dialog.html. Following the roles, states, and properties table, added a subsection with 3 notes regarding aria-modal and aria-hidden.
By Matt King on Fri Oct 27 21:08:53 2017 -0700
Based on feedback from @accdc and @devarshipant in issue #482, modified aria-practices.html:
- Wording of comparison of CSS and ARIA
- aria-label content for example link code
- Label of toggle button code
By Jon Gunderson on Sat Oct 28 18:26:22 2017 -0400
For issue #65, adds rough draft of section covering table and grid properties.
By Matt King on Sat Oct 28 15:33:18 2017 -0700
For issue #65, modified the grid and propertties table section of aria-practices.html:
- Add link to tracking issue 65
- Revise prose of the introduction section for clarity
- Add overview table
By michael-n-cooper on Sat Oct 28 21:33:32 2017 -0400
By Matt King on Sun Oct 29 13:26:30 2017 -0700
For issue #465, in aria-practices.html, revised rough draft of the sections covering aria-colcount, aria-rowcount, aria-colindex, and aria-rowindex.
- Grouped rowindex and row count together.
- Grouped colcount and colindex together.
- Added information about valid value restrictions.
- Added warning about impact of invalid or missing values.
- Swapped out example for contiguous columns (used the one from the spec).
- General editorial cleanup.
By Matt King on Sun Oct 29 13:56:50 2017 -0700
By Matt King on Sun Oct 29 16:08:23 2017 -0700
For issue #65, in aria-practices.html, revised rough draft of the sections covering aria-rowspan and aria-colspan.
- Add more information about restrictions on values.
- Correct spelling, grammar, etc.
- Minor editorial revisions to wording.
By Matt King on Sun Oct 29 17:11:35 2017 -0700
For issue #65, in aria-practices.html, revised rough draft of the section covering aria-sort.
- Add note about using on multiple columns.
- Revisions to wording for accuracy and clarity.
- Clarified it can be used on rows as well as columns.
- Correct spelling, grammar, etc.
By Matt King on Sun Oct 29 17:33:53 2017 -0700
For issue #65, in aria-practices.html, revised final draft of the grid and table properties section.
- Added link to review issue.
- Added caption to definitions table.
- Added aria-colcount to the example code for aria-sort.
By Matt King on Sun Oct 29 18:03:54 2017 -0700
Modified Read Me First section of aria-practices.html: Remove link to review issue #482.
By Matt King on Sun Oct 29 18:26:29 2017 -0700
modified examples/accordion/accordion.html: Remove link to review issue #401.
By Matt King on Sun Oct 29 22:16:30 2017 -0700
For issue #464, made the following changes to the combobox design pattern section in aria-practices.html:
- Revise description of popup display conditions
- Clarify paragraph about listbox and menu button
- Weaken recommendation to use 1.1 pattern
- Restructure notes for states and props
- Fix multiple typos
By Matt King on Mon Oct 30 00:07:14 2017 -0700
Modified examples/listbox/listbox-scrollable.html to remove link to review issue #469.
By James Nurthen on Mon Oct 30 09:54:39 2017 -0700
By Matt King on Tue Oct 31 00:04:02 2017 -0700
For issue #99, integrate contributions from @jongund and @mcking65.
Adds three ARIA 1.0 style combobox examples, Each demonstrating a different type of autocomplete:
- List with inline autocomplete
- List with manual selection
- No autocomplete.
Also includes:
- Update links from the design pattern.
- Updates to links from the ARIA 1.1 combobox example pages.
- Editorial revisions across all 5 combobox example pages for editorial consistency.
By Michiel Bijl on Tue Oct 31 08:09:02 2017 +0100
Changes the appearance of the checkbox when it is in the mixed state per feedback in issue #471.
By Jon Gunderson on Tue Oct 31 13:23:21 2017 -0400
Fix the form of the bug in issue #346 where the submenus were not closing if the user tabs out of the menubar when focus is in the menubar itself.
By geppy on Tue Oct 31 19:27:06 2017 -0500
By geppy on Tue Oct 31 19:31:34 2017 -0500
By Tatiana on Thu Nov 2 15:32:44 2017 -0700
By Tatiana on Thu Nov 2 15:38:10 2017 -0700
By James Nurthen on Fri Nov 3 13:44:13 2017 -0700
Fixed typo in a comment.
By James Nurthen on Fri Nov 3 13:44:56 2017 -0700
Fixed typo in an example's title tag.
By James Nurthen on Fri Nov 3 13:53:06 2017 -0700
Issue 495; Select item on blur
By James Nurthen on Sun Nov 5 15:04:35 2017 -0800
- Move Author Attributions to acknowledgements section of main document.
- Add w3c copyright and license statement to JS files
By Matt King on Sun Nov 5 18:23:15 2017 -0800
Modified aria-practices.html to:
- Replace link to not-yet-written ARIA background section with link to WAI-ARIA Overview.
- Tighten up phrasing.
- Update description of the sections of the guide.
- Remove stub appendix section for background on ARIA.
By Matt King on Sun Nov 5 19:07:28 2017 -0800
Modified aria-practices.html to:
- Remove link from data grid design pattern to screen reader reading mode appendix.
- Made sure there are no other links to the placeholder for this section.
- remove the placeholder section from the appendicies.
By Matt King on Sun Nov 5 20:09:53 2017 -0800
For issue #352, modified examples/menu-button/menu-button-links.html to:
- Change example description to state that an HTML button is used for the menu button.
- Remove row for button role from roles, states, and properties table.
- Update roles, states, and properties table to change the element column to say button instead of 'a'.
- Moved info about button label from deleted row to a note below the table.
By Matt King on Sun Nov 5 20:48:50 2017 -0800
Per feedback from @DavidMacDonald in issue #450, modified assigning keyboard shortcuts section (id="kbd_shortcuts_assigning") in aria-practices.html.
changed the bullet item that suggested "S" would be used for "Save". Now says "Control + S" for save.
By Matt King on Sun Nov 5 21:23:42 2017 -0800
For issue #347, change the design patterns that prescribe use of aria-haspopup to include appropriate mentions of new token values ·
In aria-practices.html, changed the following design patterns:
- button design pattern
- Menu and menubar pattern
- Menu button pattern
- Tabs pattern
By Matt King on Sun Nov 5 21:57:11 2017 -0800
To resolve issue #462, Added the following bullets to roles, states, and properties subsection of the menu and menubar pattern in aria-practices.html.
- If a menubar has a visible label, the element with role menubar has aria-labelledby set to a value that refers to the labeling element. Otherwise, the menubar element has a label provided by aria-label.
- An element with role menu either has:
- aria-labelledby set to a value that refers to the menuitem or button that controls its display.
- A label provided by aria-label.
By Matt King on Sun Nov 5 22:12:18 2017 -0800
In aria-practices.html, Removed this sentence from the last note in grid roles, states, and properties:
See using aria-owns for a detailed explanation.
Removed the note that followed the grid note about aria-owns:
Editor's Note - Guidance for aria-owns has not yet been created. A link to it will be added above once created.
By Matt King on Sun Nov 5 22:34:32 2017 -0800
For issue #456, changed the roles, states, and properties subsection in aria-practices.html.
Changed the labeling guidance to say:
- The checkbox has an accessible label provided by one of the following:
- Visible text content contained within the element with role checkbox.
- A visible label referenced by the value of aria-labelledby set on the element with role checkbox.
- aria-label set on the element with role checkbox.
By Matt King on Tue Nov 7 00:26:57 2017 -0800
For issue #124, modified examples/slider/multithumb-slider.html:
- Revise wording of introduction.
- Fix spelling in aria-label values.
- Revise wording in roles, states, and properties.
- Fix typos.
By Evan Yamanishi on Wed Nov 15 21:32:12 2017 -0800
Addresses comments from @sh0hji in issue #519.
By Matt King on Wed Nov 15 21:34:43 2017 -0800
In aria-practices.html, intro section, change: "presentation roles" to "role presentation"
By Matt King on Thu Nov 16 01:32:25 2017 -0800
Per feedback from @shirsha in issue #493, modified the disclosure pattern description in aria-practices.html. Fixed spelling and added a hyphen.
By Matt King on Thu Nov 16 14:36:28 2017 -0800
Per feedback in issue #505, modify the grid and table properties section of aria-practices.html to:
- Correct spelling and spacing errors.
- Clarify wording.
Also, removed the link to feedback issue 505.
By Matt King on Thu Nov 16 15:28:59 2017 -0800
Perfeedback in issue #520, modified examples/slider/multithumb-slider.html:
- changed the text of the title attribute on the hotel slider. to say max is $400
- Fixed incorrectly closed strong tag.
By Matt King on Thu Nov 16 16:49:23 2017 -0800
In aria-practices.html, as part of preparation for release publication, since the non-modal dialog pattern section had no content, removed the section and two links that referenced it.
Editor Menubar Example: set aria-checked correctly, close with enter, remove redundant code (pull #525)
By Evan Yamanishi on Fri Nov 17 16:55:26 2017 -0500
Change the editor menubar example to resolve issues #521 and #524:
- ensure that aria-checked is only updated on font-size elements
- apply menuitem roles to the triggering element and match menubar-1 semantics
- update styles to not rely on span selector
- always close the menu on click (keyboard or otherwise)
- don't close menu on space
By Matt King on Fri Nov 17 15:10:44 2017 -0800
Modified aria-practices.html for issue #218, which is post poned to release 2. This commit removes the stub section and makes changes to the section about using activedescendant. The activedescendant section linked to this nested composite section; rephrased so the link could be removed.
By Matt King on Fri Nov 17 15:44:17 2017 -0800
Modified: aria-practices.html for issue #167, which is to write guidance on aria-keyshortcuts in a section titled "Exposing and Documenting Keyboard Shortcuts". This issue is postponed to release 2. This commit removes that section stub. There were no other sections that linked to it.
By Matt King on Sat Nov 18 01:56:03 2017 -0800
- Adds initial draft of table design pattern for issue #90.
- Adds initial draft of table example HTML for issue #242; still needs CSS.
By Matt King on Sat Nov 18 08:28:01 2017 -0800
By Matt King on Sat Nov 18 09:19:34 2017 -0800
Modified aria-practices.html Read Me First section.
Per discussions at TPAC, reworded the read me first section on browser and assistive tech support. Changed wording to emphasize that testing interoperability before using in production is essential.
By michael-n-cooper on Sat Nov 18 22:58:09 2017 -0800
- Change to software and document license
- Add repo information about contribution and license policy
- remove rec track and patent wording
By Matt King on Sun Nov 19 01:03:57 2017 -0800
By Gerard K. Cohen on Sun Nov 19 17:21:57 2017 -0800
For issue #499, add additional check for row index so that LEFT/RIGHT arrow keys wrap to previous/next row.
By Matt King on Sun Nov 19 21:53:59 2017 -0800
Per feedback from @annabbott in issue #526, change "Each" to "each".
By Matt King on Sun Nov 19 23:13:26 2017 -0800
Per feedback from @annabbott in issue #227, modified examples/grid/LayoutGrids.html:
- Fixed target of link to SVG2 spec.
- Changed three UL elements nested in OL elements to OL elements with type="A".
By Matt King on Mon Nov 20 15:57:58 2017 -0800
Modified aria-practices.html to remove link to issue #464 from the combobox design pattern section. The internal task force review process is complete.
By Matt King on Mon Nov 20 16:31:30 2017 -0800
For issue #404, updated the statement in the accessibility features section of each of the 4 tree view example pages. Updated to document the change to use of CSS pseudo-classes for focus and hover made in commit ba5cf02.
By Matt King on Mon Nov 20 21:24:36 2017 -0800
Examples of listboxes with rearrangeable options: Add Live Region Documentation and Review Issue Link
By Matt King on Tue Nov 21 22:31:29 2017 -0800
Modified examples/listbox/listbox-rearrangeable.html to:
- Under accessibility features, add note about live regions used to confirm completed actions.
- Remove link to dev issue 123 and add link to review issue 468.
By Matt King on Tue Nov 21 23:00:57 2017 -0800
By Nick Schonning on Wed Nov 22 17:52:17 2017 -0500
By Matt King on Wed Nov 22 22:38:07 2017 -0800
Per comment from @annabbott in issue #225,
In all 4 treview example pages,
changed the key column in the keyboard table for the * key.
Added "(asterisk)" after the *
.
By Matt King on Sat Nov 25 21:43:02 2017 -0800
For issue #126, completed the examples/toolbar/toolbar.html page:
- Revise wording of introduction.
- Convert keyboard documentation from list to table format.
- Update roles, states, and properties table to current format.
- Update links to source code.
- Editorial revisions to documentation.
By Matt King on Sat Nov 25 22:53:28 2017 -0800
Modified the toolbar pattern section of aria-practices.html. Revised description of the link to the example page. It previously stated that the toolbar example includes a link and a checkbox. However, it does not yet contain those types of elements.
By Matt King on Sun Nov 26 22:14:37 2017 -0800
Remove link to review issue #496 from examples/combobox/aria1.1pattern/listbox-combo.html. The task force review process is complete.
By Jon Gunderson on Mon Nov 27 12:00:56 2017 -0600
For issue #99, fixed bugs in combobox autocomplete and keyboard behaviors.
By James Nurthen on Mon Nov 27 10:33:36 2017 -0800
By James Nurthen on Mon Nov 27 10:35:52 2017 -0800
By James Nurthen on Mon Nov 27 10:37:26 2017 -0800
By Matt King on Mon Nov 27 12:56:13 2017 -0800
Per feedback from @a11ydoer in issue #227, modified aria-practices.html. Changed:
Has only one focusable element in the page tab sequence. to: Only one of the focusable elements contained by the grid is included in the page tab sequence.
By Matt King on Mon Nov 27 13:04:56 2017 -0800
Per feedback from @a11ydoer in issue #227, Modified the grid design pattern in aria-practices.html. Reworded to eliminate use of the word 'nomenclature' and to clarify meaning.
By Matt King on Mon Nov 27 13:19:03 2017 -0800
Removed link to issue #227 from examples/grid/LayoutGrids.html. The task force review process is complete.
By Matt King on Mon Nov 27 13:30:49 2017 -0800
Modified the accordion design pattern section of aria-practices.html. Per feedback from @Decrepidos, made changes proposed and reviewed in issue #501.
By Jon Gunderson on Tue Nov 28 17:06:33 2017 -0600
Per discussion in issue #520, remove the title attribute from the slider thumbs.
By Matt King on Tue Nov 28 15:14:28 2017 -0800
Modified examples/slider/multithumb-slider.html to remove link to review issue #520. The task force review process is complete.
By Tatiana Iskandar on Tue Nov 28 16:59:29 2017 -0800
Made four of five changes for issue #544:
- Change the headings inside the grid to level 5.
- Add a visual title above the grid
<h4>Search Results for "W3C WAI-ARIA"</h4>
, put an ID on the - Remove aria-label from the grid.
- Below the title, and above the grid, add a status line with text like: "Showing results 1 to 5 of 19". Update the status as the grid scrolls.
By Gerard K. Cohen on Tue Nov 28 18:38:41 2017 -0800
Fix issue #531: NUX instructions not closing as expected with IE11.
A loop was created on focus, where the instructions were displayed and then dismissing the instructions set focus to the element that displayed the instructions on focus. This happened because the once option was used for the event listener, which is not supported in IE11.
This commit adds an event listener that, when fired, removed the event listener and setup the instructions and close listeners/ handlers.
By Gerard K. Cohen on Tue Nov 28 18:52:16 2017 -0800
Fixes issue #540.
By Nick Schonning on Tue Nov 28 23:17:20 2017 -0500
By Matt King on Tue Nov 28 20:25:21 2017 -0800
By Matt King on Tue Nov 28 20:27:29 2017 -0800
Merge branch 'master' of https://github.com/w3c/aria-practices
By Matt King on Tue Nov 28 20:33:48 2017 -0800
By Matt King on Wed Nov 29 00:23:07 2017 -0800
In response to feedback from @scottaohara in issue #410, modified examples/menubar/menubar-1/menubar-1.html:
- Wrapped the menubar in a nav with aria-label equal to aria-label on menubar.
- Fixed the menubar label; changed from "Mythical University menu 1" to "Mythical University". This should have been changed when the second example was removed from the page.
ARIA 1.0 Combobox With Both List and Inline Autocomplete Example: Editorial revisions and add review issue link
By Matt King on Wed Nov 29 01:45:05 2017 -0800
For issue #99, modified examples/combobox/aria1.0pattern/combobox-autocomplete-both.html:
- Remove link to issue 99 and replace with link to review issue 553.
- Make editorial corrections to keyboard table for up and down arrow.
By Matt King on Wed Nov 29 02:16:38 2017 -0800
For issue #99, modified examples/combobox/aria1.0pattern/combobox-autocomplete-list.html:
- Remove issue 99 link and replace with link to review issue 554.
- Minor editorial revisions to keyboard section.
Modified examples/combobox/aria1.0pattern/combobox-autocomplete-both.html: Minor editorial revision to paragraph at start of keyboard section.
By Matt King on Wed Nov 29 02:48:59 2017 -0800
For issue #99, modified examples/combobox/aria1.0pattern/combobox-autocomplete-none.html:
- Replace link to issue 99 with link to new review issue 555.
- Corrections to keyboard documentation.
- Editorial revisions to keyboard documentation.
By Matt King on Wed Nov 29 21:14:43 2017 -0800
Initial cut of a collapsible dropdown listbox example that completes work for issue #470.
By Matt King on Wed Nov 29 22:19:40 2017 -0800
For issue #470, fixed missing file name change. renamed: examples/listbox/listbox-expandable.html -> examples/listbox/listbox-collapsible.html
By Tatiana Iskandar on Wed Nov 29 23:21:24 2017 -0800
For issue #544, adds previous and next buttons for paging through the search result grid in the third example.
Activating previous or next is the same as pressing page up/down keys when focus is inside the grid.
By Matt King on Thu Nov 30 00:20:58 2017 -0800
Per feedback from @geppy in issue #514, added role="none" to one node in each of two files.
By Matt King on Thu Nov 30 01:00:33 2017 -0800
Per feedback from @annabbott in issue #553, fixed spelling of "arbitrary".
By Matt King on Thu Nov 30 12:07:58 2017 -0800
Per feedback from @jnurthen and @devarshipant in issue #557, modified examples/listbox/listbox-collapsible.html.
- Added aria-labelledby on the button to pick up both the button content and the adjacent label as the label.
- Simplified the label wording.
By Matt King on Thu Nov 30 22:43:53 2017 -0800
Work on issue #182 is not sufficiently complete for release 1. However, a rough draft of content had been merged into master. Removing the rough draft file and the link to it.
The rough draft file and the linking paragraph will be added back in a new feature branch called issue182-presentation-examples. When work on the presentation examples is complete, we will merge that feature branch back to master.
Changes:
- Modified aria-practices.html to remove link to presentation examples page.
- deleted examples/presentation/PresentationRoleExamples.html
By Matt King on Fri Dec 1 00:37:44 2017 -0800
For issue #245, modified the feed pattern section of aria-practices.html. Completed draft of the pattern.
By Matt King on Fri Dec 1 01:11:33 2017 -0800
For issue #246, Write the introduction and provide a link to the page that displays the functional feed. Unlike other examples, the example itself i on its own page.
By Matt King on Wed Dec 6 22:50:55 2017 -0800
For issue #246, modified examples/feed/feed.html:
- Completed description.
- Completed keyboard documentation
- Completed roles, states, and properties documentation* Completed links to javascript and css files
- Updated HTML source section
- Added link to review issue.
Also deleted unused file examples/feed/css/feed.css.
By Jon Gunderson on Thu Dec 7 01:26:04 2017 -0600
For issue #242, complete table.css and add two more rows to the example table.
By Matt King on Wed Dec 6 23:32:40 2017 -0800
Development of the table example for issue #242 is complete. Starting review process.
By Philipp Rudloff on Thu Dec 7 23:14:51 2017 +0100
By Matt King on Thu Dec 7 21:18:27 2017 -0800
For issue #536:
- Add "feedback" class to core.css.
- To 43 example pages: A. add nav region labeled "Related Links" just before the main element. B. Add the 4 links specified in issue #536 to each nav element.
By Matt King on Thu Dec 7 22:21:21 2017 -0800
Per feedback from @annabbott in issue #560, modified the roles, states, and properties subsection of the feed pattern in aria-practices.html to correct a typo in the aria-describedby bullet, changed "Each" to "each".
By Matt King on Thu Dec 7 22:34:54 2017 -0800
For issue #565, modified: examples/feed/feed.html to reword the note that preceeds the intro. The new note wording describes the current implementation as proposed. Task Force review is post poned to next release.
By Matt King on Thu Dec 7 23:17:38 2017 -0800
- To resolve issue #358, deleted bin/generate, which does not provide much utility given the way we currently operate.
- Because it is not being used and there is no maintainer, deleted examples/index.html.
By Matt King on Fri Dec 8 12:16:35 2017 -0800
modified:
- examples/combobox/aria1.0pattern/combobox-autocomplete-both.html
- examples/combobox/aria1.0pattern/combobox-autocomplete-list.html
Fix duplicate ID in the list of states. ID of 'lb1-mn' was on both Minnesota and Montana. Changed Montana to 'lb1-mt'.
By Matt King on Fri Dec 8 15:12:25 2017 -0800
Modified examples/menu-button/css/menuButtonAction.css to remove reference to separator.png file that did not exist. The reference to separator.png was in a set of properties for separators that is not used by the examples. Deleted all the separator styling since the examples do not include separators.
- Home
- About the APG TF Work
- Contributing
- Meetings
- Management and Operations Documentation
- Publication Change Logs