i made a class example
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html itemscope="" itemtype="https://schema.org/Article" lang="en"> | |
<!-- # accessible notebook reference template --> | |
<head> | |
<!-- ## document properties --> | |
<meta charset="utf-8"/> | |
<title></title> | |
<meta content="width=device-width, initial-scale=1.0" name="viewport"/> | |
<meta content="" itemprop="description" name="description"/> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Subjective Priority | Guideline | References |
---|---|---|
A | assume and design for low numeracy | this effects A LOT of people so it is high priority https://accessiblenumbers.com/ |
A | anchors go somewhere and buttons do something | https://css-tricks.com/a-complete-guide-to-links-and-buttons/ |
A | one h1, headings are naturally order for assistive technology users | https://www.tpgi.com/heading-off-confusion-when-do-headings-fail-wcag/ |
A | there is a visual table of contents | |
AA | all nonvisual information is captured in plain text | |
AA | all visual information is captured in plain text |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://hf.co/chat/r/8qoS6Gb | |
// Set up the Web Audio API context and create an oscillator node | |
audioCtx = new (window.AudioContext || window.webkitAudioContext)(); | |
oscillator = audioCtx.createOscillator(); | |
yourArray = [1,2,3,3,2,1] | |
// Calculate the range of pitches to use | |
minVal = Math.min(...yourArray); | |
maxVal = Math.max(...yourArray); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class ACT(Exception): ... | |
class EN_301_549(Exception): ... | |
class EN_9_1_1_1(Exception): ... | |
class EN_9_1_2_2(Exception): ... | |
class EN_9_1_3_1(Exception): ... | |
class EN_9_1_4_1(Exception): ... | |
class EN_9_1_4_2(Exception): ... | |
class EN_9_1_4_3(Exception): ... | |
class EN_9_1_4_4(Exception): ... | |
class EN_9_2_1_1(Exception): ... |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"name":"lorenz-executed","role":"document","actions":[],"value":"","nodeCssSelector":"","nodeType":9,"description":"","keyboardShortcut":"","childCount":3,"indexInParent":0,"states":["readonly","focusable","opaque","enabled","sensitive"],"children":[{"name":null,"role":"landmark","actions":[],"value":"","nodeCssSelector":".site","nodeType":1,"description":"","keyboardShortcut":"","childCount":2,"indexInParent":0,"states":["selectable text","opaque","enabled","sensitive"],"children":[{"name":" ","role":"text leaf","actions":[],"value":"","nodeCssSelector":".site#text","nodeType":3,"description":"","keyboardShortcut":"","childCount":0,"indexInParent":0,"states":["opaque","enabled","sensitive"],"children":[],"attributes":{"explicit-name":"true"}},{"name":"Skip to content","role":"link","actions":["Jump"],"value":"https://iota-school.github.io/notebooks-for-all/branch/extent/exports/html/lorenz-executed-smol.html#/","nodeCssSelector":".visually-hidden","nodeType":1,"description":"","keyboardShortcut":"","childCo |