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
Isn't it the other way around, i.e. it should be case insensitive (rgb and RgB are treated the same, case is ignored) and currently it's case sensitive (only lowercase works)?
Isn't it the other way around, i.e. it should be case insensitive (rgb and RgB are treated the same, case is ignored) and currently it's case sensitive (only lowercase works)?
Perhaps this occurs because the dictionary here does not use a comparer that ignores case:
AngleSharp.Css/src/AngleSharp.Css/Parser/Micro/ColorParser.cs
Lines 11 to 20 in 248a870
This was originally reported as mganss/HtmlSanitizer#340.
The text was updated successfully, but these errors were encountered: