Weekly github digest (Weekly ARIA WG Github activity)

Issues
------
* w3c/aria (+7/-1/💬14)
  7 issues created:
  - ARIA spec is not clear on use of the role attribute and global ARIA attributes on non-HTML elements (by Wildebrew)
    https://github.com/w3c/aria/issues/2254 [editorial] 
  - The Prettier (pull_request) check is failing due to an incorrect closing <p> tag. (by giacomo-petri)
    https://github.com/w3c/aria/issues/2243 [editorial] 
  - Netlify to replace pr-review (by spectranaut)
    https://github.com/w3c/aria/issues/2242 [editorial] 
  - Process for accessibility review of CSS features (by spectranaut)
    https://github.com/w3c/aria/issues/2241 [editorial] 
  - Update documentation and README with monorepo process information (by spectranaut)
    https://github.com/w3c/aria/issues/2240 [editorial] 
  - Update links in the "More details about this document" for all specs moved in monorepo move (by spectranaut)
    https://github.com/w3c/aria/issues/2239 [editorial] 
  - Fix commit log for specs with monorepo (by spectranaut)
    https://github.com/w3c/aria/issues/2238 [editorial] 

  9 issues received 14 new comments:
  - #2254 ARIA spec is not clear on use of the role attribute and global ARIA attributes on non-HTML elements (2 by pkra, scottaohara)
    https://github.com/w3c/aria/issues/2254 [editorial] 
  - #2243 The Prettier (pull_request) check is failing due to an incorrect closing <p> tag. (1 by pkra)
    https://github.com/w3c/aria/issues/2243 [editorial] 
  - #2241 Process for accessibility review of CSS features (1 by spectranaut)
    https://github.com/w3c/aria/issues/2241 [editorial] 
  - #2236 Consider adding headings to feed's allowed accessibility children (2 by MarioBatusic, spectranaut)
    https://github.com/w3c/aria/issues/2236 [Agenda] [Role Content Model] 
  - #2228 [monorepo] re-direct "moved" PRs after merge (2 by pkra, spectranaut)
    https://github.com/w3c/aria/issues/2228 [editorial] [Agenda-Editors] 
  - #2160 ARIA should clarify distinction between “contents exposed as descendant text nodes” vs “name from contents” (Was: `listitem` should include `name from Contents` or `name prohibited`) (2 by cookiecrook, spectranaut)
    https://github.com/w3c/aria/issues/2160 [Agenda] 
  - #2048 Consider deprecating aria-errormessage due to existence of aria-describedby (2 by Wildebrew, aleventhal)
    https://github.com/w3c/aria/issues/2048 
  - #1979 Revise definition of aria-multiselectable to be consistent with normative statements related to aria-checked (1 by michaelmesser)
    https://github.com/w3c/aria/issues/1979 [editorial] 
  - #322 Provide notification that new page is loaded (1 by MelSumner)
    https://github.com/w3c/aria/issues/322 [feature] 

  1 issues closed:
  - The Prettier (pull_request) check is failing due to an incorrect closing <p> tag. https://github.com/w3c/aria/issues/2243 [editorial] 



