Published: August 6, 2025
The Elements panel in Chrome DevTools is one of the most frequently used tools developers rely on to debug all sorts of information about the state of the DOM in web applications. It’s most often used to debug a page’s CSS, giving developers a convenient way to tweak various CSS properties to understand how changes to a page’s styles affects its presentation.
One feature of the Elements panel is the ability to hover over a CSS property, and see a hover card that describes the CSS property’s purpose. This feature was originally added by Alexey Rodionov, a Google Developer Expert (GDE) in Web Technologies, and added links to MDN documentation for CSS properties. Recently, Alexey extended the functionality of these hover cards to show a property’s Baseline status.

color
property.
text-wrap
property.
hyphenate-limit-chars
property.As well as showing the Baseline status for a CSS property, these cards also describe the interoperability date for Widely or Newly available features, so you can get a quick glance at just how long a feature has been interoperable! This change has landed in version 140 of Chrome. At the time of this writing, version 140 of Chrome is currently in beta, but this feature will become available in the stable build soon!
Thanks again to Alexey Rodionov for his work on this valuable feature. We believe it will give developers an even easier way to discover feature compatibility in their debugging workflow.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[[[“Easy to understand”,”easyToUnderstand”,”thumb-up”],[“Solved my problem”,”solvedMyProblem”,”thumb-up”],[“Other”,”otherUp”,”thumb-up”]],[[“Missing the information I need”,”missingTheInformationINeed”,”thumb-down”],[“Too complicated / too many steps”,”tooComplicatedTooManySteps”,”thumb-down”],[“Out of date”,”outOfDate”,”thumb-down”],[“Samples / code issue”,”samplesCodeIssue”,”thumb-down”],[“Other”,”otherDown”,”thumb-down”]],[“Last updated 2025-08-06 UTC.”],[],[]]