Skip to contentSkip to footer✨ Our Black Friday Sale is here ✨Get Polypane

If you want to be kept up to date with new articles, CSS resources and tools, join our newsletter.

A while ago Adam Argyle of the Chrome Devtools team asked developers on X/Twitter a question:

Adam got a ton of responses with many good suggestions and ideas. After reading through all of them, I realized many suggested features are already available in Polypane. Here's an overview of those requests and how they're possible in Polypane today.

What's Polypane?

Polypane is the web browser for ambitious web developers. It's a stand-alone browser that shows sites in multiple fully synced panes and helps you make your site more responsive, more accessible and faster.

Polypane

It's chock-full of features that help you build and inspect your sites, whether that's for performance, accessibility or things like using the right meta tags. Be sure to check out the product tour to learn more.

For specific requests from web developers, read on:

Built-in contrast checker

Polypane has a number of different built-in contrast checkers that can be used for different scenarios.

Want to check the contrast of a specific element?

The absolute quickest way to check the contrast of an element is to hover over it and hold down the key to trigger Polypane Peek.

Polypane shows you the contrast ratio between the element and its calculated background. That means it will take into account any semi-transparent backgrounds, shadows and more and use those to calculate the actual background. It also takes into account the font size and weight to determine which ratio's to use.

Inspect overlay and tooltip.

Want to check the contrast between any two items on the page (or actually, anywhere on your screen)?

Use the built-in color picker. Quickly check the contrast between any two colors and compare them to WCAG AA or AAA for large text, small text or non-text elements (like icons). You can also check with the in-development APCA algorithm here.

When there isn't enough contrast, Polypane automatically calculates the closest color to the one you picked that does have enough contrast.

Want to check your entire page in one go?

Use the "Color Contrast" debug tool at AA or AAA level to go through all the elements on your page and highlight the ones that fail contrast. Like checking the contrast of a single element we will automatically calculare the correct text and background colors for you by combining backgrounds, text shadows and other CSS effects.

CSS color contrast debug tool highlighting contrast issues

If an element fails contrast, Polypane will automatically suggest a color that does have enough contrast inline, which you can preview by hovering over the suggestion and then click to apply and copy the color to your clipboard.

HTML validation

Polypane's Source panel automatically validates your HTML source and shows you issues inline as well as in a list:

html validation issues

Because so much HTML is minified or unformatted, the Source panel also automatically formats your HTML with Prettier. This makes it easier to read and understand, and also makes it easier to spot issues.

Pixel perfect image overlay

The reference image feature in Polypane lets you overlay an image on top of any pane. You can adjust the opacity of the overlay, move it around to align it or highlight just the differences between your page and the image.

Along with that, there's also a split view and a side-by-side view, so however you want to compare your page to an image, you can do it in Polypane.

Quickly checking alignment

In Polypane, turning on Rulers with ⌘ g will show rulers along your pane. You can click on the rulers to draw guides on top of your page, perfect to check the alignment of elements.

Beyond that you can overlay grids, rows and columns depending on what your design is built with, so you can be sure that the components on your site all align correctly.

Better insights into fonts

Figuring out if you're using the right font is as easy as holding down and reading the font line!

Inspect overlay and tooltip.

Polypane checks which of the listed fonts in an elements font-family is actually being rendered and then shows it in the Polypane Peek as well as right in the Elements panel:

When inspecting an element with a font-family declaration in the Elements panel, you can scroll down to the Font declarations to inspect and edit them:

Remember the inspected element

The Elements panel in Polypane works like this: if you refresh the page and the element you were inspecting is still in the DOM, we automatically re-inspect it so you keep the context of what you're working on even if you needed to refresh the page.

Accessibility insights

Polypane has two panels that give you this experience: the Outline panel and the Accessibility panel. In the Accessibility panel you can quickly run an accessibility check for the current page and find the issues and which elements they appear on. From there it gives you suggestions and you can click to go straight to the Elements panel to remedy your issues.

a11y panel showing issues

The outline panel shows you various outlines of your site: the Headers, Landmarks, Images, Links, Focus order as well as a full accessibility tree.

All of these show you your structure, and then give feedback on issues it finds: what the issue is and how to fix it.

There are dozens more accessibility features in Polypane. For all of them, check out our accessibility overview.

Inspecting @starting-style

Polypane was the first browser to land @starting-style inspection back in June of 2024. Inspect the element, go to the @starting-style declaration and edit like any other CSS:

Persistent user styles

The Live CSS panel lets you add CSS or SCSS to your page either to all open panes, or to one specific pane so you can compare your changes to the default page styles.

The CSS will stay active until you remove it again, so it's ideal for testing out CSS while working on your page across reloads.

Find overflowing elements

With Polypane's layout debugging finding overflowing elements is as easy as pressing ⌘ d to show all boxes on your page and highlight the elements that cause overflows.

Overflowing elements are also logged to the Console so you can quickly inspect and edit them.

No network

Managing the network per tab is easy in Polypane:

If you've turned off the network for a pane then it will get a red border and an exclamation icon above it to make you aware that it has no connection.

Atomic CSS Style editing

The Class editor in the Elements panel Polypane works really well with atomic or utility CSS: You can quickly add and remove classes or toggle them on and off.

The class list

Adding classes can be done by typing into the field above the list, and Polypane automatically suggests classes for you to select.

class list suggestions

We'll be building more specialised tooling for atomic CSS styles in 2025, so look out for that!

Easily toggling dark mode and other preferences

Polypane lets you toggle both media features and simulators per pane through easy menus.

Media features let you quickly toggle light/dark mode, forced colors, reduced motion and all the other media queries:

  • prefers-color-scheme: Switch between 'light' and 'dark' mode color schemes using prefers-color-scheme. Defaults to 'auto', which follows the browsers color scheme.
  • prefers-reduced-motion: Switch between 'no-preference' and 'reduce' options for the prefers reduced motion media feature.
  • prefers-reduced-data: Switch between 'no-preference' and 'reduce' options for the prefers reduced data media feature.
  • prefers-reduced-transparency: Switch between 'no-preference' and 'reduce' options for the prefers reduced transparency media feature.
  • forced-colors: Emulates the forced-colors mode when active. This overwrites all the styles on your page to either a light mode or dark mode theme, depending on what you picked for prefers-color-scheme.
  • prefers-contrast: Switch between 'no-preference', 'less', 'more' and 'custom' options for the prefers-contrast media feature.
  • color-gamut: Switch between 'off', 'srgb', 'p3' and 'rec2020' color gamut emulation.
  • Media type: Switch between 'screen' and 'print' stylesheets.
  • Auto dark theme: Toggle the Chromium automatic dark theme feature. Not strictly a media query, but it does change the way your site is rendered based on the user's settings.

And the Simulators in Polypane, 22 in total including 9 different color blindness simulators can be easily toggled don and off from the debug tools menu.

All color blindness emulators side by side

Beyond color blindness, Polypane can also simulate other visual impairments like cataracts, glaucoma and macular degeneration.

Debugging offset parents and stacking context

Offset parents and stacking contexts are difficult to debug, but with the Debug tab in our Elements panel you can easily see both the stacking context of an element and its offset parent, as well as CSS properties that often cause issues like z-index and position.

The debug tab in the Elements panel

To learn more about offset parents and stacking contexts, read our article Offset parent and stacking context: positioning elements in all three dimensions.

Quickly disable JS

Disabling JS for a pane can be done quickly through the Debug tools menu for each pane.

When JS is disabled we draw a red border and show a warning icon, so that you know something is different about this pane and you don't accidentally waste time figuring out why your JS doesn't work.

Screenshots

In Polypane, ⌘ p will create a screenshot of all visible panes in an easy overview.

Screenshotting individual panes is available by clicking the camera icon above a pane, where we have options to screenshot the viewport, a specific element or the full height of the page.

When screenshotting an element you can choose to add padding around the element so your screenshot contains some of the context, and you can also add a delay before taking a screenshot so you can capture hover states or animations.

Responsive design mode

This is what Polypane does.

Polypane shows your site in multiple different viewports by default, so it's always in responsive design mode.

There's a number of different layouts available letting you see different viewports side by side, focus on just one or have a regular browser pane. Each layout has a one-letter shortcut so you can quickly switch between them.

Missing anything else?

Are you missing any other features? Let us know! We're always looking to improve Polypane and make it the best browser for web developers.

If the above has picked your interest, click the link below to start a free trial of Polypane!

Build your next project with Polypane

  • Use all features on all plans
  • On Mac, Window and Linux
  • 14-day free trial – no credit card needed
Try for free
Polypane UI