A developer removes an explicit clear declaration from an element entirely, leaving no clear property set at all. What clear behavior does the element fall back to?
Blog
A landing page is set up to automatically play a video with…
A landing page is set up to automatically play a video with full volume the moment a visitor lands on the page.
Harbor View Realty’s site has ® written into a listing descr…
Harbor View Realty’s site has ® written into a listing description, intending to show the registered trademark symbol, but part of the following word gets swallowed into the entity and the symbol doesn’t render correctly. What’s the likely cause?
Dragon Gate Martial Arts keeps its HTML in the order Logo, N…
Dragon Gate Martial Arts keeps its HTML in the order Logo, Nav, Search for desktop, but wants Search to appear visually before Nav once the layout switches to mobile. Which approach achieves that without touching the underlying HTML order?
Ledger Line Bookkeeping is building an analytics dashboard w…
Ledger Line Bookkeeping is building an analytics dashboard with widgets that need to line up in both rows and columns at once, matching a template-like layout. Which tool fits this kind of layout best?
A code reviewer flags a pull request that adds display:inlin…
A code reviewer flags a pull request that adds display:inline-block to a brand-new horizontal nav bar being built today. Is that flag consistent with the deck’s guidance?
A form marks required fields only by coloring their labels r…
A form marks required fields only by coloring their labels red, with no other visual indicator like an asterisk or text.
Ink & Iron Tattoo Studio uses `order` to visually move the “…
Ink & Iron Tattoo Studio uses `order` to visually move the “Book Now” button ahead of the “About” link on mobile, but never reorders them in the actual HTML. What should the team expect for keyboard and screen-reader users?
A developer removes an explicit clear declaration from an el…
A developer removes an explicit clear declaration from an element entirely, leaving no clear property set at all. What clear behavior does the element fall back to?
A small nonprofit’s site has a simple vertical sidebar nav —…
A small nonprofit’s site has a simple vertical sidebar nav — one column of links, no sub-columns. per the deck’s Flexbox-versus-Grid guidance, which tool fits, and why?