Skip to content

Instantly share code, notes, and snippets.

@NickColley
NickColley / SPIKE: Explore more flexible use of macros: What if we only used nested components.md
Last active August 2, 2019 12:00
SPIKE: Explore more flexible use of macros: What if we only used nested components
@NickColley
NickColley / testing-native-html5-details.csv
Created August 6, 2019 16:22
Testing native HTML5 details element
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 2.
,JAWS 2018 + IE11,JAWS 2018 + Firefox 60,JAWS 2018 + Chrome 75,NVDA 2019 + IE11,NVDA 2019 + Firefox 60,NVDA 2019 + Chrome 75,VoiceOver + Safari 10.13.6,iOS 12.3.1 VoiceOver,Dragon 13 + Firefox 60,Dragon 13 + Chrome 75
Current,"""Help with nationality, button, collapsed""
[press space]
""Help with nationality, button, use JAWS KEY + alt + m to move to controlled element, expanded""
","""Help with nationality, button, collapsed""
[press space]
""Help with nationality, button, use JAWS KEY + alt + m to move to controlled element, expanded""
","""Help with nationality, button, collapsed""
[press space]
""expanded""
@NickColley
NickColley / hello-world.js
Created May 14, 2020 10:24
hello-world.js
console.log("Hello, World.");
@NickColley
NickColley / hello-world.js
Last active May 14, 2020 10:27
hello-world.js
export default console.log("Hello, World.");
@NickColley
NickColley / VPAT-template.md
Created August 6, 2020 10:58
VPAT Template

[Company] Accessibility Conformance Report WCAG Edition (Based on VPAT® Version 2.4)

Name of Product/Version:

Report Date:

Product Description:

Contact Information:

Notes:

Evaluation Methods Used:

Applicable Standards / Guidelines

@NickColley
NickColley / vpat-template.html
Created August 11, 2020 09:44
VPAT Template HTML
<!DOCTYPE html>
<html lang="en">
<head>
<title>VPAT Template</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h1>[Company] Accessibility Conformance Report WCAG Edition (Based on VPAT® Version 2.4)</h1>
@NickColley
NickColley / index.html
Last active August 11, 2020 10:50
Voluntary Product Accessibility Template (VPAT) - HTML
<!DOCTYPE html>
<html lang="en">
<head>
<title>VPAT Template</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
html {
max-width: 960px;
@NickColley
NickColley / aoc-on-billionaires.txt
Created November 25, 2020 20:22
AOC on Billionaires
Question from Instagram user: I respectfully disagree with you about billionaires. Because, I think you could be a billionaire.
AOC answering: The question of billionaires is less about being a "good" or "bad" individual and more about the immorality of a system and economy that not only allows abuse of everyday people, but financially rewards the powerful who profit off not paying workers a living wage, keeping medicine expensive, profiting off incarceration and war, building unethical and unsustainable food systems, or otherwise hoarding unthinkable levels of wealth for the very few by denying basic dignities of life for the many (aka a living wage, healthcare, peace, worker protections, not burning our planet to death for fossil fuel interests, etc)
If I had a billion dollars (which people need to understand is just not even on the same PLANET as having millions of dollars) while people are dying because they can't afford insulin it's important people understand that those two things are connected. It me
@NickColley
NickColley / lighthouse-charticle-flourish-off.json
Created April 19, 2021 12:38
Lighthouse Report Charticle Flourish OFF
This file has been truncated, but you can view the full file.
{
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36",
"environment": {
"networkUserAgent": "Mozilla/5.0 (Linux; Android 7.0; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4143.7 Mobile Safari/537.36 Chrome-Lighthouse",
"hostUserAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36",
"benchmarkIndex": 1924,
"credits": {
"axe-core": "4.1.1"
}
},
@NickColley
NickColley / lighthouse-charticle-flourish-on.json
Created April 19, 2021 12:39
Lighthouse Charticle Flourish ON
This file has been truncated, but you can view the full file.
{
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36",
"environment": {
"networkUserAgent": "Mozilla/5.0 (Linux; Android 7.0; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4143.7 Mobile Safari/537.36 Chrome-Lighthouse",
"hostUserAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36",
"benchmarkIndex": 1603.5,
"credits": {
"axe-core": "4.1.1"
}
},