Skip to contentSkip to footer

Elements Panel

The "Elements" tab in the Edit panel lets you inspect and edit elements in all panes at once. That means you know exactly how your changes will look in all your panes, and prevents changes in one size from unexpectedly affecting the others.

It can also be used to get quick information on element dimensions, font, colors and accessibility info.

The elements panel consists of three main parts:

Elements panel overview

Inspect element

Inspecting elements in Polypane is made as easy as possible, and there's multiple ways to inspect elements:

  • Hold and hover over + click the element you want to inspect.
  • Click the inspect element button in the elements panel.
  • Click the inspect element button in the Address bar.
  • Press ⇧ ⌘ C
  • Right-click an element and select "inspect element" in the context menu.

Any element you hover on will be highlighted in all panes, with areas drawn for the content, padding, border and margin, as well as guides for the sides of the element. Clicking it will inspect it in the Elements panel.

To cancel out of inspection mode, press esc or when you're holding alt, just release it. To inspect elements that have pointer-events: none, also hold the shift key.

When hovering over elements a tooltip will show information like element dimensions, color and font info as well as other relevant element information. For more on the contents of the element tooltip, read about Polypane peek.

Inspect overlay and tooltip.

Dom Tree view

At the top of the elements panel is the document source tree view ("DOM tree"). Hover over these to highlight the element in all panes and click them to inspect them. The selected element will be available as $0 in the Console panel and focused in the Elements panel.

Hidden elements, like <head> and <script> elements, are dimmed in the tree view so they don't distract you.

You can double click an attribute in the tree view to copy its value, instead of entering a modal state to edit it. To edit an attribute, use the attribute tab. This will autosuggest valid attributes and values, and doesn't require you to keep the modal view focused.

As you inspect elements on the page, the elements will also be highlighted in the DOM tree view.

Drag the bottom or right side (depending on where the panel is) of the DOM Tree to resize it.

IDrefs

Attributes that refer to another element's ID (called "idrefs") like aria-labelledby and target will automatically be tested for the target element's existence and validity. If the target element doesn't exist, the attribute will be struck through and a warning icon is shown. If the element exists, a crosshair is show and you can hover over the attribute to highlight the target element in all panes, and click it to inspect the target element.

Element badges (flex and grid layout, container queries and more)

When applicable, elements will have badges for things like Flex, Container and Scoping root/limit. These badges can be activated to show an overlay in all panes that shows the layout or container. Click the badge again to hide the overlay.

Flex and Grid layout overlays

Elements that have a grid or flex display value will have a badge next to them. Clicking the badge will show an overlay in all panes that shows the grid or flex layout. Click the badge again to hide the overlay.

Three panes in Polypane with multiple flex and grid overlays visible.

Container overlays

Container elements are given a "container" badge. Clicking the badge will show an overlay in all panes that shows the container. Click the badge again to hide the overlay.

Hover the badge to get information about the container like the name, type, current dimensions and the dimensions of 1cqi (and 1cqb when available) so you know what the various container query units are based on.

Right below the dom tree is the navigator. The Navigator is a unique area compared to other browsers that shows you a lot of information about the currently selected element. It's a quick way to get information about the element you're inspecting.

Element info

At the top of the Navigator is the currently selected element, along with any classes or IDs it has. Click a class or ID to copy it as CSS, or hover the element to highlight it in all panes.

The icons to the right of the element name let you, from left to right:

  1. Reload the element styles
  2. Toggle the visibility of the element
  3. Toggle layout debugging of the element
  4. Create an Element screenshot of it in the selected pane
  5. Toggle the element state (:hover, :focus etc)
  6. Copy a unique CSS (when it can be created) or Xpath selector for the element
  7. Open the same element in the Chromium devtools.

If the element has children those are shown below it. Hover them to highlight in the panes, and click on any to drill down and inspect them.

On the next line, the navigator shows the foreground and background color (if defined) of an element. Click on them to copy them.

The rendered font is shown next, along with the rendered font size and line height. Clicking it will copy the CSS font declaration.

After the font information you'll see a red cross, green AA or green AAA. This indicates whether or not your text is readable according to WCAG standards at AA or AAA level.

Calculations use the resolved background color, taking element opacity and ancestor backgrounds into account. Hover the score to show a tooltip with a preview and the specific contrast ratio. Click the contrast info to open the background and foreground color in the color picker where you can further inspect and edit them.

At the right side, the navigator displays the dimensions. If the element has a specific aspect ratio, that is also shown. Click it to copy the dimensions to clipboard.

Reload the element styles

Click this button to explicitly reload the styles for the selected element. By default, the elements panel doesn't request style updates on every change for performance reasons, but you can force a reload by clicking this button.

