carton-of-mice

Results 4 issues of carton-of-mice

Thanks to accessibly improvements in v2.0.0 / 16e979a42afbb81589e1fe7a9b60f2981be724c0, closing a modal popup resets focus to previously focused element. The element is pulled from document.activeElement when the modal is opening. This...

If provided with a potential hostname with multiple dots, only the most top-level domain below the TLD is validated. ``` >>> import urlextract >>> print(urlextract.URLExtract().find_urls('sample :--.-.:3.2.com sample')) [':--.-.:3.2.com'] ``` This...

Although In _gen_urls()_ a call to __get_tld_pos()_ determines the correct position of the TLD using _rfind()_, this correction has no bearing on on _tld_pos_, leading to returned incorrect indices and...

URLExtract pulls in the list of TLDs in the root zone, but there are a number of reserved, test or otherwise special use TLDs that are still valid in URLs...