Closed benrapport closed 10 months ago
return tuple( map( lambda x: tuple(map(int, x.split("x"))),
This code introduced back in October introduces a bug, as many modern favicon sizes are given by the character: ×.
@benrapport Hi, Please provide an example in HTML which fails by this code.
@benrapport Based on W3C docs, the character "×" (U+00D7 × MULTIPLICATION SIGN) is invalid.
This code introduced back in October introduces a bug, as many modern favicon sizes are given by the character: ×.