Toggle visibility

This button toggles an elements visibility, so they are hidden but still take up space. This works the same as "Hide element" in other browsers.

Toggle layout debugging

The layout debugging icon (the grid icon) lets you toggle layout debugging for the selected element. This works the same as layout debugging only for the selected element and its children.

When layout debugging is active for an element you'll see a blue dot in the tree view.

Toggle element state

With Toggle element state (the :hov icon) you can force an elements pseudo state style: :hover, :focus, :focus-visible, :focus-within, :active, :target and :visited. This is useful for debugging styles that are only applied in certain states.

When an element has a state applied, the button will be filled in and a yellow dot will show in the tree view. Hover that yellow dot to see which pseudo states are being applied.

All pseudo states are reset when you reload the page.

Copy selector

The copy icon opens a submenu that lets you copy a CSS selector or an XPath selector to the element. These are both unique so can be used for automated testing.

The CSS selector option might not be available when it is not possible to reach an element through CSS, such as elements inside shadow DOM.

Open in Chromium devtools

The Chromium devtools icon opens the same element in the Chromium devtools. This is useful when you need something available in the Chromium devtools.

Content editor

If an element has only text content, you can edit the content directly in the navigator and it will be automatically applied to all panes. If an element has a mix of text content and elements as children, you will be able to select the text as "text" in list of child elements and edit it then.

Editing here is ideal because you can see how your text will look in all panes at once without having to double click in the dom tree view.

The content editor will automatically resize to fit the content (up to a certain height) and when you hover it a copy button will appear in the lower right that will allow you to copy the content in one go.

Style differences between panels

Polypane will show the styles applied to the pane you selected the element in. You can use the "Pane" dropdown below the navigator to switch to the styling of the element in a different pane.

Box model

Click the "box model" button to toggle showing the box model information for your element.

Because an element can have different dimensions in each pane, you can select which pane to show the box model for. Hover over any part of the box model (margin, border, padding or content) to highlight just that part of the element in all panes.

The box model overview in Polypane shows more than you might be accustomed to in other browsers:

  • If your element has positioning, that's shown in the box model too, along with the offset.
  • A box shadow is rendered for elements that have one.
  • The border radius for elements is shown (in pixels).
  • If an element has a specified overflow value, that's shown in the bottom right.

This gives you a glanceable overview of what your element looks like.

You can click the arrow to the right of the box model to hide it so you have more space for the element editor.

Cascade Layer overview

When your page uses @layer, Polypane contructs a layer tree that shows you the structure of your layers.

Cascade layer overview

Layers that are active for the currently selected element are displayed as normal, while layers that do not contain styles for the selected element are dimmed. This way you can quickly see which parts of your layer structure you'll have to inspect.

Editor

The Editor lets you see and change the style, computed style, attributes, dataset and accessibility info of the selected element, all synced between panes.

  • Style shows you all the CSS rules that apply to the element.
  • Computed shows you the computed styles for the element.
  • Debug shows you CSS and element properties that often cause issues.
  • Attributes lets you see and edit all the attributes of the element.
  • Data lets you see and edit all the values stored in the element's dataset.
  • A11y shows you the accessibility info in one overview.

Style

The Style tab shows all CSS that applies to the selected element. This includes styles from the element itself and inherited styles. It also shows the styling for pseudo elements (like ::before and ::first-line) and pseudo classes (like :hover and :any-link), as well as @keyframe and @font-face declarations that are applied to the element.

Each style block shows you the selector(s), highlighting the matching selector for the selected element, the stylesheet it comes from, the specificity of the selector and the CSS properties and values, as well as any at-rules (like media queries or container queries) that apply to the element. The [+] icon next to the selector can be used to highlight all elements matching that selector.

Editing CSS Styles

Edit values by clicking the value and changing it. Pressing enter or tab applies them.

Polypane automatically suggest associated values and custom properties. Use the up/down arrow keys to go through the suggestions and press enter to apply them. As you hover or focus suggestions, a live preview is shown.

When hovering over a block of CSS, checkmarks before each rule are shown. Clicking the checkmark will disable this CSS rule until you click them again or reload the page.

List of CSS Styles with some of them having a line through them, indicating they're disabled.

You can add CSS at the bottom of each selector. CSS Properties and values will be suggested as you type. Use the arrow keys and enter to select them.

Typing : will move you from the property to the value, pressing enter will add the line and let you type a new property.

Due to the way the rights model works in browsers, the Elements panel will not show any CSS loaded through @import. This might change in the future, though it should be noted that the use of @import is discouraged due to performance reasons.

Numerical values

If you're editing any numerical value, you can use the up and down keys to change the value by 1. Holding will change the value by 10, holding changes the value by a 100, while holding will change the value by 0.1. This works for all numerical values, including colors.

Colors

Properties with a color get a preview of the color before the value. Click it to open a color selector that will let you live edit the color or let you pick a new color from anywhere on the screen.

The color picker will show three lines: one for a 3:1 contrast ratio, one for a 4.5:1 contrast ratio and one for a 7:1 contrast ratio. The line that is highlighted is the one you should meet for AA compliance for this particular attribute and font size. The color picker will also show you the contrast ratio between the two colors by hovering the X, AA or AAA badge.

Inherited styles

For rule sets within the inherited styles, only the css properties that are inherited are shown clearly, while non-inherited styles are faded out.

Easy copying of CSS Styles

Copy an entire CSS rule set (selector and all declaration) by placing your mouse to the left of the selector. A copy icon will appear. Click that to copy a ready-to-use CSS rule set. You can also copy individual lines by clicking the same icon before each line.

Polypane will format the CSS snippets with Prettier and you can change the Prettier configuration to match your project's coding style.

Container queries

When the styles are wrapped in container queries those are shown just like media queries, support queries and layers. In addition, after the container query you'll find the containing element, which you can hover to highlight in all panes, and click to inspect.

Hovering the container query or the containing element will give you the container query's name, type, size and the size of 1cqw and 1cqh so you know what the various container query units are based on. This info is also available in the dom tree view when hovering the container badge.

Computed

The computed tab shows the computed style of an element. By default, it will hide all CSS properties that you didn't explicitly set. You can show all the CSS properties by clicking "Show all". Edit the values by clicking on them just like in the style tab and click "Copy styles" to copy all your CSS declarations, or copy a single declaration by clicking the copy button before the line.

Debug

The Debug panel has a convenient overview of specific CSS properties and element properties that often cause issues, so that you don't have to hunt through the style or computed tab to find, for example, if your element has a position.

The debug tab in the Elements panel

The Debug panel also shows if the element creates a new stacking context and what the offset parent (from which your element will be offset when using top/left/bottom/right) and the stacking context parent (from which your element will be offset when using z-index) are.

Learn more about the offset parent and stacking context here: Offset parent and stacking context: positioning elements in all three dimensions.

Attributes

The attributes tab will list all the attributes of an element, like class and value and lets you edit them live for all panes. Values will automatically wrap over multiple lines if they become too long (if you use atomic CSS for example). You can also add new attributes here. Keep the value empty for boolean values. You can delete attributes by clicking the trashcan icon.

When you add a new attribute, Polypane will suggest attributes appropriate for the element you're editing. For example, an img will get a suggestion for an alt attribute, but a span will not. While editing or adding an attribute, valid values will be suggested as well.

Classes

Polypane automatically suggests classes as you type in the class value editor. These classes are compiled from your CSS and HTML. Use the arrow keys to select the one you want to add and press enter to add it, or use your mouse to click them.

Classes list

Click the "list" icon next to the class attribute to switch to a list of all the classes that allows you to quickly toggle off (and back on) classes to see the effect in all panes. Polypane will remember your preference for the input or list.

The class list

Classes in this list are alphabetically sorted. Use the input above the list to add classes to the list.

class list suggestions

In both the list and normal mode Polypane will suggest classes as you type. Use the arrow keys to select the one you want to add and press enter to add it, or use your mouse to click them.

Idrefs

Attributes that refer to another element's ID (idrefs) like for are automatically checked for the existence and validity of the target element, and will show a warning if the target element doesn't appear in the page.

Data

The Data tab will list all the values stores in an elements dataset. Values will automatically wrap over multiple lines if they become too long. You can also add new items or delete them.

A11y

The A11y (Accessibility) tab shows you relevant accessibility information and aria attributes for the selected element:

  • The role of the element
  • The accessible name of the element
  • Whether the element is keyboard accessible
  • The contrast for this element
  • Any accessibility attributes (like aria-labelledby set on the element)
The a11y tab

For aria attributes, values will automatically wrap over multiple lines if they become too long. You can also add new items or delete them. When adding new aria attributes the Elements panel automatically suggests valid attributes and valid values for the chosen attribute when applicable.

Attributes that refer to another element's ID (idrefs) are automatically checked for the existence and validity of the target element, and will show a warning if the target element doesn't appear in the page.

Click the copy button for role, accessible name or accessible description to copy them.

Click the contrast info to open the background and foreground color in the color picker where you can further inspect and edit them.

PP

Have a question about Polypane?

Contact us any time though chat, Slack or our contact form:

Contact Support

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 screenshot