You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parsing this element with cheerio will not return a correct value for the css property src:
$('div').css('src') -> url(data:font/opentype
I assume the css parser believes that the ; after opentype signals the end of the style property. The parser will need a special parser for handling datauris.
The text was updated successfully, but these errors were encountered:
If you have an element like this:
Parsing this element with cheerio will not return a correct value for the css property
src
:I assume the css parser believes that the ; after opentype signals the end of the style property. The parser will need a special parser for handling datauris.
The text was updated successfully, but these errors were encountered: