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

Enhancement: Expose headers in semantic tags #66

Open
ctgraham opened this issue Sep 7, 2021 · 0 comments · May be fixed by #72
Open

Enhancement: Expose headers in semantic tags #66

ctgraham opened this issue Sep 7, 2021 · 0 comments · May be fixed by #72

Comments

@ctgraham
Copy link

ctgraham commented Sep 7, 2021

The archival description is properly a definition list:

<dl>
<xsl:copy-of select="$contents"/>
</dl>

But is handled primarily with p tags:

<p>
<xsl:apply-templates select="."/>
</p>

And with dt and dd tags at the container level.

We can semantically tag the top level archival description as well, including exposing headings for sections like bibliography and controlled access.

ctgraham added a commit to ulsdevteam/islandora_solution_pack_manuscript that referenced this issue Sep 7, 2021
ctgraham added a commit to ulsdevteam/islandora_solution_pack_manuscript that referenced this issue Sep 8, 2021
@ctgraham ctgraham linked a pull request Sep 8, 2021 that will close this issue
ctgraham added a commit to ulsdevteam/islandora_solution_pack_manuscript that referenced this issue Sep 8, 2021
ctgraham added a commit to ulsdevteam/islandora_solution_pack_manuscript that referenced this issue Sep 8, 2021
ctgraham added a commit to ulsdevteam/islandora_solution_pack_manuscript that referenced this issue Oct 5, 2021
ctgraham added a commit to ulsdevteam/islandora_solution_pack_manuscript that referenced this issue Nov 3, 2021
ctgraham added a commit to ulsdevteam/islandora_solution_pack_manuscript that referenced this issue Nov 8, 2021
ctgraham added a commit to ulsdevteam/islandora_solution_pack_manuscript that referenced this issue Dec 4, 2021
ctgraham added a commit to ulsdevteam/islandora_solution_pack_manuscript that referenced this issue Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant