-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
Combing through some more ePub validation issues with the 2.2.20 release I'm finding these various renderings of the epub:type
attribute that appears to be following some default fallback rule that injects the class id also into the type attribute which is invalid according to the standard. There's a handful of valid choices to choose from with the EPUB 3 Structural Semantics Vocabulary, although I'm not entirely sure which one was intended or how to get asciidoc to define this information.
File | Line | Position | Message | Source |
---|---|---|---|---|
OEBPS/document-30415480.xhtml | 70 | 60 | Undefined property: 'sect2'. | <section class="sect2" title="git clone" epub:type="sect2"> |
OEBPS/document-30415480.xhtml | 119 | 61 | Undefined property: 'sect2'. | <section class="sect2" title="git commit" epub:type="sect2"> |
OEBPS/document-30415480.xhtml | 195 | 58 | Undefined property: 'sect2'. | <section class="sect2" title="git log" epub:type="sect2"> |
OEBPS/document-30415480.xhtml | 415 | 59 | Undefined property: 'sect2'. | <section class="sect2" title="git fsck" epub:type="sect2"> |
OEBPS/document-30415480.xhtml | 420 | 61 | Undefined property: 'sect2'. | <section class="sect2" title="git reflog" epub:type="sect2"> |
OEBPS/document-30815420.xhtml | 47 | 58 | Undefined property: 'sect1'. | <section class="sect1" title="Libgit2" epub:type="sect1"> |
OEBPS/document-30815420.xhtml | 156 | 73 | Undefined property: 'sect2'. | <section class="sect2" title="Advanced Functionality" epub:type="sect2"> |
OEBPS/document-30815420.xhtml | 366 | 60 | Undefined property: 'sect2'. | <section class="sect2" title="Porcelain" epub:type="sect2"> |
OEBPS/document-30951860.xhtml | 44 | 67 | Undefined property: 'sect2'. | <section class="sect2" title="gitk and git-gui" epub:type="sect2"> |
OEBPS/document-30951860.xhtml | 92 | 77 | Undefined property: 'sect2'. | <section class="sect2" title="GitHub for Mac and Windows" epub:type="sect2"> |
OEBPS/document-30951860.xhtml | 135 | 63 | Undefined property: 'sect3'. | <section class="sect3" title="Installation" epub:type="sect3"> |
OEBPS/document-30951860.xhtml | 185 | 58 | Undefined property: 'sect3'. | <section class="sect3" title="Summary" epub:type="sect3"> |
OEBPS/document-30951860.xhtml | 240 | 62 | Undefined property: 'sect1'. | <section class="sect1" title="Git in Bash" epub:type="sect1"> |
Metadata
Metadata
Assignees
Labels
No labels