James Mejia

Results 131 comments of James Mejia

Hi @werdnanoslen, >As a pattern, should icons be given those aria attributes at all, given the guidance above? If you're image isn't decorative you should include `role="img"` and label it....

@amyleadem pulled latest from `develop` because `npm start` wasn't running with node v20 (expected 16). **Error displayed** ```bash ModuleBuildError: Module build failed (from ./node_modules/babel-loader/lib/index.js): Error: error:0308010C:digital envelope routines::unsupported ```

Moving to draft to reconcile with latest changes.

@nick-mon1 I've tried to update the description and fix conflicts as best I can. Can you please take a look at the remaining items in the Migration checklist / ensure...

Closed, this work completed in tasks outlined above.

Thanks for submitting this. We'll pull it into our current sprint to investigate this issue.

Opened branch [release-3.8.0](https://github.com/uswds/uswds-site/tree/release-3.8.0) to PR against.

Resolved CircleCI issue with missing package-lock.json in e5ef061. Only outstanding issue is axe report on pagination component [[build report]](https://app.circleci.com/pipelines/github/uswds/uswds/4792/workflows/a0dd0345-f71a-4ee3-8d44-bb16dfb450fa/jobs/9225). This issue has already been documented in #5036.

Closing to re-work in https://github.com/uswds/uswds/issues/5189. We're going to try to limit the scope of security issues with dev dependencies by removing them unless absolutely necessary.

Thanks for sharing that guidance. It seems there are two possible techniques: 1. The `hidden="until-found"` attribute in HTML. [MDN →](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/hidden) 2. Using CSS `content-visibility` property. [MDN →](https://developer.mozilla.org/en-US/docs/Web/CSS/content-visibility) The 2nd technique...