[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [InheritedStyleEntry](./puppeteer.protocol.css.inheritedstyleentry.md) ## Protocol.CSS.InheritedStyleEntry interface Inherited CSS rule collection from ancestor node. Signature: ```typescript export interface InheritedStyleEntry ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [inlineStyle](./puppeteer.protocol.css.inheritedstyleentry.inlinestyle.md) | [CSSStyle](./puppeteer.protocol.css.cssstyle.md) | The ancestor node's inline style, if any, in the style inheritance chain. | | [matchedCSSRules](./puppeteer.protocol.css.inheritedstyleentry.matchedcssrules.md) | [RuleMatch](./puppeteer.protocol.css.rulematch.md)\[\] | Matches of CSS rules matching the ancestor node in the style inheritance chain. |