Skip to content

Commit

Permalink
Merge pull request #235 from w3c/Update-Principals
Browse files Browse the repository at this point in the history
Update principals fixes #199
  • Loading branch information
GeorgeKerscher authored Feb 21, 2024
2 parents a4efb87 + e961697 commit 1ae1b42
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 6 deletions.
33 changes: 27 additions & 6 deletions UX-Guide-Metadata/draft/principles/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@
// ]]>
</script>
<style>

.responsive {
width: 100%;
height: auto;
}


.fake-issue {
padding: .5em;
border: .5em;
Expand Down Expand Up @@ -185,12 +192,8 @@ <h2>General information (supplement the bibliographic information)</h2>
<li> Main language of the content </li>
</ul>

<details>
<summary> Why this information is important for accessibility? </summary>
</details>

<p class="ednote">George asks why is details used here?</p>

<h3>Why this information is important for accessibility?</h3>

<ul>
<li> The file format gives a strong indication of accessibility: an MP3 format audio book will be less
structured than an Audiobook; a PDF does not allow for typography modification, etc. </li>
Expand All @@ -206,6 +209,24 @@ <h2>General information (supplement the bibliographic information)</h2>
the language. </li>
</ul>

<figure>
<figcaption>Flowchart: Metadata Ecosystem</figcaption>
<img class="responsive" src="media/MetadataEcosystem.png" aria-details="ecosystem" alt="Publisher Ecosystem flows into four areas: Content Files, Machine Readable Metadata, Metadata Processing, and Resulting Statements" />
</figure>
<details id="ecosystem">
<summary>Flowchart's Detailed Description</summary>
<h4>Publisher Ecosystem flowing into "EPUB Files"</h4>
<p>From the "EPUB Files" both Machine Readable Meadata flows into "EPUB Accessibility Metadata 1.1" and "ONIX". There is also a bidirectional link between the "EPUB Accessibility Metadata 1.1" through the "Crosswalk" to and from "ONIX".</p>
<p>From the "EPUB Accessibility Metadata 1.1" this flows down to the Metadata Processing area and the "Display Techniques for EPUB Accessiblity Metadata".</p>
<p>From the "ONIX" this flows down to the Metadata Processing area and the "Display Techniques for ONIX Accessibility Metadata".</p>
<p>From both the "Display Techiques for EPUB Accessibility Metadata" and "Display Techiques for ONIX Accessibility Metadata" flow into the Resulting Statements area "User Experience Guide for Displaying Accessibility Metadata."</p>

<h4>Publisher Ecosystem flowing into the "PDF (and other) Files"</h4>
<p>From the "PDF (and other) Files" only the Machine Readable Metadata "ONIX" is derrived. There is also a bidirectional link between the "ONIX" through the "Crosswalk" to and from "EPUB Accessibility Metadata 1.1".</p>
<p>From the "ONIX" this flows down to the Metadata Processing area and the "Display Techniques for ONIX Accessiblity Metadata".</p>
<p>From the "Display Techiques for ONIX Accessibility Metadata" flow into the Resulting Statements area "User Experience Guide for Displaying Accessibility Metadata."</p>
</details>

</section>
<section id="order-of-key-information">
<h2>Key accessibility information</h2>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1ae1b42

Please sign in to comment.