Skip to content

Commit

Permalink
test: minor clarification on collection role test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeltour committed Dec 6, 2022
1 parent d3e4e1f commit bda3286
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,15 @@
<link href="http://example.org/resource"/>
</collection>
<collection role="http://idpf.org.example.org/">
<!-- using 'idpf.org' in the URL authority was forbidden in EPUB 3.2 -->
<!-- collection role requirements are no longer checked,
so using 'idpf.org' in the URL authority (forbidden in EPUB 3.2)
is considered valid -->
<link href="http://example.org/resource"/>
</collection>
<collection role="unknown-token">
<!-- using roles not in the role vocab was forbidden in EPUB 3.2 -->
<!-- collection role requirements are no longer checked,
so using an unknown token (forbidden in EPUB 3.2)
is considered valid -->
<link href="http://example.org/resource"/>
</collection>
</package>

0 comments on commit bda3286

Please sign in to comment.