Mark Rogers
Mark Rogers
For Mozilla you could use Document.contentType. For other browsers is there a DevTools API accessible within browser? ``` foreach ( test in JSON_testsuite ) { document.getElementById( "iframe_test" ).location.href = test.inputFile;...
My motivation for highlighting this case is that PDF is potentially dangerous, so it's better to make the behaviour predictable Solution is probably easy - in "7.1. Identifying a resource...
The precision of this algorithm looks odd compared to the other heuristics - it detects MP3s very accurately - and requires 1.5K of input data as a result. The rest...
@padenot - that makes sense. Does that mean there's a problem with MP3 with ID3 detection in the spec? Currently a text file starting "ID3 is easy to detect" is...
And on a related note the algorithm uses "If sequence[s] is undefined" as well as loop controls like "if s is less than length". I'm guessing "If sequence[s] is undefined"...
I'll submit pull requests for the simple fixes (RAR mask and this issue) initially. We're in the middle of implementing this spec, so I'll hold off submitting PRs until we've...
Was planning to only check binary using the `binary-data-byte` algorithm, but that only solves the problem for mis-detected ASCII. My main concern are the short signatures - especially the BMP...
I'd probably do something like this for each issue in in the accessibility support repo ## Rule https://act-rules.github.io/rules/46ca7f ## Accessibility Support ### Failed Example 2 https://act-rules.github.io/rules/46ca7f#failed-example-2 * **NVDA 2022.2 ,...
> @dd8, > > even if the UA/AT version might already clarify it, maybe might be also interesting having the date of the test for an immediate check. Yes, good...
Layout might be clearer with markdown tables: | AT | Browser | OS | Mode | Date | Result | | ------------- | ------------- |------------- |------------- |------------- | ------------- |...