I want to know how browser computes missing/derived CSS properties #180
aarongustafson
started this conversation in
Wants
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
https://webwewant.fyi/wants/62/
Beta Was this translation helpful? Give feedback.
All reactions