Search

Nalezeno "focus": 27

Accessible Forms with Pseudo Classes


Hey all you wonderful developers out there! In this post, I am going to take you through creating a simple contact form using semantic HTML and an awesome CSS pseudo class known as :focus-within. The :focus-within class allows for … Accessible Forms with Pseudo Classes originally published...

Everything Shown At Summer Game Fest’s Big Kickoff Event


Summer Game Fest. Hot Geoff Summer. The Geoffening. Keigh3. Call it what you will, but despite a notable absence of E3 this year, the de facto high video game marketing season is nonetheless underway. Over the course of a streamed event that ran for two hours but felt like 2o, host Geoff Keighley...

Andreessen Horowitz Launches A16z Crypto Research Lab


A16z, also known as Andreessen Horowitz, the venture capital (VC) company that has invested millions in crypto-related projects, has announced the launch of its own crypto research lab. This new initiative seeks to marry academic research with producing ideas and putting them into practice...

Standardizing Focus Styles With CSS Custom Properties


Take two minutes right now and visit your current project in a browser. Then, using only the Tab key, you should be able to navigate between interactive elements including buttons, links, and form elements. If you are sighted, you should…

How to Implement and Style the Dialog Element


Go in-depth on the native dialog HTML element with this tutorial and learn how to implement a user-friendly, accessible dialog on your website. The post How to Implement and Style the Dialog Element appeared first on Codrops

A Deep Dive on Skipping to Content


While most people browsing the web on a computer use a mouse, many rely on their keyboard instead. Theoretically, using a web page with the keyboard should not be a problem — press the TAB key to move the keyboard … The post A Deep Dive on Skipping to Content appeared first on CSS-Tricks....

:focus-visible in WebKit


This is a nice update from Manuel Rego Casasnovas. Igalia has this idea to sort of crowd-source important web platform features that need to get worked on (that’s the sort of work they do). They call it Open Prioritization. … The post :focus-visible in WebKit appeared first...

How We Improved the Accessibility of Our Single Page App Menu


I recently started working on a Progressive Web App (PWA) for a client with my team. We’re using React with client-side routing via React Router, and one of the first elements that we made was the main menu. Menus … The post How We Improved the Accessibility of Our Single Page App Menu...

Beautiful accessibility with Floating Focus


Imagine if your :focus styles animated from element to element as you tab through a site. Like the focus ring up and flew across the page to the next element. The spirit of it is similar to smooth scrolling: it’s … The post Beautiful accessibility with Floating Focus appeared first...

:focus-visible Support Comes to Firefox


Look at that! The :focus-visible pseudo-selector is now supported in Firefox, as of version 85 which shipped yesterday. I had to rush over to the MDN Docs just to confirm, and yep, the :focus-visible page has been updated to … The post :focus-visible Support Comes to Firefox appeared first...

Fixing Smooth Scrolling with Find-on-Page


Back when we released the v17 design (we’re on v18 now) of this site. I added html { scroll-behavior: smooth; } to the CSS. Right away, I got comments like this (just one example): … when you control+f or … The post Fixing Smooth Scrolling with Find-on-Page appeared first...

Focus management and inert


Many forms of assistive technology use keyboard navigation to understand and take action on screen content. One way of navigating is via the Tab key. You may already be familiar with this way of navigating if you use it to quickly jump from input to input on a form without having to reach for your...

The :focus-visible Trick


Always worth repeating: all interactive elements should have a focus style. That way, a keyboard user can tell when they have moved focus to that element. But if you use :focus alone for this, it has a side effect that a lot of people don’t like. It means that when you click (with a mouse)...

Nahoru
Tento web používá k poskytování služeb a analýze návštěvnosti soubory cookie. Používáním tohoto webu s tímto souhlasíte. Další informace