AngleSharp / AngleSharp.Css

:angel: Library to enable support for cascading stylesheets in AngleSharp.
https://anglesharp.github.io
MIT License
72 stars 34 forks source link

Don't throw in GetInnerText if there is no element style. e.g. for co… #74

Closed campersau closed 3 years ago

campersau commented 3 years ago

…mments

Types of Changes

Prerequisites

Please make sure you can check the following two boxes:

Contribution Type

What types of changes does your code introduce? Put an x in all the boxes that apply:

Description

Two null checks for elementStyle were missing which would throw a NRE for e.g. comment nodes.

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.