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

clarify "other" navs can reference remote resources #1246

Merged
merged 1 commit into from
Mar 12, 2019
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
14 changes: 6 additions & 8 deletions epub32/spec/epub-packages.html
Original file line number Diff line number Diff line change
Expand Up @@ -773,8 +773,8 @@ <h5>The <code>identifier</code> Element</h5>
<p>Whenever a Rendition is modified, it MUST include a new last modified date.</p>

<p>To determine whether an <code>identifier</code> conforms to an established system or has
been granted by an issuing authority, Reading Systems SHOULD check for an
<a href="#identifier-type"><code>identifier-type</code> property</a>.</p>
been granted by an issuing authority, Reading Systems SHOULD check for an <a
href="#identifier-type"><code>identifier-type</code> property</a>.</p>

<aside class="example">
<p>The following example shows how an identifier can be additionally marked as a <a
Expand Down Expand Up @@ -1060,8 +1060,8 @@ <h5>The <code>creator</code> Element</h5>
&lt;/metadata></pre>
</aside>

<p>The <code>creator</code> element SHOULD contain the name of the creator as the Author
intends it to be displayed to a user. The <a href="#file-as"><code>file-as</code>
<p>The <code>creator</code> element SHOULD contain the name of the creator as the Author
intends it to be displayed to a user. The <a href="#file-as"><code>file-as</code>
property</a> MAY be attached to include a normalized form of the name, and the <a
href="#alternate-script"><code>alternate-script</code> property</a> to represent a
creator's name in another language or script.</p>
Expand Down Expand Up @@ -3662,10 +3662,8 @@ <h3>The <code>nav</code> Element: Restrictions</h3>
or fragment therein.</p>
</li>
<li>
<p id="confreq-nav-a-href-other">For all other <code>nav</code> types, it MAY
reference any resource, regardless of whether it is a Publication Resource, or
whether it is <a data-lt="Local Resource">Local</a> or <a>Remote
Resource</a>.</p>
<p id="confreq-nav-a-href-other">For all other <code>nav</code> types, it MAY also
reference <a>Remote Resources</a>.</p>
</li>
</ul>
</li>
Expand Down