openkraken / kraken

A web standards-compliant, high-performance rendering engine based on Flutter.
https://openkraken.com
Apache License 2.0
4.93k stars 304 forks source link

feat: add element.style property match. #1410

Closed andycall closed 2 years ago

andycall commented 2 years ago

Add match element.style property with in operator.

Exp:

'border' in document.body.style // true