Romain Deltour

Results 173 comments of Romain Deltour

This was very recently updated in w3c/html-aria#525 and validator/validator#1773. I'll update the validator.nu schemas to bring the fix to EPUBCheck.

> So why is that OPF-088 "USAGE" message still being produced when backlink is used that's an omission in the vocabulary maintained in EPUBCheck. This will be fixed in the...

Thanks for the heads up. I'm adding this to the next maintenance release!

In case it might help others, I've been experimenting with using Jest’s recent async environment API to run tests within headless Chrome with [Puppeteer](https://github.com/GoogleChrome/puppeteer): - [a custom Jest environment](https://github.com/daisy/ace/blob/329dad9f6f58dd0be7a6b4bec65505d6711c2c52/tests/jest-env-puppeteer.js) (extending...

Thanks for the report @JackieFei. **TL;DR** I do not believe EPUBCheck is wrong, but it could or should report that case as an informative message. See details below. So, to...

Thanks for the report! EPUBCheck's parser predates the `:has` pseudo-class, so yeah it's probably a false-positive. And yeas it is likely similar to #1354. I'll fix it for the next...

Thanks for the report, I'll try to reproduce!

> I don't think it's helpful for epubcheck to enforce what properties are allowed in the a11y vocabulary. It's not like the package document vocabularies in the core spec that...

Thanks for the report. I'm slightly surprised since EPUBCheck should filter custom attributes at parsing time before validating with schemas (if so remember correctly). I'll have a deeper look.