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

Add sourceDate property #269

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
120 changes: 86 additions & 34 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,26 @@ <h5>a11y:producer</h5>

<p>Repeat the property for each organization or individual.</p>
</section>


<section id="a11y:sourceDate">
<h5>a11y:sourceDate</h5>

<p>The REQUIRED <code>a11y:sourceDate</code> property identifies the date on which the source
work was published.</p>

<p>The property is defined in a <a href="#meta-elem"><code>meta</code> tag</a> with its
<code>property</code> attribute set to <code>a11y:sourceDate</code>.</p>

<p>It is RECOMMENDED that the date string conform to [[iso8601]], particularly the subset
expressed in W3C Date and Time Formats [[datetime]].</p>

<aside class="example" title="Date of a source publication">
<pre>&lt;meta property="a11y:sourceDate">
2020-03-15
&lt;/meta></pre>
</aside>
</section>

<section id="a11y:sourcePublisher">
<h5>a11y:sourcePublisher</h5>

Expand Down Expand Up @@ -2706,7 +2725,7 @@ <h3>Referencing</h3>
href="#ebrl-package-doc">package documents</a>.</p>
</section>

<section>
<section id="app-vocab-field-defs">
<h3>Property field definitions</h3>

<p>The fields in the vocabulary definition tables have the following implicit requirements:</p>
Expand Down Expand Up @@ -2798,6 +2817,70 @@ <h4>producer</h4>
</tr>
</table>
</section>

<section id="sourceDate">
<h4>sourceDate</h4>

<table class="tabledef">
<caption>Definition of the <code>sourceDate</code> property</caption>
<tr>
<th>Name:</th>
<td>
<code>sourceDate</code>
</td>
</tr>
<tr>
<th>Description:</th>
<td>
<p>Identifies the date on which the source work was published.</p>
</td>
</tr>
<tr>
<th>Allowed value(s):</th>
<td>
<code>xsd:string</code>
</td>
</tr>
<tr>
<th>Example:</th>
<td>
<pre>&lt;meta property="a11y:sourceDate">2010-10-10&lt;/meta></pre>
</td>
</tr>
</table>
</section>

<section id="sourcePublisher">
<h4>sourcePublisher</h4>

<table class="tabledef">
<caption>Definition of the <code>sourcePublisher</code> property</caption>
<tr>
<th>Name:</th>
<td>
<code>sourcePublisher</code>
</td>
</tr>
<tr>
<th>Description:</th>
<td>
<p>Identifies the name of the publisher of the work being transcribed.</p>
</td>
</tr>
<tr>
<th>Allowed value(s):</th>
<td>
<code>xsd:string</code>
</td>
</tr>
<tr>
<th>Example:</th>
<td>
<pre>&lt;meta property="a11y:sourcePublisher">HarperCollins&lt;/meta></pre>
</td>
</tr>
</table>
</section>
</section>

<section id="vocab-content">
Expand Down Expand Up @@ -2943,38 +3026,6 @@ <h4>minimumLines</h4>
</table>
</section>

<section id="sourcePublisher">
<h4>sourcePublisher</h4>

<table class="tabledef">
<caption>Definition of the <code>sourcePublisher</code> property</caption>
<tr>
<th>Name:</th>
<td>
<code>sourcePublisher</code>
</td>
</tr>
<tr>
<th>Description:</th>
<td>
<p>Identifies the name of the publisher of the work being transcribed.</p>
</td>
</tr>
<tr>
<th>Allowed value(s):</th>
<td>
<code>xsd:string</code>
</td>
</tr>
<tr>
<th>Example:</th>
<td>
<pre>&lt;meta property="a11y:sourcePublisher">HarperCollins&lt;/meta></pre>
</td>
</tr>
</table>
</section>

<section id="tactileGraphics">
<h4>tactileGraphics</h4>

Expand Down Expand Up @@ -3137,6 +3188,7 @@ <h3>Changes since the <a href="https://daisy.org/s/ebraille/1.0/FPWD-ebraille-20
Working Draft</a></h3>

<ul>
<li>23-Sept-2024: Added <code>a11y:sourceDate</code> to the required metadata.</li>
<li>29-Aug-2024: Added media type registration for eBraille container.</li>
<li>08-Aug-2024: Updated the names in the <code>dc:creator</code> element examples and added
explanation and examples of using the <code>file-as</code> property to provide sorting info.
Expand Down