Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Finalize DATA URL formulation #1765

Merged
merged 1 commit into from
Aug 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions epub33/rs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,10 @@ <h4>Data URLs</h4>

<p id="confreq-rs-data-urls">Reading Systems MUST prevent data URLs [[RFC2397]] from opening in <a
href="https://html.spec.whatwg.org/multipage/browsers.html#top-level-browsing-context">top-level
browsing contexts</a> [[HTML]], except when initiated through a Reading System affordance such
as a context menu. If a Reading System does not use a top-level browsing context for <a>Top-level
Content Documents</a>, it MUST also prevent data URLs from opening as though they are Top-level
Content Documents.</p>
<p class="issue" data-number="1592"></p>
browsing contexts</a> [[HTML]], except when initiated through a Reading System affordance such as a context menu.
If a Reading System does not use a top-level browsing context for <a>Top-level
Content Documents</a>, for example if the <a>Top-level Content Document</a> is an SVG,
it MUST also prevent data URLs from opening as though they are Top-level Content Documents.</p>
</section>

<section id="sec-epub-rs-conf-cmt">
Expand Down