You are here

Paris Web, back to basics

Back in person for this edition after 2 years of COVID pandemic and online editions. It was great to be back with the “Paris Web family”! This year’s theme was “back to basics”.

Accessibility, diversity, eco-design and technology were on the menu.
Some of the conferences were a real eye-opener, others will help me to improve my daily work and give me arguments to push even more the accessibility in the company I work in. Here is my feedback of some of them.

Thursday’s conferences

Enrich your projects by integrating personae in constrained situations

Nathalie Pican and Stéphane Deschamps presented Persona11y, 12 personae with different disabilities. Each of them have a very detailed sheet to understand their needs and their use of technology. An interesting mnemonic technique was used: the first letter of the persona’s first name matches his or her disability (e.g. Angélique who is blind (doesn’t work in english…)).

One person out of six is disabled, this tool help us to integrate at least one persona with a disability among those used during the design of a project.

A dedicated and multilingual website will soon be online where it will be possible to consult each persona’s details.

See the video of Enrich your projects by integrating personae in constrained situations on Youtube (in French)

Animating the impossible

After a short video with a magic trick demonstrating how our eye only focuses on the central axis, Cassie Evans presented different advanced and responsive animations using GreenSock.

I remember the FLIP method for First, Last, Invert, Play.
First means that we enter the position and size of the element to be animated in its initial state.
Last, we calculate the position and the final size of the element by moving it in the DOM.
Invert, with the help of transitions, we pass the element from its final state to its initial state
Finally, Play, means that we play the animation to the user. The calculations are done in an invisible way for him but he sees the result.

See the video Animating the impossible on Youtube

Illectronism and digitization of public services

Raphaël Yharrassarry presented us illectronism, or digital inability in Quebecers.
Not to be confused with administrative phobia (which is reserved for ministers and elected officials), this is a real problem.
Indeed, 18% of the French population has difficulties to master digital tools and 35% have at least one difficulty that prevents them from fully using digital and internet. 8% don’t have an email address at all, 15% don’t have internet at home, 22% don’t have a tablet or a computer at home.

In a country where administrative procedures are increasingly dematerialized, the exclusion of a part of the population is growing.

So what are the solutions to limit the damage?

See the video Illectronism and digitization of public services on Youtube (in French)

You’re working in the web and you don’t know what Layout Shifts are? Oh, wait…

Unexpected conference by Raphaël Goetter who replaced another speaker with short notice!
We learned simple techniques to avoid layout shifts, which are the untimely reorganization of a page (resizing, repositioning, …).

For example, indicating the dimensions of images avoids these layout shifts because the browser can calculate their ratio.

This applies to flexbox and grid: avoid grid-auto-columns and prefer grid-templates-columns where you indicate the exact number of elements, use auto-fill instead of auto-fit which removes unused columns.

For fonts, we can use the Fallback font generator tool which allows us to set the characters of the fallback font according to the font that will be loaded later and thus, avoid a layout shift. Also, we can preload our different fonts in the <head> by adding the preload attribute like this:

<link rel="preload" as="font" href="mafont.woff2" type="font/woff2"/>

See the video You’re working in the web and you don’t know what Layout Shifts are? Oh, wait… on Youtube (in French)

Friday’s conferences

Discover "the good HTML" and save some JS and CSS

Another great conference by Gaël Poupard. How to build some advanced components or input helpers without JS? For example, a <dialog> tag with a simple JS event for opening it has accessibility built-in. The modal window closes with the escape key and the focus automatically moves to the first focusable element. No need for JS for that, « it just works » (it’s better in french).

Do you want to propose a suggestions list? The <datalist> tag is for you!

To help fill input fields (and to respect the accessibility criterion 1.3.5: Identify input purpose) use the autocomplete attribute with the desired value. The complete list can be found on this page.

Do you want to improve the performance of your site? The attributes preload, prefetch, loading="lazy" for images exist and are well supported.

See the video Discover “The good HTML” and save some JS and CSS on Youtube (in French)

From social to tech: a plea for atypical profiles

Magali Milbergue presented us her personal experience as a person coming from another field than tech to integrate it.

She also talked a lot about Pierre.

Pierre is a white, heterosexual, thin, cisgender individual and his profile is the majority in tech. Pierre is full of bias (like everyone else). The problem is that Peter will design services with these biases inside. So when Pierre is going to design a facial recognition software, he isn’t going to think that some people may have a tattoo on their face, and so, this recognition is going to ask the person to remove what is obstructing his face…

When Pierre is building the artificial intelligence of autonomous cars, these same cars will think that black people are non-living obstacles and will therefore choose to run over them rather than a white person.

When Peter is going to make a chair, he isn’t going to think that a person with overweight might not be able to sit in it.

It’s to avoid these kind of biases that it’s important to include atypical profiles, minorities. Beyond opening your mind, this will help produce services and tools that can be used by the greatest number.

See the video of the conference From social to tech: plea for atypical profiles on Youtube (in French)

Defensive CSS

Like Raphaël Goetter’s conference, Ahmad Shadeed presented us several techniques to have a content always readable and presentable in all circumstances. For example, the overflow-wrap: break-word; property with min-width: 0; to automatically adjust a too long content.

Another example, using the scrollbar-gutter: stable; property allows to reserve the space for the browser’s scrollbar, so when the scrollbar appears, there won’t be a layout shift in the page.

One technique I particularly liked is the overscroll-behaviour to apply on a modal. By using overscroll-behaviour-y: contain; the scroll is contained in the modal and does not scroll the rest of the body.

See the video Defensive CSS on Youtube

Digital and ethics: the impossible equation?

Definitely the slap in the face of this edition.
Audrey Neveu and Agnès Crepet showed us the environmental and societal impact of our digital consumption. We know it between the huge Chinese factories, child labor, pollution generated. But with figures and concrete examples, the feeling is not the same.

Some figures:

Concerning ethics, we talked about dark patterns and attention design.
When we refresh our Twitter or Facebook feed, the same mechanism as when we play a slot machine is triggered in our brain and this creates an addiction.

Regarding the collection of personal data, even people who don’t use Facebook have a “shadow profile” thanks to their Facebook contacts. This makes possible to sell profiles, to know the probability that you will buy a particular product or vote for a particular political party.

About internet of things, they are becoming mainstream, trivializing things that would have seemed liberticidal in the past.

Example of pizza delivery drones: the idea at first sight is not really shocking… A drift that was made, in France, in 2020 is that protesting health care workers were followed to their homes by police drones to be placed in custody a few days later!

Another drone, in Libya this time, shot down a target; today, nobody knows if it was the operator of the drone who fired or the drone itself…

So what are the solutions to limit all this?

Many other examples and solutions were given, I strongly invite you to see this conference.

See the video Digital and ethics: the impossible equation? on Youtube (in French)

The Big Miss: the trans community in our digital products

How can we design non-discriminatory products and services for trans people?

First of all, avoid clichés such as “pink for girls, blue for boys”: an application for menstrual monitoring can be used by a trans person and they won’t necessarily feel at ease because of these gendered colors.

Also avoid the female/male binarity when asking for the gender of the person. First, ask yourself if this information is useful? And if so, add a neutral gender so that everyone is included.

This is also important in job ads, they always specify female/male.

Here again, many other examples were given, this conference is very interesting to open your mind!

See the video The Great Absence: the trans community in our digital products on Youtube (in French)

In a nutshell

The theme was “back to basics” and we felt it. The human being at the center of our concerns, giving value to our jobs by thinking of including minorities, by measuring and limiting our impact on the environment and society. This edition was rich with very diverse themes. A balance was struck between pure technique and social issues and I particularly appreciated that.

Thank you to the speakers for these fascinating and enriching topics as well as to all the people I met, it was great to see you again, see you next year!

While waiting for the videos to be cut, you can find all the conferences on this Twitter feed.

Paris Web staff greeting the audience from the stage
A big thank you to the Staff who did a great job, as always!
The FSL team
Thank you to the FSL interpreters who are so talented that even the government can no longer do without them!

Comment

No comment

Post a comment

All fields are required.