Sarah Fossheim

Results 4 comments of Sarah Fossheim

Thanks for sharing! Added here: https://github.com/sarahfossheim/ethicaldesign.guide/commit/fc53a6cc277d7123e12be1df99eb2bfe3a26f431 🥳🥳 What part was unclear? 😊 Am always open to improve the documentation and make it easier to submit. So if there's something specific...

@tunetheweb initial accessibility thoughts (only looking at the [implementation in your example](https://technology-report-dot-httparchive.uk.r.appspot.com/reports/state-of-the-web) and the [accessibility documentation](https://www.chartjs.org/docs/latest/general/accessibility.html) on their website): 1. Since it uses canvas instead of SVG the data inside...

Good catch! When updating the styling of the MoM we add class names (good/bad for the color, positive/negative for the direction), but never delete the previous one: ``` changeSlot.classList.add(styling.color, styling.direction)...

Draft PR: https://github.com/HTTPArchive/httparchive.org/pull/1042