Alors @GroupeSNCF comme ça vous choisissez le long weekend du 11 novembre pour faire des travaux sur la ligne Marseille Paris ? Entre 8h Ă 10h de trajet? Et du coup @AirFranceFR a saisi lâoccasion pour se gaver en proposant des billets Ă 400⏠lâaller! #bravo
CSS Scroll-driven knockout text using SVG filter đ„
section { filter: url(#âknockout); }
section h1 { animation: shrink; }
@âkeyframes shrink { 0% { scale: 36; }}
Animate text scale on a video overlay â
Knock out text using SVG filter â
Drive with scroll â
Using the Popover API for HTML Tooltips
We can *mostly* use HTML alone for this API. But here, we'll use CSS to style the "links" within paragraphs and a JS library to position them, in lieu of CSS anchoring.
https://t.co/PYzpimuuHz
Some context for the image:
That's the order of the priority that *the browser* follows when it computes the accessible name (accName) of the <img> element. This is NOT the order of priority that you should follow.
You should use `alt` to give an <img> an accName. #a11y