/*==================================================================================== KEEP - Reset & Basics - KEEP ======================================================================================*/ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;} @page {margin : 0.5em;} tbody, thead, tfoot, tr, td, th {border-style : inherit; border-width : inherit; border-color : inherit;} img {width:100%} .leftFloat {float : left;} .rightFloat {float : right;} /*==================================================================================== MISC TOOLS & INFO ====================================================================================== ####### SEMANTICS & ARIA ROLES ############################################################## ############################################################## To find more information/options visit- semantics: https://idpf.github.io/epub-vocabs/structure/ aria roles: https://idpf.github.io/epub-guides/epub-aria-authoring/ +++++++++++++++ PAGE BREAKS +++++++ PAGES = +++++++++++++++ PAGE LEVEL +++++++ FRONTMATTER = BODYMATTER = BACKMATTER = +++++++++++++++ SECTION LEVEL +++++++ COVER =
+ add "role="doc-cover" in the tag line HALF TITLE PAGE =
+ alt text: just title TITLE PAGE =
+ alt text: series, title, author, illustrator DEDICATION =
FOREWORD =
+ add id="forward" to heading tag, if no heading change "aria-lablledby" to "aria-label" INTRODUCTION =
+ add id="introduction" to heading tag, if no heading change "aria-lablledby" to "aria-label" PARTS =
+ add id="part#" to heading tag CHAPTERS =
+ add id="chapter#" to heading tag CONCLUSION =
+ add id="conclusion" to heading tag, if no heading change "aria-lablledby" to "aria-label" EPILOGUE =
+ add id="epilogue" to heading tag, if no heading change "aria-lablledby" to "aria-label" TIMELINES =
+ add id="timeline" to heading tag + example:
  1. (date)(text)
AUTHOR/ILLUSTRATOR =
+ add id="acknowledgments_(author/illustrator)" to heading tag GLOSSARY =
+ add id="glossary" to heading tag + example:
text (pronounciation)
text
DISCUSSION & WRITING PROMPTS =
+ add id="(page title)" to heading tag + example:
  1. (text)
READ MORE =
+ add id="readmore" to heading tag + example:
  1. + add id="internetsites" to heading tag + example:
    1. + add id="bibliography" to heading tag + example:
      1. (text)
      SOURCE NOTES =
      + add id="sourcenote" to heading tag + example:
      1. note#:(text)
      MISC. PAGES =
      + add id="(page title)" to heading tag, if no heading change "aria-lablledby" to "aria-label" RECIPES/ACTIVITES =
      + add id="(page title)" to heading tag + example: Supplies:
      • (text)
      Directions:
      1. (text)
      ASSESSMENT (QUIZ) =
      + add id="(page title)" to heading tag Q&A =
      + add id="(page title)" to heading tag OTHER BOOKS =
      + be sure that all of this section is in same xhtml page INDEX =
      + add id="index" to heading tag + example:
      • (index entry)
      COPYRIGHT =
      BACK COVER = just use page level semantics TOC =