-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test for x-021, fix test for x-001
- Loading branch information
Showing
4 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
x-001 [Error] chapter-1.xhtml String `UTF-8` must always be lowercase. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
x-021 [Error] chapter-1.xhtml `<figure>` element with no `id` attribute. | ||
<figure> | ||
<img alt="A portrait illustration of a young woman." | ||
src="test.png" epub:type="z3998:illustration | ||
se:image.color-depth.black-on-transparent se:image.style.realistic"/> | ||
</figure> | ||
m-028 [Error] content.opf Images found in ebook, but no `schema:accessMode` | ||
property set to `visual` in metadata. | ||
m-029 [Error] content.opf Images found in ebook, but no | ||
`schema:accessibilityFeature` property set to `alternativeText` in metadata. | ||
m-040 [Error] content.opf Images found in ebook, but no `role` property set to | ||
`wat` in metadata for the writer of the alt text. |
File renamed without changes.