Mark Rogers
Mark Rogers
> We’re all green here now, and so I’d like to go ahead and merge this. But before that, I want to ask: Which open issues can this close out?...
@sideshowbarker Let me know when it's live, so I can test the fixes. BTW I'm at TPAC next week so might see you there.
Here's the result of my testing https://github.com/validator/validator/issues/1199 - fixed but new issue has appeared https://github.com/validator/validator/issues/1199#issuecomment-3486423722 https://github.com/validator/validator/issues/1322 - fixed but new issue has appeared https://github.com/validator/validator/issues/1322#issuecomment-3486404340 https://github.com/validator/validator/issues/1331 - not fixed https://github.com/validator/validator/issues/1369 -...
I think there's also a subtle problem with the test suite because some of the test URLs are relative to the base URL, which in turn depends on how you...
There's a similar problem with these 4.1. URL syntax A URL string must be either a relative-URL-with-fragment string or an absolute-URL-with-fragment string. An absolute-URL string must be one of the...
And similar problem again with urls with an @ sign before the host: "http://a:@www.example.com" "http://user:pass@foo:21/bar;par?b#c" "http://:[email protected]" "http://a:b@c:29/d" "http://%25DOMAIN:[email protected]" "http://@www.example.com" "http://foo.com:b@d/" The URL standard says this in 4.1 "There is no...
Just a heads up - my original example is very close to Example 1 in this sufficient technique https://www.w3.org/WAI/WCAG21/Techniques/general/G196 The test procedure in G196 should give some ideas on how...
Ok, looks like there are others: Duplicate test case: Autocomplete attribute has valid value: Inapplicable Example 8 Duplicate test case: Autocomplete attribute has valid value: Inapplicable Example 9 Duplicate test...