Mozilla

Make it accessible

Tips and tricks for create a good accessible frontend
UA2.114 (Baudoux)
Gabriele Falasca
This talk focuses on Web Accessibility, namely the practice of ensuring that people with disabilities—be it physical, situational or socio-economic—have access to and can interact with websites and applications.
This talk focuses on Web Accessibility, namely the practice of ensuring that people with disabilities—be it physical, situational or socio-economic—have access to and can interact with websites and applications. We will begin the talk sharing the concept of an interface, intended as a layer between two parties that do not speak the same language. We’ll continue talking about accessibility devices and myths that surround them. Then we will dive into how to refactor codebases for screen reader optimization, following accessibility guidelines that improve the user experience for all people. We will conclude by sharing some useful tools that help developers build accessible webpages. In the end we'll see some useful tools for helping developers to make accessible webpages

Additional information

Type devroom

More sessions

2/2/20
Mozilla
Emma Humphries
UA2.114 (Baudoux)
How the Firefox team changed how we thought about shipping features and replaced a process biased towards those who had the loudest voices and the luxury of time with a process that is more inclusive and allows us to reduce risk to Firefox users when we ship.
2/2/20
Mozilla
Ryan Lee Sipes
UA2.114 (Baudoux)
We take a look at Thunderbird's roadmap for the future with Ryan Sipes, Thunderbird's Community and Business Development Manager, and break down what the project has planned for 2020 and beyond. Despite some of the Internet saying that Thunderbird was on its deathbed a few years ago, the team has been able to put together a lot of resources and developers to create a better Email client for the world. And we have bigger plans for the coming years.
2/2/20
Mozilla
Ioana Chiorean
UA2.114 (Baudoux)
The web is pretty much present in everyone's life nowdays. But is it really for all? How are we making it a smooth usage for those with disabilities, for those with reduce time and internet connection? Or even more further, for those that just use the web for the first time? Let's learn a bit how the devtools from Firefox can help us improve everyone's experience without much of a sacrifice on our end.
2/2/20
Mozilla
Kadir Topal
UA2.114 (Baudoux)
The MDN Web Developer Needs Assessment is the first edition of an annual study providing a prioritized list of designer and developer needs.
2/2/20
Mozilla
Nazım Can Altınova
UA2.114 (Baudoux)
Using a profiling tool help developers to get detailed information about the execution of their application and allow them to understand the behavior of it. The Firefox Profiler is a profiler that is built into Firefox. It has tighter integration with Firefox than external profilers. It can provide more information and insight into what the browser is doing. It can also show the memory usage and Firefox internal code execution. During the talk, I will be explaining, how to capture a good profile ...
2/2/20
Mozilla
Giannis Giannelos
UA2.114 (Baudoux)
In 2019, Mozilla's Open Innovation and WebCompat team joined forces to improve the process of gathering web compatibility issues. One of the experiments was to introduce machine learning capabilities in the triaging process and automate some steps. This talk is about the early steps and how we got some hands on experience with machine learning, what we've achieved so far and potential next steps.
2/2/20
Mozilla
Jakub Konka
UA2.114 (Baudoux)
WebAssembly System Interface (WASI) is the new brilliant community effort at standardising the use of WebAssembly (Wasm) outside the browser environment. Initiated by Mozilla, now under the umbrella of Bytecode Alliance, WASI has the potential to revolutionise the way we think about the "build once, run anywhere" in a truly secure manner. But could WASI also lend itself to a task of running any code within a network of distributed, untrusted nodes such as BOINC or Golem Network, and ensuring ...