@internetarchive/ia-item-navigator 1.0.3 → 1.0.4-a1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (89) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/dist/index.js +2 -0
  3. package/dist/index.js.map +1 -1
  4. package/dist/src/item-navigator.d.ts +1 -1
  5. package/dist/src/item-navigator.js +1 -1
  6. package/dist/src/item-navigator.js.map +1 -1
  7. package/dist/src/menu-slider/ia-menu-slider.d.ts +30 -0
  8. package/dist/src/menu-slider/ia-menu-slider.js +160 -0
  9. package/dist/src/menu-slider/ia-menu-slider.js.map +1 -0
  10. package/dist/src/menu-slider/menu-button.d.ts +19 -0
  11. package/dist/src/menu-slider/menu-button.js +91 -0
  12. package/dist/src/menu-slider/menu-button.js.map +1 -0
  13. package/dist/src/menu-slider/styles/menu-button.d.ts +2 -0
  14. package/dist/src/menu-slider/styles/menu-button.js +79 -0
  15. package/dist/src/menu-slider/styles/menu-button.js.map +1 -0
  16. package/dist/src/menu-slider/styles/menu-slider.d.ts +2 -0
  17. package/dist/src/menu-slider/styles/menu-slider.js +129 -0
  18. package/dist/src/menu-slider/styles/menu-slider.js.map +1 -0
  19. package/index.ts +2 -0
  20. package/package.json +3 -3
  21. package/src/item-navigator.ts +2 -2
  22. package/src/menu-slider/ia-menu-slider.ts +161 -0
  23. package/src/menu-slider/menu-button.ts +80 -0
  24. package/src/menu-slider/styles/menu-button.ts +79 -0
  25. package/src/menu-slider/styles/menu-slider.ts +130 -0
  26. package/test/ia-menu-slider.test.js +273 -0
  27. package/dist/src/event-interfaces.d.ts +0 -37
  28. package/dist/src/event-interfaces.js +0 -2
  29. package/dist/src/event-interfaces.js.map +0 -1
  30. package/dist/src/grouped-files-provider.d.ts +0 -0
  31. package/dist/src/grouped-files-provider.js +0 -2
  32. package/dist/src/grouped-files-provider.js.map +0 -1
  33. package/dist/src/interfaces/nav-controller-interface.d.ts +0 -20
  34. package/dist/src/interfaces/nav-controller-interface.js +0 -2
  35. package/dist/src/interfaces/nav-controller-interface.js.map +0 -1
  36. package/dist/src/item-inspector/files-by-type/files-by-type-provider.d.ts +0 -14
  37. package/dist/src/item-inspector/files-by-type/files-by-type-provider.js +0 -29
  38. package/dist/src/item-inspector/files-by-type/files-by-type-provider.js.map +0 -1
  39. package/dist/src/item-inspector/files-by-type/ia-files-by-type.d.ts +0 -16
  40. package/dist/src/item-inspector/files-by-type/ia-files-by-type.js +0 -95
  41. package/dist/src/item-inspector/files-by-type/ia-files-by-type.js.map +0 -1
  42. package/dist/src/item-inspector/files-by-type/ia-grouped-files-by-type.d.ts +0 -0
  43. package/dist/src/item-inspector/files-by-type/ia-grouped-files-by-type.js +0 -2
  44. package/dist/src/item-inspector/files-by-type/ia-grouped-files-by-type.js.map +0 -1
  45. package/dist/src/item-inspector/grouped-files/files-by-type-provider.d.ts +0 -15
  46. package/dist/src/item-inspector/grouped-files/files-by-type-provider.js +0 -33
  47. package/dist/src/item-inspector/grouped-files/files-by-type-provider.js.map +0 -1
  48. package/dist/src/item-inspector/grouped-files/grouped-files-provider.d.ts +0 -15
  49. package/dist/src/item-inspector/grouped-files/grouped-files-provider.js +0 -33
  50. package/dist/src/item-inspector/grouped-files/grouped-files-provider.js.map +0 -1
  51. package/dist/src/item-inspector/grouped-files/ia-grouped-files-by-type.d.ts +0 -0
  52. package/dist/src/item-inspector/grouped-files/ia-grouped-files-by-type.js +0 -2
  53. package/dist/src/item-inspector/grouped-files/ia-grouped-files-by-type.js.map +0 -1
  54. package/dist/src/item-inspector/grouped-files/ia-grouped-files.d.ts +0 -0
  55. package/dist/src/item-inspector/grouped-files/ia-grouped-files.js +0 -2
  56. package/dist/src/item-inspector/grouped-files/ia-grouped-files.js.map +0 -1
  57. package/dist/src/item-inspector/grouped-files-provider.d.ts +0 -15
  58. package/dist/src/item-inspector/grouped-files-provider.js +0 -33
  59. package/dist/src/item-inspector/grouped-files-provider.js.map +0 -1
  60. package/dist/src/item-inspector/item-inspector.d.ts +0 -0
  61. package/dist/src/item-inspector/item-inspector.js +0 -254
  62. package/dist/src/item-inspector/item-inspector.js.map +0 -1
  63. package/dist/src/item-inspector/share-provider.d.ts +0 -15
  64. package/dist/src/item-inspector/share-provider.js +0 -35
  65. package/dist/src/item-inspector/share-provider.js.map +0 -1
  66. package/dist/src/item-inspector/visual-mod-provider.d.ts +0 -19
  67. package/dist/src/item-inspector/visual-mod-provider.js +0 -46
  68. package/dist/src/item-inspector/visual-mod-provider.js.map +0 -1
  69. package/dist/src/item-inspector.d.ts +0 -24
  70. package/dist/src/item-inspector.js +0 -92
  71. package/dist/src/item-inspector.js.map +0 -1
  72. package/dist/src/menu-interfaces.d.ts +0 -16
  73. package/dist/src/menu-interfaces.js +0 -2
  74. package/dist/src/menu-interfaces.js.map +0 -1
  75. package/dist/src/nav-controller-interface.d.ts +0 -9
  76. package/dist/src/nav-controller-interface.js +0 -2
  77. package/dist/src/nav-controller-interface.js.map +0 -1
  78. package/dist/src/your-webcomponent.d.ts +0 -8
  79. package/dist/src/your-webcomponent.js +0 -37
  80. package/dist/src/your-webcomponent.js.map +0 -1
  81. package/dist/test/book-nav-stub.d.ts +0 -22
  82. package/dist/test/book-nav-stub.js +0 -49
  83. package/dist/test/book-nav-stub.js.map +0 -1
  84. package/dist/test/ia-stub-goody.d.ts +0 -210
  85. package/dist/test/ia-stub-goody.js +0 -276
  86. package/dist/test/ia-stub-goody.js.map +0 -1
  87. package/dist/test/your-webcomponent.test.d.ts +0 -0
  88. package/dist/test/your-webcomponent.test.js +0 -33
  89. package/dist/test/your-webcomponent.test.js.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"ia-stub-goody.js","sourceRoot":"","sources":["../../test/ia-stub-goody.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,aAAa,EAAE;QACb,SAAS,EAAE,UAAU;QACrB,IAAI,EAAE,yBAAyB;QAC/B,IAAI,EAAE,yBAAyB;QAC/B,KAAK,EAAE,yBAAyB;QAChC,OAAO,EAAE;YACP;gBACE,MAAM,EAAE,gBAAgB;gBACxB,QAAQ,EAAE,UAAU;gBACpB,OAAO,EAAE,YAAY;gBACrB,MAAM,EAAE,OAAO;gBACf,KAAK,EAAE,kCAAkC;gBACzC,OAAO,EAAE,UAAU;gBACnB,MAAM,EAAE,0CAA0C;gBAClD,QAAQ,EAAE,WAAW;gBACrB,UAAU,EAAE,GAAG;aAChB;YACD;gBACE,MAAM,EAAE,iBAAiB;gBACzB,QAAQ,EAAE,UAAU;gBACpB,OAAO,EAAE,YAAY;gBACrB,MAAM,EAAE,OAAO;gBACf,KAAK,EAAE,kCAAkC;gBACzC,OAAO,EAAE,UAAU;gBACnB,MAAM,EAAE,0CAA0C;gBAClD,QAAQ,EAAE,MAAM;gBAChB,UAAU,EAAE,GAAG;aAChB;YACD;gBACE,MAAM,EAAE,uBAAuB;gBAC/B,QAAQ,EAAE,YAAY;gBACtB,QAAQ,EAAE,YAAY;gBACtB,UAAU,EAAE,iBAAiB;gBAC7B,OAAO,EAAE,YAAY;gBACrB,MAAM,EAAE,MAAM;gBACd,KAAK,EAAE,kCAAkC;gBACzC,OAAO,EAAE,UAAU;gBACnB,MAAM,EAAE,0CAA0C;aACnD;YACD;gBACE,MAAM,EAAE,+BAA+B;gBACvC,QAAQ,EAAE,UAAU;gBACpB,MAAM,EAAE,0CAA0C;gBAClD,OAAO,EAAE,YAAY;gBACrB,MAAM,EAAE,MAAM;gBACd,KAAK,EAAE,kCAAkC;gBACzC,OAAO,EAAE,UAAU;gBACnB,MAAM,EAAE,0CAA0C;gBAClD,QAAQ,EAAE,oBAAoB;aAC/B;YACD;gBACE,MAAM,EAAE,yBAAyB;gBACjC,QAAQ,EAAE,UAAU;gBACpB,QAAQ,EAAE,UAAU;gBACpB,KAAK,EAAE,kCAAkC;gBACzC,WAAW,EAAE,KAAK;aACnB;YACD;gBACE,MAAM,EAAE,2BAA2B;gBACnC,QAAQ,EAAE,UAAU;gBACpB,OAAO,EAAE,YAAY;gBACrB,MAAM,EAAE,QAAQ;gBAChB,KAAK,EAAE,kCAAkC;gBACzC,OAAO,EAAE,UAAU;gBACnB,MAAM,EAAE,0CAA0C;gBAClD,QAAQ,EAAE,UAAU;aACrB;YACD;gBACE,MAAM,EAAE,wBAAwB;gBAChC,QAAQ,EAAE,UAAU;gBACpB,OAAO,EAAE,YAAY;gBACrB,MAAM,EAAE,OAAO;gBACf,KAAK,EAAE,kCAAkC;gBACzC,OAAO,EAAE,UAAU;gBACnB,MAAM,EAAE,0CAA0C;gBAClD,QAAQ,EAAE,UAAU;aACrB;SACF;QACD,aAAa,EAAE,CAAC;QAChB,mBAAmB,EAAE,UAAU;QAC/B,WAAW,EAAE,MAAM;QACnB,UAAU,EAAE;YACV,YAAY,EAAE,eAAe;YAC7B,WAAW,EAAE,OAAO;YACpB,YAAY,EAAE;gBACZ,kBAAkB;gBAClB,WAAW;aACZ;YACD,aAAa,EAAE,g/zBAAg/zB;YAC//zB,SAAS,EAAE,uCAAuC;YAClD,SAAS,EAAE,SAAS;YACpB,OAAO,EAAE,yBAAyB;YAClC,UAAU,EAAE,iBAAiB;YAC7B,YAAY,EAAE,qBAAqB;YACnC,WAAW,EAAE,qBAAqB;YAClC,UAAU,EAAE,2GAA2G;SACxH;QACD,QAAQ,EAAE,yBAAyB;QACnC,MAAM,EAAE,QAAQ;QAChB,kBAAkB,EAAE;YAClB,yBAAyB;YACzB,yBAAyB;SAC1B;KACF;IACD,SAAS,EAAE,UAAU;IACrB,IAAI,EAAE,yBAAyB;IAC/B,IAAI,EAAE,yBAAyB;IAC/B,KAAK,EAAE,yBAAyB;IAChC,OAAO,EAAE;QACP;YACE,MAAM,EAAE,gBAAgB;YACxB,QAAQ,EAAE,UAAU;YACpB,KAAK,EAAE,kCAAkC;YACzC,QAAQ,EAAE,WAAW;YACrB,OAAO,EAAE,YAAY;YACrB,OAAO,EAAE,UAAU;YACnB,MAAM,EAAE,0CAA0C;YAClD,MAAM,EAAE,KAAK;SACd;QACD;YACE,MAAM,EAAE,iBAAiB;YACzB,QAAQ,EAAE,UAAU;YACpB,KAAK,EAAE,kCAAkC;YACzC,QAAQ,EAAE,MAAM;YAChB,OAAO,EAAE,YAAY;YACrB,OAAO,EAAE,UAAU;YACnB,MAAM,EAAE,0CAA0C;YAClD,MAAM,EAAE,KAAK;SACd;QACD;YACE,MAAM,EAAE,uBAAuB;YAC/B,QAAQ,EAAE,YAAY;YACtB,KAAK,EAAE,kCAAkC;YACzC,QAAQ,EAAE,YAAY;YACtB,OAAO,EAAE,YAAY;YACrB,OAAO,EAAE,UAAU;YACnB,MAAM,EAAE,0CAA0C;YAClD,UAAU,EAAE,iBAAiB;YAC7B,MAAM,EAAE,IAAI;SACb;QACD;YACE,MAAM,EAAE,+BAA+B;YACvC,QAAQ,EAAE,UAAU;YACpB,MAAM,EAAE,0CAA0C;YAClD,KAAK,EAAE,kCAAkC;YACzC,QAAQ,EAAE,oBAAoB;YAC9B,OAAO,EAAE,YAAY;YACrB,OAAO,EAAE,UAAU;YACnB,MAAM,EAAE,0CAA0C;YAClD,MAAM,EAAE,IAAI;SACb;QACD;YACE,MAAM,EAAE,yBAAyB;YACjC,QAAQ,EAAE,UAAU;YACpB,KAAK,EAAE,kCAAkC;YACzC,QAAQ,EAAE,UAAU;SACrB;QACD;YACE,MAAM,EAAE,2BAA2B;YACnC,QAAQ,EAAE,UAAU;YACpB,KAAK,EAAE,kCAAkC;YACzC,QAAQ,EAAE,UAAU;YACpB,OAAO,EAAE,YAAY;YACrB,OAAO,EAAE,UAAU;YACnB,MAAM,EAAE,0CAA0C;YAClD,MAAM,EAAE,MAAM;SACf;QACD;YACE,MAAM,EAAE,wBAAwB;YAChC,QAAQ,EAAE,UAAU;YACpB,KAAK,EAAE,kCAAkC;YACzC,QAAQ,EAAE,UAAU;YACpB,OAAO,EAAE,YAAY;YACrB,OAAO,EAAE,UAAU;YACnB,MAAM,EAAE,0CAA0C;YAClD,MAAM,EAAE,KAAK;SACd;KACF;IACD,aAAa,EAAE,CAAC;IAChB,mBAAmB,EAAE,UAAU;IAC/B,WAAW,EAAE,MAAM;IACnB,UAAU,EAAE;QACV,aAAa,EAAE;YACb,YAAY,EAAE,eAAe;YAC7B,WAAW,EAAE,OAAO;YACpB,YAAY,EAAE;gBACZ,kBAAkB;gBAClB,WAAW;aACZ;YACD,aAAa,EAAE,g/zBAAg/zB;YAC//zB,SAAS,EAAE,uCAAuC;YAClD,SAAS,EAAE,SAAS;YACpB,OAAO,EAAE,yBAAyB;YAClC,UAAU,EAAE,iBAAiB;YAC7B,YAAY,EAAE,qBAAqB;YACnC,WAAW,EAAE,qBAAqB;YAClC,UAAU,EAAE,2GAA2G;SACxH;QACD,YAAY,EAAE,eAAe;QAC7B,WAAW,EAAE;YACX,QAAQ,EAAE;gBACR,0BAA0B;aAC3B;YACD,QAAQ,EAAE,EAET;YACD,UAAU,EAAE,qBAAqB;SAClC;QACD,YAAY,EAAE;YACZ,QAAQ,EAAE;gBACR,0BAA0B;aAC3B;YACD,QAAQ,EAAE,EAET;YACD,UAAU,EAAE,qBAAqB;SAClC;QACD,YAAY,EAAE;YACZ,QAAQ,EAAE;gBACR,kBAAkB;gBAClB,WAAW;aACZ;YACD,QAAQ,EAAE,EAET;YACD,UAAU,EAAE;gBACV,kBAAkB;gBAClB,WAAW;aACZ;SACF;QACD,aAAa,EAAE;YACb,QAAQ,EAAE;gBACR,g/zBAAg/zB;aACj/zB;YACD,QAAQ,EAAE,EAET;YACD,UAAU,EAAE,g/zBAAg/zB;SAC7/zB;QACD,WAAW,EAAE;YACX,QAAQ,EAAE;gBACR,OAAO;aACR;YACD,QAAQ,EAAE,EAET;YACD,UAAU,EAAE,OAAO;SACpB;QACD,SAAS,EAAE;YACT,QAAQ,EAAE;gBACR,uCAAuC;aACxC;YACD,QAAQ,EAAE,EAET;YACD,UAAU,EAAE,uCAAuC;SACpD;QACD,SAAS,EAAE;YACT,QAAQ,EAAE;gBACR,SAAS;aACV;YACD,QAAQ,EAAE,EAET;YACD,UAAU,EAAE,SAAS;SACtB;QACD,OAAO,EAAE;YACP,QAAQ,EAAE;gBACR,yBAAyB;aAC1B;YACD,QAAQ,EAAE,EAET;YACD,UAAU,EAAE,yBAAyB;SACtC;QACD,UAAU,EAAE;YACV,QAAQ,EAAE;gBACR,iBAAiB;aAClB;YACD,QAAQ,EAAE,EAET;YACD,UAAU,EAAE,iBAAiB;SAC9B;KACF;IACD,QAAQ,EAAE,yBAAyB;IACnC,MAAM,EAAE,QAAQ;IAChB,kBAAkB,EAAE;QAClB,yBAAyB;QACzB,yBAAyB;KAC1B;CACF,CAAA","sourcesContent":["export default {\n \"rawResponse\": {\n \"created\": 1636134607,\n \"d1\": \"ia903209.us.archive.org\",\n \"d2\": \"ia803209.us.archive.org\",\n \"dir\": \"/20/items/ux-team-books\",\n \"files\": [\n {\n \"name\": \"__ia_thumb.jpg\",\n \"source\": \"original\",\n \"mtime\": \"1613770391\",\n \"size\": \"19518\",\n \"md5\": \"bfdc18b3ced7272e2620e1f3567c78e1\",\n \"crc32\": \"430e5a7e\",\n \"sha1\": \"2a404afa67c254222fbe276eaf31ad0ea2b7614b\",\n \"format\": \"Item Tile\",\n \"rotation\": \"0\"\n },\n {\n \"name\": \"cat reading.jpg\",\n \"source\": \"original\",\n \"mtime\": \"1590584246\",\n \"size\": \"45543\",\n \"md5\": \"6aa88254c8d89100f792e3616ccd9168\",\n \"crc32\": \"72c64ab3\",\n \"sha1\": \"41887dba54bbe1b6f70fe30a292e69bbf2f22002\",\n \"format\": \"JPEG\",\n \"rotation\": \"0\"\n },\n {\n \"name\": \"cat reading_thumb.jpg\",\n \"source\": \"derivative\",\n \"format\": \"JPEG Thumb\",\n \"original\": \"cat reading.jpg\",\n \"mtime\": \"1590586017\",\n \"size\": \"6738\",\n \"md5\": \"808246c1f536b333564fe92a4f08e382\",\n \"crc32\": \"487663a3\",\n \"sha1\": \"c19a8d42d5b433ed2dd8d1a9773a5068f7023b08\"\n },\n {\n \"name\": \"ux-team-books_archive.torrent\",\n \"source\": \"metadata\",\n \"btih\": \"38c20dd903b6491915a915a110431e28a0021797\",\n \"mtime\": \"1634846734\",\n \"size\": \"1972\",\n \"md5\": \"d57077cf099a3187e0b9e09ce87edd3b\",\n \"crc32\": \"f79564bd\",\n \"sha1\": \"d5af5a4f81668caa08f4121d88a997b48703bc9b\",\n \"format\": \"Archive BitTorrent\"\n },\n {\n \"name\": \"ux-team-books_files.xml\",\n \"source\": \"original\",\n \"format\": \"Metadata\",\n \"md5\": \"9e1d00906544f6f2454ee59ba437d962\",\n \"summation\": \"md5\"\n },\n {\n \"name\": \"ux-team-books_meta.sqlite\",\n \"source\": \"original\",\n \"mtime\": \"1590584711\",\n \"size\": \"143360\",\n \"md5\": \"5c09850b222e3b798c663609e03474b9\",\n \"crc32\": \"911dbfba\",\n \"sha1\": \"143d719275a1a1ceb91791cd4768caccac2fb01a\",\n \"format\": \"Metadata\"\n },\n {\n \"name\": \"ux-team-books_meta.xml\",\n \"source\": \"original\",\n \"mtime\": \"1634846733\",\n \"size\": \"29528\",\n \"md5\": \"d503b93b7782c006fc7f5c306bf16d95\",\n \"crc32\": \"6ce5f796\",\n \"sha1\": \"b57f7bdf344b4031da103ede73d6da35ac194361\",\n \"format\": \"Metadata\"\n }\n ],\n \"files_count\": 7,\n \"item_last_updated\": 1634846734,\n \"item_size\": 246659,\n \"metadata\": {\n \"identifier\": \"ux-team-books\",\n \"mediatype\": \"image\",\n \"collection\": [\n \"opensource_image\",\n \"community\"\n ],\n \"description\": \"<h3>Embedded books in iFrames</h3>\\n\\n See the Pen <a href=\\\"https://codepen.io/iisa/pen/GRmavOX\\\" rel=\\\"nofollow\\\">\\n br embed api - public, multi book, browseable, liner notes</a> by Isa Herico (<a href=\\\"https://codepen.io/iisa\\\" rel=\\\"nofollow\\\">@iisa</a>)\\n on <a href=\\\"https://codepen.io\\\" rel=\\\"nofollow\\\">CodePen</a>.\\n\\n\\n\\n\\n<span></span><h3 dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:16pt;margin-bottom:4pt;\\\"><span style=\\\"font-size:14pt;font-family:Arial;color:rgb(67,67,67);font-weight:400;vertical-align:baseline;white-space:pre-wrap;\\\">Example books for QA</span></h3><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Below are links to books that have been helpful in testing BookReader. It's very important to test different use cases.</span></p><div><br /></div><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">test item<span class=\\\"Apple-tab-span\\\" style=\\\"white-space:pre;\\\">\\t</span></span></p><ul style=\\\"margin-top:0px;margin-bottom:0px;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11.5pt;color:rgb(17,85,204);background-color:rgb(248,248,248);vertical-align:baseline;white-space:pre-wrap;\\\"><a href=\\\"https://archive.org/details/giphy8132028r7tgui_202103\\\" rel=\\\"nofollow\\\">https://archive.org/details/giphy8132028r7tgui_202103</a></span></p></li></ul><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\"><br /></span></p><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Some public domain books</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/flatlandromanceo00abbouoft\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/flatlandromanceo00abbouoft</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/10_PRINT_121114\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/10_PRINT_121114</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/stream/birdbookillustra00reedrich\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/stream/birdbookillustra00reedrich</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Some lending books</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/test2016092\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/test2016092</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/test20161206-1\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/test20161206-1</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/pianoservicingtu00rebl_0\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/pianoservicingtu00rebl_0</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Book with chapter markers</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/adventuresoftoms00twaiiala\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/adventuresoftoms00twaiiala</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Open Library book page</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://openlibrary.org/books/OL4881261M/Monkeys_and_apes/borrow\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://openlibrary.org/books/OL4881261M/Monkeys_and_apes/borrow</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Book with a ton of pages</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/in.ernet.dli.2015.85114/page/n1705\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/in.ernet.dli.2015.85114/page/n1705</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Items with multiple books</span></p><ul class=\\\"ak-ul\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/2008ELMValidityStudyFinalReportRevised\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/2008ELMValidityStudyFinalReportRevised</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/gov.uspto.patents.application.10074026/\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/gov.uspto.patents.application.10074026/</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/SubBookTest\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/SubBookTest</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/bdrc-W1CZ2857/page/n2\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/bdrc-W1CZ2857/page/n2</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\"><a href=\\\"https://archive.org/details/HindiIslamicBooks_MAE\\\" rel=\\\"nofollow\\\">https://archive.org/details/HindiIslamicBooks_MAE</a>\\n</span></p></li><li><a href=\\\"https://archive.org/details/masterbookofamericanfolksong00shep\\\" style=\\\"font-family:Arial;font-size:11pt;white-space:pre;\\\" rel=\\\"nofollow\\\">https://archive.org/details/masterbookofamericanfolksong00shep</a><br /></li><li><span style=\\\"font-family:Arial;font-size:11pt;white-space:pre;\\\">Almost any item in this collection: </span><a href=\\\"https://archive.org/details/MilitaryIndustrialPowerpointComplex\\\" style=\\\"font-family:Arial;font-size:11pt;white-space:pre;\\\" rel=\\\"nofollow\\\">https://archive.org/details/MilitaryIndustrialPowerpointComplex</a></li><li><span style=\\\"font-family:Arial;font-size:11pt;\\\">with custom titles: </span><a href=\\\"https://archive.org/details/test20210616\\\" style=\\\"font-family:Arial;font-size:11pt;\\\" rel=\\\"nofollow\\\">https://archive.org/details/test20210616</a></li><li>filename as title: <a href=\\\"https://archive.org/details/the-monroe-institute-bulletin-1986-1\\\" style=\\\"font-family:Arial;font-size:11pt;\\\" rel=\\\"nofollow\\\">https://archive.org/details/the-monroe-institute-bulletin-1986-1</a></li><li>custom titles: <a href=\\\"https://archive.org/details/the-monroe-institute-bulletin-1987-2\\\" style=\\\"font-family:Arial;font-size:11pt;\\\" rel=\\\"nofollow\\\">https://archive.org/details/the-monroe-institute-bulletin-1987-2</a></li><li>http://archive.org/details/boyer-memoir <br /></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;font-weight:700;vertical-align:baseline;white-space:pre-wrap;\\\">readOnlineSetup</span><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\"> test books – Test edge cases in the readOnlineSetup method</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/rog-SponsExternalWorksLandscapePriceBook2012\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/rog-SponsExternalWorksLandscapePriceBook2012</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/BreadPuppetTELEPHONEPamphlet\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/BreadPuppetTELEPHONEPamphlet</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/RedneckPoems\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/RedneckPoems</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Book which has metadata.bookreaderDefaults set, and should start in 1-up mode</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/ramalan-ronggo-warsito-ramalan-jayabaya-ramalan-sabdopalon-nayagenggong\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/ramalan-ronggo-warsito-ramalan-jayabaya-ramalan-sabdopalon-nayagenggong </span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Print-disabled-only books – Not publicly viewable, or lendable, but available to print-disabled patrons</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/ablaze00pier/\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/ablaze00pier/</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/columbiachicago700garr\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/columbiachicago700garr </span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/howtodoitencyclo00newy\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/howtodoitencyclo00newy</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/biblicalinterpre00hati\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/biblicalinterpre00hati </span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/encyclopediaofam00ewen\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/encyclopediaofam00ewen</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/markgraham\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/markgraham</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Audio item with book embed in description</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/78_2823-Home-sweet-home\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/78_2823-Home-sweet-home</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/78_2649-Melody-of-love\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/78_2649-Melody-of-love</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">epub-only book – only the epub is lendable. No BookReader access</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/978-1-4523-8020-9\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/978-1-4523-8020-9</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Embedded BookReader</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://jsbin.com/cefofi/11/edit?html,output\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://jsbin.com/cefofi/11/edit?html,output</span></a><span style=\\\"font-size:11pt;vertical-align:baseline;white-space:pre-wrap;\\\"> – JS bin to spot check the embed</span></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;\\\">Embed out in the wild</span></p><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span></span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"text-decoration:underline;font-size:11.5pt;font-family:Arial;color:rgb(17,85,204);background-color:rgb(248,248,248);font-weight:400;font-style:normal;font-variant:normal;vertical-align:baseline;white-space:pre-wrap;\\\"><a href=\\\"https://nnp.wustl.edu/library/book/569134\\\" style=\\\"text-decoration:none;\\\" rel=\\\"nofollow\\\">https://nnp.wustl.edu/library/book/569134</a></span><span style=\\\"font-size:11pt;\\\"> </span><span style=\\\"font-size:11pt;\\\">–</span><span style=\\\"font-size:11pt;\\\"> in </span></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a class=\\\"c-link\\\" href=\\\"http://www.porthopehistory.com/newspapers/wgapr101858/\\\" style=\\\"font-family:'Slack-Lato', appleLogo, sans-serif;font-size:15px;white-space:normal;background-color:rgb(248,248,248);\\\" rel=\\\"nofollow\\\">http://www.porthopehistory.com/newspapers/wgapr101858/</a> <span style=\\\"font-size:11pt;\\\">– not in </span><br /></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://earlychurchtexts.com/public/twocolumns_sampletext/archivelinktest.html\\\" style=\\\"text-decoration:none;\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;font-family:Arial;color:#1155cc;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:underline;vertical-align:baseline;white-space:pre-wrap;\\\">https://earlychurchtexts.com/public/twocolumns_sampletext/archivelinktest.html</span></a><span style=\\\"font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;\\\"> (seems to no longer work as of 2018-02-13)</span></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Right to Left (rtl) – BR support rtl books. </span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/gendaitankashu00meijuoft/\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/gendaitankashu00meijuoft/</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/search.php?query=page-progression%3Arl%E2%88%A7%5B%5D=mediatype%3A\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/search.php?query=page-progression%3Arl∧[]=mediatype%3A\\\"texts\\\"</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/ceilingstarsside00sand\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/ceilingstarsside00sand</span></a><span style=\\\"font-size:11pt;vertical-align:baseline;white-space:pre-wrap;\\\"> (this is not RTL, but idk where to put it)</span></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Restricted Books:</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://www-drini.archive.org/details/isbn_0120121166\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://www-drini.archive.org/details/isbn_0120121166</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Weird Books</span><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\"><span class=\\\"Apple-tab-span\\\" style=\\\"white-space:pre;\\\">\\t</span></span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;vertical-align:baseline;\\\"><p dir=\\\"ltr\\\" style=\\\"font-family:Arial;font-size:11pt;white-space:pre;line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/sim_food-production-management_1963-01-07_85_n-a\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11.5pt;color:rgb(17,85,204);background-color:rgb(248,248,248);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/sim_food-production-management_1963-01-07_85_n-a</span></a></p><ul style=\\\"margin-top:0px;margin-bottom:0px;\\\"><li dir=\\\"ltr\\\" style=\\\"font-family:Arial;font-size:11pt;white-space:pre;list-style-type:circle;vertical-align:baseline;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;vertical-align:baseline;white-space:pre-wrap;\\\">Book was scanned twice</span></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:circle;vertical-align:baseline;\\\"><p dir=\\\"ltr\\\" style=\\\"font-family:Arial;font-size:11pt;white-space:pre;line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;vertical-align:baseline;white-space:pre-wrap;\\\">Book has PageNum and LeafNum that are wildly out of sync</span></p></li></ul></li></ul><div><br /></div>\",\n \"scanner\": \"Internet Archive HTML5 Uploader 1.6.4\",\n \"subject\": \"ux-team\",\n \"title\": \"UX Team's Testing Books\",\n \"uploader\": \"isa@archive.org\",\n \"publicdate\": \"2020-05-27 13:03:42\",\n \"addeddate\": \"2020-05-27 13:03:42\",\n \"curation\": \"[curator]validator@archive.org[/curator][date]20200527130649[/date][comment]checked for malware[/comment]\"\n },\n \"server\": \"ia903209.us.archive.org\",\n \"uniq\": 59637974,\n \"workable_servers\": [\n \"ia903209.us.archive.org\",\n \"ia803209.us.archive.org\"\n ]\n },\n \"created\": 1636134607,\n \"d1\": \"ia903209.us.archive.org\",\n \"d2\": \"ia803209.us.archive.org\",\n \"dir\": \"/20/items/ux-team-books\",\n \"files\": [\n {\n \"name\": \"__ia_thumb.jpg\",\n \"source\": \"original\",\n \"md5\": \"bfdc18b3ced7272e2620e1f3567c78e1\",\n \"format\": \"Item Tile\",\n \"mtime\": \"1613770391\",\n \"crc32\": \"430e5a7e\",\n \"sha1\": \"2a404afa67c254222fbe276eaf31ad0ea2b7614b\",\n \"size\": 19518\n },\n {\n \"name\": \"cat reading.jpg\",\n \"source\": \"original\",\n \"md5\": \"6aa88254c8d89100f792e3616ccd9168\",\n \"format\": \"JPEG\",\n \"mtime\": \"1590584246\",\n \"crc32\": \"72c64ab3\",\n \"sha1\": \"41887dba54bbe1b6f70fe30a292e69bbf2f22002\",\n \"size\": 45543\n },\n {\n \"name\": \"cat reading_thumb.jpg\",\n \"source\": \"derivative\",\n \"md5\": \"808246c1f536b333564fe92a4f08e382\",\n \"format\": \"JPEG Thumb\",\n \"mtime\": \"1590586017\",\n \"crc32\": \"487663a3\",\n \"sha1\": \"c19a8d42d5b433ed2dd8d1a9773a5068f7023b08\",\n \"original\": \"cat reading.jpg\",\n \"size\": 6738\n },\n {\n \"name\": \"ux-team-books_archive.torrent\",\n \"source\": \"metadata\",\n \"btih\": \"38c20dd903b6491915a915a110431e28a0021797\",\n \"md5\": \"d57077cf099a3187e0b9e09ce87edd3b\",\n \"format\": \"Archive BitTorrent\",\n \"mtime\": \"1634846734\",\n \"crc32\": \"f79564bd\",\n \"sha1\": \"d5af5a4f81668caa08f4121d88a997b48703bc9b\",\n \"size\": 1972\n },\n {\n \"name\": \"ux-team-books_files.xml\",\n \"source\": \"original\",\n \"md5\": \"9e1d00906544f6f2454ee59ba437d962\",\n \"format\": \"Metadata\"\n },\n {\n \"name\": \"ux-team-books_meta.sqlite\",\n \"source\": \"original\",\n \"md5\": \"5c09850b222e3b798c663609e03474b9\",\n \"format\": \"Metadata\",\n \"mtime\": \"1590584711\",\n \"crc32\": \"911dbfba\",\n \"sha1\": \"143d719275a1a1ceb91791cd4768caccac2fb01a\",\n \"size\": 143360\n },\n {\n \"name\": \"ux-team-books_meta.xml\",\n \"source\": \"original\",\n \"md5\": \"d503b93b7782c006fc7f5c306bf16d95\",\n \"format\": \"Metadata\",\n \"mtime\": \"1634846733\",\n \"crc32\": \"6ce5f796\",\n \"sha1\": \"b57f7bdf344b4031da103ede73d6da35ac194361\",\n \"size\": 29528\n }\n ],\n \"files_count\": 7,\n \"item_last_updated\": 1634846734,\n \"item_size\": 246659,\n \"metadata\": {\n \"rawMetadata\": {\n \"identifier\": \"ux-team-books\",\n \"mediatype\": \"image\",\n \"collection\": [\n \"opensource_image\",\n \"community\"\n ],\n \"description\": \"<h3>Embedded books in iFrames</h3>\\n\\n See the Pen <a href=\\\"https://codepen.io/iisa/pen/GRmavOX\\\" rel=\\\"nofollow\\\">\\n br embed api - public, multi book, browseable, liner notes</a> by Isa Herico (<a href=\\\"https://codepen.io/iisa\\\" rel=\\\"nofollow\\\">@iisa</a>)\\n on <a href=\\\"https://codepen.io\\\" rel=\\\"nofollow\\\">CodePen</a>.\\n\\n\\n\\n\\n<span></span><h3 dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:16pt;margin-bottom:4pt;\\\"><span style=\\\"font-size:14pt;font-family:Arial;color:rgb(67,67,67);font-weight:400;vertical-align:baseline;white-space:pre-wrap;\\\">Example books for QA</span></h3><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Below are links to books that have been helpful in testing BookReader. It's very important to test different use cases.</span></p><div><br /></div><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">test item<span class=\\\"Apple-tab-span\\\" style=\\\"white-space:pre;\\\">\\t</span></span></p><ul style=\\\"margin-top:0px;margin-bottom:0px;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11.5pt;color:rgb(17,85,204);background-color:rgb(248,248,248);vertical-align:baseline;white-space:pre-wrap;\\\"><a href=\\\"https://archive.org/details/giphy8132028r7tgui_202103\\\" rel=\\\"nofollow\\\">https://archive.org/details/giphy8132028r7tgui_202103</a></span></p></li></ul><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\"><br /></span></p><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Some public domain books</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/flatlandromanceo00abbouoft\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/flatlandromanceo00abbouoft</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/10_PRINT_121114\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/10_PRINT_121114</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/stream/birdbookillustra00reedrich\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/stream/birdbookillustra00reedrich</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Some lending books</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/test2016092\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/test2016092</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/test20161206-1\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/test20161206-1</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/pianoservicingtu00rebl_0\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/pianoservicingtu00rebl_0</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Book with chapter markers</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/adventuresoftoms00twaiiala\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/adventuresoftoms00twaiiala</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Open Library book page</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://openlibrary.org/books/OL4881261M/Monkeys_and_apes/borrow\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://openlibrary.org/books/OL4881261M/Monkeys_and_apes/borrow</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Book with a ton of pages</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/in.ernet.dli.2015.85114/page/n1705\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/in.ernet.dli.2015.85114/page/n1705</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Items with multiple books</span></p><ul class=\\\"ak-ul\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/2008ELMValidityStudyFinalReportRevised\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/2008ELMValidityStudyFinalReportRevised</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/gov.uspto.patents.application.10074026/\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/gov.uspto.patents.application.10074026/</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/SubBookTest\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/SubBookTest</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/bdrc-W1CZ2857/page/n2\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/bdrc-W1CZ2857/page/n2</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\"><a href=\\\"https://archive.org/details/HindiIslamicBooks_MAE\\\" rel=\\\"nofollow\\\">https://archive.org/details/HindiIslamicBooks_MAE</a>\\n</span></p></li><li><a href=\\\"https://archive.org/details/masterbookofamericanfolksong00shep\\\" style=\\\"font-family:Arial;font-size:11pt;white-space:pre;\\\" rel=\\\"nofollow\\\">https://archive.org/details/masterbookofamericanfolksong00shep</a><br /></li><li><span style=\\\"font-family:Arial;font-size:11pt;white-space:pre;\\\">Almost any item in this collection: </span><a href=\\\"https://archive.org/details/MilitaryIndustrialPowerpointComplex\\\" style=\\\"font-family:Arial;font-size:11pt;white-space:pre;\\\" rel=\\\"nofollow\\\">https://archive.org/details/MilitaryIndustrialPowerpointComplex</a></li><li><span style=\\\"font-family:Arial;font-size:11pt;\\\">with custom titles: </span><a href=\\\"https://archive.org/details/test20210616\\\" style=\\\"font-family:Arial;font-size:11pt;\\\" rel=\\\"nofollow\\\">https://archive.org/details/test20210616</a></li><li>filename as title: <a href=\\\"https://archive.org/details/the-monroe-institute-bulletin-1986-1\\\" style=\\\"font-family:Arial;font-size:11pt;\\\" rel=\\\"nofollow\\\">https://archive.org/details/the-monroe-institute-bulletin-1986-1</a></li><li>custom titles: <a href=\\\"https://archive.org/details/the-monroe-institute-bulletin-1987-2\\\" style=\\\"font-family:Arial;font-size:11pt;\\\" rel=\\\"nofollow\\\">https://archive.org/details/the-monroe-institute-bulletin-1987-2</a></li><li>http://archive.org/details/boyer-memoir <br /></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;font-weight:700;vertical-align:baseline;white-space:pre-wrap;\\\">readOnlineSetup</span><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\"> test books – Test edge cases in the readOnlineSetup method</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/rog-SponsExternalWorksLandscapePriceBook2012\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/rog-SponsExternalWorksLandscapePriceBook2012</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/BreadPuppetTELEPHONEPamphlet\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/BreadPuppetTELEPHONEPamphlet</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/RedneckPoems\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/RedneckPoems</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Book which has metadata.bookreaderDefaults set, and should start in 1-up mode</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/ramalan-ronggo-warsito-ramalan-jayabaya-ramalan-sabdopalon-nayagenggong\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/ramalan-ronggo-warsito-ramalan-jayabaya-ramalan-sabdopalon-nayagenggong </span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Print-disabled-only books – Not publicly viewable, or lendable, but available to print-disabled patrons</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/ablaze00pier/\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/ablaze00pier/</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/columbiachicago700garr\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/columbiachicago700garr </span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/howtodoitencyclo00newy\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/howtodoitencyclo00newy</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/biblicalinterpre00hati\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/biblicalinterpre00hati </span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/encyclopediaofam00ewen\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/encyclopediaofam00ewen</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/markgraham\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/markgraham</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Audio item with book embed in description</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/78_2823-Home-sweet-home\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/78_2823-Home-sweet-home</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/78_2649-Melody-of-love\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/78_2649-Melody-of-love</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">epub-only book – only the epub is lendable. No BookReader access</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/978-1-4523-8020-9\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/978-1-4523-8020-9</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Embedded BookReader</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://jsbin.com/cefofi/11/edit?html,output\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://jsbin.com/cefofi/11/edit?html,output</span></a><span style=\\\"font-size:11pt;vertical-align:baseline;white-space:pre-wrap;\\\"> – JS bin to spot check the embed</span></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;\\\">Embed out in the wild</span></p><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span></span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"text-decoration:underline;font-size:11.5pt;font-family:Arial;color:rgb(17,85,204);background-color:rgb(248,248,248);font-weight:400;font-style:normal;font-variant:normal;vertical-align:baseline;white-space:pre-wrap;\\\"><a href=\\\"https://nnp.wustl.edu/library/book/569134\\\" style=\\\"text-decoration:none;\\\" rel=\\\"nofollow\\\">https://nnp.wustl.edu/library/book/569134</a></span><span style=\\\"font-size:11pt;\\\"> </span><span style=\\\"font-size:11pt;\\\">–</span><span style=\\\"font-size:11pt;\\\"> in </span></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a class=\\\"c-link\\\" href=\\\"http://www.porthopehistory.com/newspapers/wgapr101858/\\\" style=\\\"font-family:'Slack-Lato', appleLogo, sans-serif;font-size:15px;white-space:normal;background-color:rgb(248,248,248);\\\" rel=\\\"nofollow\\\">http://www.porthopehistory.com/newspapers/wgapr101858/</a> <span style=\\\"font-size:11pt;\\\">– not in </span><br /></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://earlychurchtexts.com/public/twocolumns_sampletext/archivelinktest.html\\\" style=\\\"text-decoration:none;\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;font-family:Arial;color:#1155cc;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:underline;vertical-align:baseline;white-space:pre-wrap;\\\">https://earlychurchtexts.com/public/twocolumns_sampletext/archivelinktest.html</span></a><span style=\\\"font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;\\\"> (seems to no longer work as of 2018-02-13)</span></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Right to Left (rtl) – BR support rtl books. </span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/gendaitankashu00meijuoft/\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/gendaitankashu00meijuoft/</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/search.php?query=page-progression%3Arl%E2%88%A7%5B%5D=mediatype%3A\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/search.php?query=page-progression%3Arl∧[]=mediatype%3A\\\"texts\\\"</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/ceilingstarsside00sand\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/ceilingstarsside00sand</span></a><span style=\\\"font-size:11pt;vertical-align:baseline;white-space:pre-wrap;\\\"> (this is not RTL, but idk where to put it)</span></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Restricted Books:</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://www-drini.archive.org/details/isbn_0120121166\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://www-drini.archive.org/details/isbn_0120121166</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Weird Books</span><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\"><span class=\\\"Apple-tab-span\\\" style=\\\"white-space:pre;\\\">\\t</span></span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;vertical-align:baseline;\\\"><p dir=\\\"ltr\\\" style=\\\"font-family:Arial;font-size:11pt;white-space:pre;line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/sim_food-production-management_1963-01-07_85_n-a\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11.5pt;color:rgb(17,85,204);background-color:rgb(248,248,248);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/sim_food-production-management_1963-01-07_85_n-a</span></a></p><ul style=\\\"margin-top:0px;margin-bottom:0px;\\\"><li dir=\\\"ltr\\\" style=\\\"font-family:Arial;font-size:11pt;white-space:pre;list-style-type:circle;vertical-align:baseline;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;vertical-align:baseline;white-space:pre-wrap;\\\">Book was scanned twice</span></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:circle;vertical-align:baseline;\\\"><p dir=\\\"ltr\\\" style=\\\"font-family:Arial;font-size:11pt;white-space:pre;line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;vertical-align:baseline;white-space:pre-wrap;\\\">Book has PageNum and LeafNum that are wildly out of sync</span></p></li></ul></li></ul><div><br /></div>\",\n \"scanner\": \"Internet Archive HTML5 Uploader 1.6.4\",\n \"subject\": \"ux-team\",\n \"title\": \"UX Team's Testing Books\",\n \"uploader\": \"isa@archive.org\",\n \"publicdate\": \"2020-05-27 13:03:42\",\n \"addeddate\": \"2020-05-27 13:03:42\",\n \"curation\": \"[curator]validator@archive.org[/curator][date]20200527130649[/date][comment]checked for malware[/comment]\"\n },\n \"identifier\": \"ux-team-books\",\n \"addeddate\": {\n \"values\": [\n \"2020-05-27T20:03:42.000Z\"\n ],\n \"parser\": {\n \n },\n \"rawValue\": \"2020-05-27 13:03:42\"\n },\n \"publicdate\": {\n \"values\": [\n \"2020-05-27T20:03:42.000Z\"\n ],\n \"parser\": {\n \n },\n \"rawValue\": \"2020-05-27 13:03:42\"\n },\n \"collection\": {\n \"values\": [\n \"opensource_image\",\n \"community\"\n ],\n \"parser\": {\n \n },\n \"rawValue\": [\n \"opensource_image\",\n \"community\"\n ]\n },\n \"description\": {\n \"values\": [\n \"<h3>Embedded books in iFrames</h3>\\n\\n See the Pen <a href=\\\"https://codepen.io/iisa/pen/GRmavOX\\\" rel=\\\"nofollow\\\">\\n br embed api - public, multi book, browseable, liner notes</a> by Isa Herico (<a href=\\\"https://codepen.io/iisa\\\" rel=\\\"nofollow\\\">@iisa</a>)\\n on <a href=\\\"https://codepen.io\\\" rel=\\\"nofollow\\\">CodePen</a>.\\n\\n\\n\\n\\n<span></span><h3 dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:16pt;margin-bottom:4pt;\\\"><span style=\\\"font-size:14pt;font-family:Arial;color:rgb(67,67,67);font-weight:400;vertical-align:baseline;white-space:pre-wrap;\\\">Example books for QA</span></h3><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Below are links to books that have been helpful in testing BookReader. It's very important to test different use cases.</span></p><div><br /></div><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">test item<span class=\\\"Apple-tab-span\\\" style=\\\"white-space:pre;\\\">\\t</span></span></p><ul style=\\\"margin-top:0px;margin-bottom:0px;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11.5pt;color:rgb(17,85,204);background-color:rgb(248,248,248);vertical-align:baseline;white-space:pre-wrap;\\\"><a href=\\\"https://archive.org/details/giphy8132028r7tgui_202103\\\" rel=\\\"nofollow\\\">https://archive.org/details/giphy8132028r7tgui_202103</a></span></p></li></ul><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\"><br /></span></p><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Some public domain books</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/flatlandromanceo00abbouoft\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/flatlandromanceo00abbouoft</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/10_PRINT_121114\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/10_PRINT_121114</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/stream/birdbookillustra00reedrich\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/stream/birdbookillustra00reedrich</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Some lending books</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/test2016092\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/test2016092</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/test20161206-1\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/test20161206-1</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/pianoservicingtu00rebl_0\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/pianoservicingtu00rebl_0</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Book with chapter markers</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/adventuresoftoms00twaiiala\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/adventuresoftoms00twaiiala</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Open Library book page</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://openlibrary.org/books/OL4881261M/Monkeys_and_apes/borrow\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://openlibrary.org/books/OL4881261M/Monkeys_and_apes/borrow</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Book with a ton of pages</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/in.ernet.dli.2015.85114/page/n1705\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/in.ernet.dli.2015.85114/page/n1705</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Items with multiple books</span></p><ul class=\\\"ak-ul\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/2008ELMValidityStudyFinalReportRevised\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/2008ELMValidityStudyFinalReportRevised</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/gov.uspto.patents.application.10074026/\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/gov.uspto.patents.application.10074026/</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/SubBookTest\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/SubBookTest</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/bdrc-W1CZ2857/page/n2\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/bdrc-W1CZ2857/page/n2</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\"><a href=\\\"https://archive.org/details/HindiIslamicBooks_MAE\\\" rel=\\\"nofollow\\\">https://archive.org/details/HindiIslamicBooks_MAE</a>\\n</span></p></li><li><a href=\\\"https://archive.org/details/masterbookofamericanfolksong00shep\\\" style=\\\"font-family:Arial;font-size:11pt;white-space:pre;\\\" rel=\\\"nofollow\\\">https://archive.org/details/masterbookofamericanfolksong00shep</a><br /></li><li><span style=\\\"font-family:Arial;font-size:11pt;white-space:pre;\\\">Almost any item in this collection: </span><a href=\\\"https://archive.org/details/MilitaryIndustrialPowerpointComplex\\\" style=\\\"font-family:Arial;font-size:11pt;white-space:pre;\\\" rel=\\\"nofollow\\\">https://archive.org/details/MilitaryIndustrialPowerpointComplex</a></li><li><span style=\\\"font-family:Arial;font-size:11pt;\\\">with custom titles: </span><a href=\\\"https://archive.org/details/test20210616\\\" style=\\\"font-family:Arial;font-size:11pt;\\\" rel=\\\"nofollow\\\">https://archive.org/details/test20210616</a></li><li>filename as title: <a href=\\\"https://archive.org/details/the-monroe-institute-bulletin-1986-1\\\" style=\\\"font-family:Arial;font-size:11pt;\\\" rel=\\\"nofollow\\\">https://archive.org/details/the-monroe-institute-bulletin-1986-1</a></li><li>custom titles: <a href=\\\"https://archive.org/details/the-monroe-institute-bulletin-1987-2\\\" style=\\\"font-family:Arial;font-size:11pt;\\\" rel=\\\"nofollow\\\">https://archive.org/details/the-monroe-institute-bulletin-1987-2</a></li><li>http://archive.org/details/boyer-memoir <br /></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;font-weight:700;vertical-align:baseline;white-space:pre-wrap;\\\">readOnlineSetup</span><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\"> test books – Test edge cases in the readOnlineSetup method</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/rog-SponsExternalWorksLandscapePriceBook2012\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/rog-SponsExternalWorksLandscapePriceBook2012</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/BreadPuppetTELEPHONEPamphlet\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/BreadPuppetTELEPHONEPamphlet</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/RedneckPoems\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/RedneckPoems</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Book which has metadata.bookreaderDefaults set, and should start in 1-up mode</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/ramalan-ronggo-warsito-ramalan-jayabaya-ramalan-sabdopalon-nayagenggong\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/ramalan-ronggo-warsito-ramalan-jayabaya-ramalan-sabdopalon-nayagenggong </span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Print-disabled-only books – Not publicly viewable, or lendable, but available to print-disabled patrons</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/ablaze00pier/\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/ablaze00pier/</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/columbiachicago700garr\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/columbiachicago700garr </span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/howtodoitencyclo00newy\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/howtodoitencyclo00newy</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/biblicalinterpre00hati\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/biblicalinterpre00hati </span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/encyclopediaofam00ewen\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/encyclopediaofam00ewen</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/markgraham\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/markgraham</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Audio item with book embed in description</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/78_2823-Home-sweet-home\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/78_2823-Home-sweet-home</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/78_2649-Melody-of-love\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/78_2649-Melody-of-love</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">epub-only book – only the epub is lendable. No BookReader access</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/978-1-4523-8020-9\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/978-1-4523-8020-9</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Embedded BookReader</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://jsbin.com/cefofi/11/edit?html,output\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://jsbin.com/cefofi/11/edit?html,output</span></a><span style=\\\"font-size:11pt;vertical-align:baseline;white-space:pre-wrap;\\\"> – JS bin to spot check the embed</span></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;\\\">Embed out in the wild</span></p><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span></span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"text-decoration:underline;font-size:11.5pt;font-family:Arial;color:rgb(17,85,204);background-color:rgb(248,248,248);font-weight:400;font-style:normal;font-variant:normal;vertical-align:baseline;white-space:pre-wrap;\\\"><a href=\\\"https://nnp.wustl.edu/library/book/569134\\\" style=\\\"text-decoration:none;\\\" rel=\\\"nofollow\\\">https://nnp.wustl.edu/library/book/569134</a></span><span style=\\\"font-size:11pt;\\\"> </span><span style=\\\"font-size:11pt;\\\">–</span><span style=\\\"font-size:11pt;\\\"> in </span></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a class=\\\"c-link\\\" href=\\\"http://www.porthopehistory.com/newspapers/wgapr101858/\\\" style=\\\"font-family:'Slack-Lato', appleLogo, sans-serif;font-size:15px;white-space:normal;background-color:rgb(248,248,248);\\\" rel=\\\"nofollow\\\">http://www.porthopehistory.com/newspapers/wgapr101858/</a> <span style=\\\"font-size:11pt;\\\">– not in </span><br /></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://earlychurchtexts.com/public/twocolumns_sampletext/archivelinktest.html\\\" style=\\\"text-decoration:none;\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;font-family:Arial;color:#1155cc;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:underline;vertical-align:baseline;white-space:pre-wrap;\\\">https://earlychurchtexts.com/public/twocolumns_sampletext/archivelinktest.html</span></a><span style=\\\"font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;\\\"> (seems to no longer work as of 2018-02-13)</span></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Right to Left (rtl) – BR support rtl books. </span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/gendaitankashu00meijuoft/\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/gendaitankashu00meijuoft/</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/search.php?query=page-progression%3Arl%E2%88%A7%5B%5D=mediatype%3A\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/search.php?query=page-progression%3Arl∧[]=mediatype%3A\\\"texts\\\"</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/ceilingstarsside00sand\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/ceilingstarsside00sand</span></a><span style=\\\"font-size:11pt;vertical-align:baseline;white-space:pre-wrap;\\\"> (this is not RTL, but idk where to put it)</span></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Restricted Books:</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://www-drini.archive.org/details/isbn_0120121166\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://www-drini.archive.org/details/isbn_0120121166</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Weird Books</span><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\"><span class=\\\"Apple-tab-span\\\" style=\\\"white-space:pre;\\\">\\t</span></span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;vertical-align:baseline;\\\"><p dir=\\\"ltr\\\" style=\\\"font-family:Arial;font-size:11pt;white-space:pre;line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/sim_food-production-management_1963-01-07_85_n-a\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11.5pt;color:rgb(17,85,204);background-color:rgb(248,248,248);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/sim_food-production-management_1963-01-07_85_n-a</span></a></p><ul style=\\\"margin-top:0px;margin-bottom:0px;\\\"><li dir=\\\"ltr\\\" style=\\\"font-family:Arial;font-size:11pt;white-space:pre;list-style-type:circle;vertical-align:baseline;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;vertical-align:baseline;white-space:pre-wrap;\\\">Book was scanned twice</span></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:circle;vertical-align:baseline;\\\"><p dir=\\\"ltr\\\" style=\\\"font-family:Arial;font-size:11pt;white-space:pre;line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;vertical-align:baseline;white-space:pre-wrap;\\\">Book has PageNum and LeafNum that are wildly out of sync</span></p></li></ul></li></ul><div><br /></div>\"\n ],\n \"parser\": {\n \n },\n \"rawValue\": \"<h3>Embedded books in iFrames</h3>\\n\\n See the Pen <a href=\\\"https://codepen.io/iisa/pen/GRmavOX\\\" rel=\\\"nofollow\\\">\\n br embed api - public, multi book, browseable, liner notes</a> by Isa Herico (<a href=\\\"https://codepen.io/iisa\\\" rel=\\\"nofollow\\\">@iisa</a>)\\n on <a href=\\\"https://codepen.io\\\" rel=\\\"nofollow\\\">CodePen</a>.\\n\\n\\n\\n\\n<span></span><h3 dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:16pt;margin-bottom:4pt;\\\"><span style=\\\"font-size:14pt;font-family:Arial;color:rgb(67,67,67);font-weight:400;vertical-align:baseline;white-space:pre-wrap;\\\">Example books for QA</span></h3><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Below are links to books that have been helpful in testing BookReader. It's very important to test different use cases.</span></p><div><br /></div><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">test item<span class=\\\"Apple-tab-span\\\" style=\\\"white-space:pre;\\\">\\t</span></span></p><ul style=\\\"margin-top:0px;margin-bottom:0px;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11.5pt;color:rgb(17,85,204);background-color:rgb(248,248,248);vertical-align:baseline;white-space:pre-wrap;\\\"><a href=\\\"https://archive.org/details/giphy8132028r7tgui_202103\\\" rel=\\\"nofollow\\\">https://archive.org/details/giphy8132028r7tgui_202103</a></span></p></li></ul><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\"><br /></span></p><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Some public domain books</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/flatlandromanceo00abbouoft\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/flatlandromanceo00abbouoft</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/10_PRINT_121114\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/10_PRINT_121114</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/stream/birdbookillustra00reedrich\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/stream/birdbookillustra00reedrich</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Some lending books</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/test2016092\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/test2016092</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/test20161206-1\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/test20161206-1</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/pianoservicingtu00rebl_0\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/pianoservicingtu00rebl_0</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Book with chapter markers</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/adventuresoftoms00twaiiala\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/adventuresoftoms00twaiiala</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Open Library book page</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://openlibrary.org/books/OL4881261M/Monkeys_and_apes/borrow\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://openlibrary.org/books/OL4881261M/Monkeys_and_apes/borrow</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Book with a ton of pages</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/in.ernet.dli.2015.85114/page/n1705\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/in.ernet.dli.2015.85114/page/n1705</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Items with multiple books</span></p><ul class=\\\"ak-ul\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/2008ELMValidityStudyFinalReportRevised\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/2008ELMValidityStudyFinalReportRevised</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/gov.uspto.patents.application.10074026/\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/gov.uspto.patents.application.10074026/</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/SubBookTest\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/SubBookTest</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/bdrc-W1CZ2857/page/n2\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/bdrc-W1CZ2857/page/n2</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\"><a href=\\\"https://archive.org/details/HindiIslamicBooks_MAE\\\" rel=\\\"nofollow\\\">https://archive.org/details/HindiIslamicBooks_MAE</a>\\n</span></p></li><li><a href=\\\"https://archive.org/details/masterbookofamericanfolksong00shep\\\" style=\\\"font-family:Arial;font-size:11pt;white-space:pre;\\\" rel=\\\"nofollow\\\">https://archive.org/details/masterbookofamericanfolksong00shep</a><br /></li><li><span style=\\\"font-family:Arial;font-size:11pt;white-space:pre;\\\">Almost any item in this collection: </span><a href=\\\"https://archive.org/details/MilitaryIndustrialPowerpointComplex\\\" style=\\\"font-family:Arial;font-size:11pt;white-space:pre;\\\" rel=\\\"nofollow\\\">https://archive.org/details/MilitaryIndustrialPowerpointComplex</a></li><li><span style=\\\"font-family:Arial;font-size:11pt;\\\">with custom titles: </span><a href=\\\"https://archive.org/details/test20210616\\\" style=\\\"font-family:Arial;font-size:11pt;\\\" rel=\\\"nofollow\\\">https://archive.org/details/test20210616</a></li><li>filename as title: <a href=\\\"https://archive.org/details/the-monroe-institute-bulletin-1986-1\\\" style=\\\"font-family:Arial;font-size:11pt;\\\" rel=\\\"nofollow\\\">https://archive.org/details/the-monroe-institute-bulletin-1986-1</a></li><li>custom titles: <a href=\\\"https://archive.org/details/the-monroe-institute-bulletin-1987-2\\\" style=\\\"font-family:Arial;font-size:11pt;\\\" rel=\\\"nofollow\\\">https://archive.org/details/the-monroe-institute-bulletin-1987-2</a></li><li>http://archive.org/details/boyer-memoir <br /></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;font-weight:700;vertical-align:baseline;white-space:pre-wrap;\\\">readOnlineSetup</span><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\"> test books – Test edge cases in the readOnlineSetup method</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/rog-SponsExternalWorksLandscapePriceBook2012\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/rog-SponsExternalWorksLandscapePriceBook2012</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/BreadPuppetTELEPHONEPamphlet\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/BreadPuppetTELEPHONEPamphlet</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/RedneckPoems\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/RedneckPoems</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Book which has metadata.bookreaderDefaults set, and should start in 1-up mode</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/ramalan-ronggo-warsito-ramalan-jayabaya-ramalan-sabdopalon-nayagenggong\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/ramalan-ronggo-warsito-ramalan-jayabaya-ramalan-sabdopalon-nayagenggong </span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Print-disabled-only books – Not publicly viewable, or lendable, but available to print-disabled patrons</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/ablaze00pier/\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/ablaze00pier/</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/columbiachicago700garr\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/columbiachicago700garr </span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/howtodoitencyclo00newy\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/howtodoitencyclo00newy</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/biblicalinterpre00hati\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/biblicalinterpre00hati </span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/encyclopediaofam00ewen\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/encyclopediaofam00ewen</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/markgraham\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/markgraham</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Audio item with book embed in description</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/78_2823-Home-sweet-home\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/78_2823-Home-sweet-home</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/78_2649-Melody-of-love\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/78_2649-Melody-of-love</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">epub-only book – only the epub is lendable. No BookReader access</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/978-1-4523-8020-9\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/978-1-4523-8020-9</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Embedded BookReader</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://jsbin.com/cefofi/11/edit?html,output\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://jsbin.com/cefofi/11/edit?html,output</span></a><span style=\\\"font-size:11pt;vertical-align:baseline;white-space:pre-wrap;\\\"> – JS bin to spot check the embed</span></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;\\\">Embed out in the wild</span></p><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span></span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"text-decoration:underline;font-size:11.5pt;font-family:Arial;color:rgb(17,85,204);background-color:rgb(248,248,248);font-weight:400;font-style:normal;font-variant:normal;vertical-align:baseline;white-space:pre-wrap;\\\"><a href=\\\"https://nnp.wustl.edu/library/book/569134\\\" style=\\\"text-decoration:none;\\\" rel=\\\"nofollow\\\">https://nnp.wustl.edu/library/book/569134</a></span><span style=\\\"font-size:11pt;\\\"> </span><span style=\\\"font-size:11pt;\\\">–</span><span style=\\\"font-size:11pt;\\\"> in </span></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a class=\\\"c-link\\\" href=\\\"http://www.porthopehistory.com/newspapers/wgapr101858/\\\" style=\\\"font-family:'Slack-Lato', appleLogo, sans-serif;font-size:15px;white-space:normal;background-color:rgb(248,248,248);\\\" rel=\\\"nofollow\\\">http://www.porthopehistory.com/newspapers/wgapr101858/</a> <span style=\\\"font-size:11pt;\\\">– not in </span><br /></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://earlychurchtexts.com/public/twocolumns_sampletext/archivelinktest.html\\\" style=\\\"text-decoration:none;\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;font-family:Arial;color:#1155cc;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:underline;vertical-align:baseline;white-space:pre-wrap;\\\">https://earlychurchtexts.com/public/twocolumns_sampletext/archivelinktest.html</span></a><span style=\\\"font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;\\\"> (seems to no longer work as of 2018-02-13)</span></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Right to Left (rtl) – BR support rtl books. </span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/gendaitankashu00meijuoft/\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/gendaitankashu00meijuoft/</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/search.php?query=page-progression%3Arl%E2%88%A7%5B%5D=mediatype%3A\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/search.php?query=page-progression%3Arl∧[]=mediatype%3A\\\"texts\\\"</span></a></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/ceilingstarsside00sand\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/ceilingstarsside00sand</span></a><span style=\\\"font-size:11pt;vertical-align:baseline;white-space:pre-wrap;\\\"> (this is not RTL, but idk where to put it)</span></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Restricted Books:</span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://www-drini.archive.org/details/isbn_0120121166\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11pt;color:rgb(17,85,204);vertical-align:baseline;white-space:pre-wrap;\\\">https://www-drini.archive.org/details/isbn_0120121166</span></a></p></li></ul><br /><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\">Weird Books</span><span style=\\\"font-size:11pt;font-family:Arial;vertical-align:baseline;white-space:pre-wrap;\\\"><span class=\\\"Apple-tab-span\\\" style=\\\"white-space:pre;\\\">\\t</span></span></p><ul style=\\\"margin-top:0;margin-bottom:0;\\\"><li dir=\\\"ltr\\\" style=\\\"list-style-type:disc;vertical-align:baseline;\\\"><p dir=\\\"ltr\\\" style=\\\"font-family:Arial;font-size:11pt;white-space:pre;line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><a href=\\\"https://archive.org/details/sim_food-production-management_1963-01-07_85_n-a\\\" rel=\\\"nofollow\\\"><span style=\\\"font-size:11.5pt;color:rgb(17,85,204);background-color:rgb(248,248,248);vertical-align:baseline;white-space:pre-wrap;\\\">https://archive.org/details/sim_food-production-management_1963-01-07_85_n-a</span></a></p><ul style=\\\"margin-top:0px;margin-bottom:0px;\\\"><li dir=\\\"ltr\\\" style=\\\"font-family:Arial;font-size:11pt;white-space:pre;list-style-type:circle;vertical-align:baseline;\\\"><p dir=\\\"ltr\\\" style=\\\"line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;vertical-align:baseline;white-space:pre-wrap;\\\">Book was scanned twice</span></p></li><li dir=\\\"ltr\\\" style=\\\"list-style-type:circle;vertical-align:baseline;\\\"><p dir=\\\"ltr\\\" style=\\\"font-family:Arial;font-size:11pt;white-space:pre;line-height:1.38;margin-top:0pt;margin-bottom:0pt;\\\"><span style=\\\"font-size:11pt;vertical-align:baseline;white-space:pre-wrap;\\\">Book has PageNum and LeafNum that are wildly out of sync</span></p></li></ul></li></ul><div><br /></div>\"\n },\n \"mediatype\": {\n \"values\": [\n \"image\"\n ],\n \"parser\": {\n \n },\n \"rawValue\": \"image\"\n },\n \"scanner\": {\n \"values\": [\n \"Internet Archive HTML5 Uploader 1.6.4\"\n ],\n \"parser\": {\n \n },\n \"rawValue\": \"Internet Archive HTML5 Uploader 1.6.4\"\n },\n \"subject\": {\n \"values\": [\n \"ux-team\"\n ],\n \"parser\": {\n \n },\n \"rawValue\": \"ux-team\"\n },\n \"title\": {\n \"values\": [\n \"UX Team's Testing Books\"\n ],\n \"parser\": {\n \n },\n \"rawValue\": \"UX Team's Testing Books\"\n },\n \"uploader\": {\n \"values\": [\n \"isa@archive.org\"\n ],\n \"parser\": {\n \n },\n \"rawValue\": \"isa@archive.org\"\n }\n },\n \"server\": \"ia903209.us.archive.org\",\n \"uniq\": 59637974,\n \"workable_servers\": [\n \"ia903209.us.archive.org\",\n \"ia803209.us.archive.org\"\n ]\n}\n"]}
File without changes
@@ -1,33 +0,0 @@
1
- "use strict";
2
- // import { html, fixture, expect } from '@open-wc/testing';
3
- // import type { YourWebComponent } from '../src/your-webcomponent';
4
- // import '../src/your-webcomponent';
5
- // describe('YourWebComponent', () => {
6
- // it('has a default title "Hey there" and counter 5', async () => {
7
- // const el = await fixture<YourWebComponent>(
8
- // html`<your-webcomponent></your-webcomponent>`
9
- // );
10
- // expect(el.title).to.equal('Hey there');
11
- // expect(el.counter).to.equal(5);
12
- // });
13
- // it('increases the counter on button click', async () => {
14
- // const el = await fixture<YourWebComponent>(
15
- // html`<your-webcomponent></your-webcomponent>`
16
- // );
17
- // el.shadowRoot!.querySelector('button')!.click();
18
- // expect(el.counter).to.equal(6);
19
- // });
20
- // it('can override the title via attribute', async () => {
21
- // const el = await fixture<YourWebComponent>(
22
- // html`<your-webcomponent title="attribute title"></your-webcomponent>`
23
- // );
24
- // expect(el.title).to.equal('attribute title');
25
- // });
26
- // it('passes the a11y audit', async () => {
27
- // const el = await fixture<YourWebComponent>(
28
- // html`<your-webcomponent></your-webcomponent>`
29
- // );
30
- // await expect(el).shadowDom.to.be.accessible();
31
- // });
32
- // });
33
- //# sourceMappingURL=your-webcomponent.test.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"your-webcomponent.test.js","sourceRoot":"","sources":["../../test/your-webcomponent.test.ts"],"names":[],"mappings":";AAAA,4DAA4D;AAE5D,oEAAoE;AACpE,qCAAqC;AAErC,uCAAuC;AACvC,sEAAsE;AACtE,kDAAkD;AAClD,sDAAsD;AACtD,SAAS;AAET,8CAA8C;AAC9C,sCAAsC;AACtC,QAAQ;AAER,8DAA8D;AAC9D,kDAAkD;AAClD,sDAAsD;AACtD,SAAS;AACT,uDAAuD;AAEvD,sCAAsC;AACtC,QAAQ;AAER,6DAA6D;AAC7D,kDAAkD;AAClD,8EAA8E;AAC9E,SAAS;AAET,oDAAoD;AACpD,QAAQ;AAER,8CAA8C;AAC9C,kDAAkD;AAClD,sDAAsD;AACtD,SAAS;AAET,qDAAqD;AACrD,QAAQ;AACR,MAAM","sourcesContent":["// import { html, fixture, expect } from '@open-wc/testing';\n\n// import type { YourWebComponent } from '../src/your-webcomponent';\n// import '../src/your-webcomponent';\n\n// describe('YourWebComponent', () => {\n// it('has a default title \"Hey there\" and counter 5', async () => {\n// const el = await fixture<YourWebComponent>(\n// html`<your-webcomponent></your-webcomponent>`\n// );\n\n// expect(el.title).to.equal('Hey there');\n// expect(el.counter).to.equal(5);\n// });\n\n// it('increases the counter on button click', async () => {\n// const el = await fixture<YourWebComponent>(\n// html`<your-webcomponent></your-webcomponent>`\n// );\n// el.shadowRoot!.querySelector('button')!.click();\n\n// expect(el.counter).to.equal(6);\n// });\n\n// it('can override the title via attribute', async () => {\n// const el = await fixture<YourWebComponent>(\n// html`<your-webcomponent title=\"attribute title\"></your-webcomponent>`\n// );\n\n// expect(el.title).to.equal('attribute title');\n// });\n\n// it('passes the a11y audit', async () => {\n// const el = await fixture<YourWebComponent>(\n// html`<your-webcomponent></your-webcomponent>`\n// );\n\n// await expect(el).shadowDom.to.be.accessible();\n// });\n// });\n"]}