[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [CSSProperty](./puppeteer.protocol.css.cssproperty.md) > [parsedOk](./puppeteer.protocol.css.cssproperty.parsedok.md) ## Protocol.CSS.CSSProperty.parsedOk property Whether the property is understood by the browser (implies `true` if absent). Signature: ```typescript parsedOk?: boolean; ```