Commit 40d3fa84 authored by Robert Knight's avatar Robert Knight

Revise comment to avoid confusing use of the term _blank_

parent 7f32c5ee
...@@ -60,10 +60,10 @@ export class VitalSourceContainerIntegration { ...@@ -60,10 +60,10 @@ export class VitalSourceContainerIntegration {
/** @param {HTMLIFrameElement} frame */ /** @param {HTMLIFrameElement} frame */
const injectIfContentReady = frame => { const injectIfContentReady = frame => {
// Check if this frame contains ebook content, as opposed to being a // Check if this frame contains decoded ebook content, as opposed to
// "blank" frame containing encrypted book content, as hidden text, // invisible and encrypted book content, which is created initially after a
// which is created initially after a chapter navigation. These "blank" // chapter navigation. These encrypted pages are replaced with the real
// pages are replaced with the real content after a form submission. // content after a form submission.
// //
// The format of the decoded HTML can vary, but as a simple heuristic, // The format of the decoded HTML can vary, but as a simple heuristic,
// we look for a text paragraph. // we look for a text paragraph.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment