Skip to content

Files

Latest commit

 

History

History
11 lines (10 loc) · 628 Bytes

62.md

File metadata and controls

11 lines (10 loc) · 628 Bytes
title date submitter tags discussion
I want to know how browser computes missing/derived CSS properties
2019-08-22 18:19:05 UTC
Manikanta G
devtools
css

Currently DevTools will show the affecting line in stylesheets for property explicitly declared in a stylesheet. However, if some property is not declared and is computed based on its children (e.g., height) or is a cascaded or inherited property, DevTools simply shows the resulting value. It would be great to be able to get more insight into how these values are influenced or calcualated.