Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SMIL Media Overlays skippables and escapables (epub:type values) #270

Open
danielweck opened this issue Dec 19, 2016 · 1 comment
Open

Comments

@danielweck
Copy link
Member

https://github.com/readium/readium-sdk/blob/develop/ePub3/ePub/media-overlays_smil_model.cpp#L1173

        // http://www.idpf.org/epub/vocab/structure
        // http://www.idpf.org/epub/30/spec/epub30-mediaoverlays.html#sec-skippability
        const std::vector<string> MediaOverlaysSmilModel::_Skippables = {
                "sidebar",
                "practice",
                "marginalia",
                "annotation",
                "help",
                "note",
                "footnote",
                "rearnote",
                "table",
                "table-row",
                "table-cell",
                "list",
                "list-item",
                "pagebreak"
        };

        // http://www.idpf.org/epub/vocab/structure
        // http://www.idpf.org/epub/30/spec/epub30-mediaoverlays.html#sec-escabaility
        const std::vector<string> MediaOverlaysSmilModel::_Escapables = {
                "sidebar",
                "bibliography",
                "toc",
                "loi",
                "appendix",
                "landmarks",
                "lot",
                "index",
                "colophon",
                "epigraph",
                "conclusion",
                "afterword",
                "warning",
                "epilogue",
                "foreword",
                "introduction",
                "prologue",
                "preface",
                "preamble",
                "notice",
                "errata",
                "copyright-page",
                "acknowledgments",
                "other-credits",
                "titlepage",
                "imprimatur",
                "contributors",
                "halftitlepage",
                "dedication",
                "help",
                "annotation",
                "marginalia",
                "practice",
                "note",
                "footnote",
                "rearnote",
                "footnotes",
                "rearnotes",
                "bridgehead",
                "page-list",
                "table",
                "table-row",
                "table-cell",
                "list",
                "list-item",
                "glossary"
        };

This seems wrong. Why are table or list items de-facto skippables?!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants