Accessibility specialist, disabled person, and disability rights advocate.
- Los Angeles, CA
- http://www.ejmason.com
- @codeability
Pinned Loading
-
soFetch.js
soFetch.js 1/**
2* A small lib for fetching with query parameters.
3* CREDIT: discussion in this issue thread: https://github.com/github/fetch/issues/256
4* @param {String} url
5* @param {Object} [opts={}] The init options for the fetch request
-
cryptoUUID.js
cryptoUUID.js 1// Using the web crypto API is a quick way to get a pseudo-random number.
2// It's is experimental in IE11 and namespaced behind a prefix.
3var crypto = window.crypto || window.msCrypto;
45// Generates a uuidv4-compliant string
-
getFocusableChildren.js
getFocusableChildren.js 1const FOCUSABLE_ELEMENTS = `
2[contenteditable]:not([tabindex^="-"]):not([inert]):not([aria-hidden="true"]),
3[tabindex]:not([tabindex^="-"]):not([inert]):not([aria-hidden="true"])
4a[href]:not([tabindex^="-"]):not([inert]):not([aria-hidden="true"]),
5area[href]:not([tabindex^="-"]):not([inert]):not([aria-hidden="true"]),
2,048 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
mxmason/react-playwright-components,
mxmason/personal-site,
the-collab-lab/tcl-74-smart-shopping-list
and 16 other
repositories
Loading
Contribution activity
April 2025
Created 15 commits in 1 repository
83
contributions
in private repositories
Apr 1 – Apr 4