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

remove requirement to support SVG requiredExtensions attribute per #1087 #1662

Merged
merged 2 commits into from
May 4, 2021
Merged
Changes from 1 commit
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
7 changes: 0 additions & 7 deletions epub33/rs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -669,13 +669,6 @@ <h3>SVG Content Documents</h3>
<p id="confreq-svg-rs-text">SHOULD support user selection and searching of text within SVG
elements.</p>
</li>
<li>
<p id="confreq-svg-rs-reqdExt">MUST recognize the value
"<code>http://www.idpf.org/2007/ops</code>" of the <code>requiredExtensions</code>
attribute as representing the occurrence of XHTML Content Document fragments (e.g., when an
EPUB Creator includes the attribute on a <code>foreignObject</code> element or children of
the <code>switch</code> element).</p>
</li>
</ul>
</section>

Expand Down