Pull requests
-------------
* w3c/aria (+10/-12/💬15)
  10 pull requests submitted:
  - Update actions with workflow_dispatch and re-scope ARIA ED (by daniel-montalvo)
    https://github.com/w3c/aria/pull/2253 
  - [ED] Fix markup (by daniel-montalvo)
    https://github.com/w3c/aria/pull/2252 
  - Mathml-aam-ED (by daniel-montalvo)
    https://github.com/w3c/aria/pull/2251 
  - Editorial: Add new MathML editor Neil Soiffer (by spectranaut)
    https://github.com/w3c/aria/pull/2250 
  - Update repo owner (by daniel-montalvo)
    https://github.com/w3c/aria/pull/2249 
  - Editorial: updates to README and process document after monorepo (by spectranaut)
    https://github.com/w3c/aria/pull/2248 
  - Update-affiliation (by daniel-montalvo)
    https://github.com/w3c/aria/pull/2247 
  - Try different approach for ED actions and lightweight checks on PRs (by daniel-montalvo)
    https://github.com/w3c/aria/pull/2246 
  - Add heading and separator roles to feed's allowed accessibility children (by smhigley)
    https://github.com/w3c/aria/pull/2245 
  - Editorial - Fixed wrong closing `</p>` tag on line 6265 that is causing the "Prettier / prettier (pull_request)" check to fail. (by giacomo-petri)
    https://github.com/w3c/aria/pull/2244 [editorial] 

  11 pull requests received 15 new comments:
  - #2237 Presentational Roles Conflict Resolution - global WAI-ARIA states or properties on inherited presentational roles (2 by giacomo-petri, pkra)
    https://github.com/w3c/aria/pull/2237 [spec:aria] 
  - #2224 [html-aam PR 359] Change figure & figcaption accName computation (1 by pkra)
    https://github.com/w3c/aria/pull/2224 
  - #2223 [Monorepo] [html-aam PR 395] add validity IDL (1 by pkra)
    https://github.com/w3c/aria/pull/2223 
  - #2222 [html-aam PR 401] handling fallback content for the meter element (1 by pkra)
    https://github.com/w3c/aria/pull/2222 
  - #2221 [html-aam PR 451] clarify img mappings (1 by pkra)
    https://github.com/w3c/aria/pull/2221 
  - #2211 add arianotify draft (2 by keithamus, pkra)
    https://github.com/w3c/aria/pull/2211 
  - #2210 [accname PR 183] Step 2C includes controls with value that are directly referenced by labelledby or describedby (1 by pkra)
    https://github.com/w3c/aria/pull/2210 
  - #2209 [accname PR 229] Add `nameFrom: heading` to AccName text alt algorithm  (1 by pkra)
    https://github.com/w3c/aria/pull/2209 
  - #2202 [core-aam PR 207]  mappings for sectionheader/footer (1 by spectranaut)
    https://github.com/w3c/aria/pull/2202 [spec:core-aam] 
  - #2198 Editorial: update PR checklist for monorepo (1 by pkra)
    https://github.com/w3c/aria/pull/2198 [editorial] 
  - #2088 Editorial: Updates to process (draft) (3 by pkra, spectranaut)
    https://github.com/w3c/aria/pull/2088 [editorial] [spec:aria] 

  12 pull requests merged:
  - Update actions with workflow_dispatch and re-scope ARIA ED
    https://github.com/w3c/aria/pull/2253 
  - [ED] Fix markup
    https://github.com/w3c/aria/pull/2252 
  - Mathml-aam-ED
    https://github.com/w3c/aria/pull/2251 
  - Editorial: Add new MathML editor Neil Soiffer
    https://github.com/w3c/aria/pull/2250 [spec:mathml-aam] 
  - Update repo owner
    https://github.com/w3c/aria/pull/2249 
  - Update-affiliation
    https://github.com/w3c/aria/pull/2247 
  - Try different approach for ED actions and lightweight checks on PRs
    https://github.com/w3c/aria/pull/2246 
  - Editorial: Small fixes for the validator tests README
    https://github.com/w3c/aria/pull/2169 [editorial] [spec:aria] 
  - Editorial - Fixed wrong closing `</p>` tag on line 6265 that is causing the "Prettier / prettier (pull_request)" check to fail.
    https://github.com/w3c/aria/pull/2244 [editorial] [spec:aria] 
  - Editorial: update PR checklist for monorepo
    https://github.com/w3c/aria/pull/2198 [editorial] 
  - monorepo: final step
    https://github.com/w3c/aria/pull/2197 
  - [Monorepo] Editors-draft-actions
    https://github.com/w3c/aria/pull/2227 

* w3c/core-aam (+0/-0/💬3)
  2 pull requests received 3 new comments:
  - #232 add arianotify draft (2 by pkra)
    https://github.com/w3c/core-aam/pull/232 
  - #207 mappings for sectionheader/footer (1 by spectranaut)
    https://github.com/w3c/core-aam/pull/207 [waiting-for-implementations] 

* w3c/mathml-aam (+0/-0/💬1)
  1 pull requests received 1 new comments:
  - #34 Add neil as a co-editor (1 by spectranaut)
    https://github.com/w3c/mathml-aam/pull/34 


Repositories tracked by this digest:
-----------------------------------
* https://github.com/w3c/aria
* https://github.com/w3c/core-aam
* https://github.com/w3c/html-aam
* https://github.com/w3c/accname
* https://github.com/w3c/dpub-aam
* https://github.com/w3c/dpub-aria
* https://github.com/w3c/mathml-aam


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 18 June 2024 17:00:47 UTC