brendan
brendan
My parents get the same bug. Here are [debug logs](https://debuglogs.org/ios/7.41.3/85a681eb5b45503ab9d52d8dcd8681397dd3ed97de778ac38c4e6f65e5843209.zip)
This also affects [SEMoS 9.2.1](https://standardebooks.org/manual/1.8.2/single-page#9.2.1)
Also, in epub34, a note in the [dc-identifier section](https://www.w3.org/TR/epub-34/#sec-opf-dcidentifier) encourages to "use [absolute-URL strings](https://url.spec.whatwg.org/#absolute-url-string) for identifiers whenever possible"
I can put together PRs for tools, web, and manual. The corpus would need to be scripted by someone with commit access.
Is there anything else I can help with to push this through? or just waiting for the time to coordinate it all?
Looks fine on my end https://github.com/standardebooks/tools/pull/834/files#diff-cb578716173f35be8ace6a64d6f62d70e03e78afa2964da879fb3cf82c9efcfd
I can't make too much sense of the test output, but I think they are failing because the github action is using the most recent tools release which has the...
Oh wait, no. We have full epubs in here that I need to fix
which one has the correct css? - [tests/build/test-1/golden/extract/epub/css/se.css](https://github.com/standardebooks/tools/blob/master/tests/build/test-1/golden/extract/epub/css/se.css) - [tests/file_commands/extract-ebook/test-1/golden/jane-austen_unknown-novel.epub.extracted/epub/css/se.css](https://github.com/standardebooks/tools/blob/master/tests/file_commands/extract-ebook/test-1/golden/jane-austen_unknown-novel.epub.extracted/epub/css/se.css) ``` @@ -66,6 +66,11 @@ width: 25%; } +section.epub-type-colophon p.nth-last-child-2 time, +section.epub-type-colophon p:nth-last-child(2) time{ + font-variant: small-caps; +} + section.epub-type-colophon...
these epub test will be the death of me... A full round-trip test seems more maintainable (no binary files in-repo, no tracking separate golden files for each, etc...) One thing...