-
Notifications
You must be signed in to change notification settings - Fork 344
June 4, 2019 Meeting
Matt King edited this page Jun 7, 2019
·
5 revisions
Setup and review agenda -- 5 minutes.
Discuss Jon's changes to toolbar
Start at 11:15 -- 15 minutes
- Preview of aria-labelledby section in labeling and describing branch
- We will discuss guidance and warnings for aria-label and aria-labelledby.
- They currently do not reflect limitations on references to explicitly vs implicitly hidden content; perhaps an ARIA spec discussion?
- Currently they do not accurately reflect caviots provided by Bryan.
- The aria-labelledby referrals can only be followed once, and not on any subsequent elements if encountered there such as by chaining aria-labelledby attributes together on different elements. Only the first will be followed and no others.
- You cannot nest aria-labelledby references, where you have aria-labelledby on the root node as well as on a child node of the root node. In this last case, only the root node will be traversed and none of the child nodes will be parsed.
- Any node that is parsed in the tree as a child or owned element via aria-owns, or as part of an aria-labelledby or aria-describedby traversal, can only be processed once and will be ignored by any other references to itself later by any other attribute or process during this computation. This prevents infinite loops from occurring. So, only the first instance of this node will be processed when encountered in the order of the naming computation, and not by any others after that.
Start at 11:30 -- 10 minutes.
- Preview link for naming effectively section
- Discuss main points and solicit PR comments.
Start at 11:40 -- 5 minutes
- Preview link of naming guidance by role section in labeling and describing branch
- Review rows up through contentinfo
Start at 11:45 - 10 minutes
- Issue 989: Navigation Menu Button: menuitem role automatically hides semantics?
- Is it because of child menu elements?
- Didn't we changed APG examples to have submenus as siblings because it isn't clear spec supports submenus as children?
(If there is any time remaining)
- Triage open issues missing labels
- Triaged issues have:
- One of the labels that indicates type of issue: bug, enhancement, editorial, documentation, maintenance
- One of the labels that indicates part of APG: code example, pattern, guidance
- A milestone indicating target resolution date
- If related to a pattern or code example, it is assigned to a project.
- Unlabeled issues needing triage
Start at 11:55 -- 5 minutes.
- Discuss topics for next meeting on June 11
- Meet June 18? Matt unable to attend due to M-Enabling Conference.
- Other business for future agendas?
- Home
- About the APG TF Work
- Contributing
- Meetings
- Management and Operations Documentation
- Publication Change Logs