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

Enhance good practice note to point to SHOULD recommendation #259

Merged
merged 1 commit into from
Oct 9, 2024
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: 7 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -830,8 +830,13 @@ <h4>Characters</h4>
and that <code>&lt;head&gt;</code> element MUST have
at least one <code>&lt;metadata&gt;</code> element child.</p>

<p class="note">It is good practice to locate all the <a>Character</a> objects within
a single <code>&lt;metadata&gt;</code> element parent.</p>
<p class="note"><a href="#character"></a> recommends that
all the <a>Character</a> objects be located within
a single <code>&lt;metadata&gt;</code> element parent,
and in the case that there are more than one
<code>&lt;metadata&gt;</code> element children of
the <code>&lt;head&gt;</code> element,
that the <a>Character</a> objects are located in the first such child.</p>
</section>

<section>
Expand Down
Loading