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

Rename cellType to brailleCellType #304

Merged
merged 2 commits into from
Feb 18, 2025
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
100 changes: 52 additions & 48 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1105,6 +1105,36 @@ <h5>dcterms:modified</h5>
</div>
</section>

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

<p>The REQUIRED <code>a11y:brailleCellType</code> property identifies whether the text of the
[=eBraille publication=] is encoded using 6- or 8-dot braille characters.</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:brailleCellType</code>.</p>

<aside class="example" title="a11y:brailleCellType for 6-dot braille">
<pre>&lt;meta property="a11y:brailleCellType">
6
&lt;/meta></pre>
</aside>

<p>The [=value=] MUST be <code>6</code> or <code>8</code>, with <code>6</code> for 6-dot braille
characters and <code>8</code> for 8-dot braille characters.</p>

<p>If both 6- and 8-dot braille characters are used in the same file, use a comma to separate
the values, with the one used most often listed first.</p>

<aside class="example" title="a11y:brailleCellType when 8-dot braille is used more than 6-dot">
<pre>&lt;meta property="a11y:brailleCellType">
8, 6
&lt;/meta></pre>
</aside>

<p>Only one instance of this property is allowed.</p>
</section>

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

Expand Down Expand Up @@ -1140,36 +1170,6 @@ <h5>a11y:brailleSystem</h5>
utilized within that file.</p>
</section>

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

<p>The REQUIRED <code>a11y:cellType</code> property identifies whether the text of the
[=eBraille publication=] is encoded using 6- or 8-dot braille characters.</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:cellType</code>.</p>

<aside class="example" title="a11y:cellType for 6-dot braille">
<pre>&lt;meta property="a11y:cellType">
6
&lt;/meta></pre>
</aside>

<p>The [=value=] MUST be <code>6</code> or <code>8</code>, with <code>6</code> for 6-dot braille
characters and <code>8</code> for 8-dot braille characters.</p>

<p>If both 6- and 8-dot braille characters are used in the same file, use a comma to separate
the values, with the one used most often listed first.</p>

<aside class="example" title="a11y:cellType when 8-dot braille is used more than 6-dot">
<pre>&lt;meta property="a11y:cellType">
8, 6
&lt;/meta></pre>
</aside>

<p>Only one instance of this property is allowed.</p>
</section>

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

Expand Down Expand Up @@ -1538,7 +1538,7 @@ <h4>Examples</h4>
&lt;meta property="dcterms:modified">
2015-02-24T13:37:19Z
&lt;/meta>
&lt;meta property="a11y:cellType">6&lt;/meta>
&lt;meta property="a11y:brailleCellType">6&lt;/meta>
&lt;meta property="a11y:brailleSystem">UEB&lt;/meta>
&lt;meta property="a11y:completeTranscription">
false
Expand Down Expand Up @@ -2918,63 +2918,63 @@ <h4>producer</h4>
<section id="vocab-content">
<h3>Content properties</h3>

<section id="brailleSystem">
<h4>brailleSystem</h4>
<section id="brailleCellType">
<h4>brailleCellType</h4>

<table class="tabledef">
<caption>Definition of the <code>brailleSystem</code> property</caption>
<caption>Definition of the <code>brailleCellType</code> property</caption>
<tr>
<th>Name:</th>
<td>
<code>brailleSystem</code>
<code>brailleCellType</code>
</td>
</tr>
<tr>
<th>Description:</th>
<td>Identifies the name of the braille system the publication has been formatted in
conformance with.</td>
<td>Identifies whether 6- or 8-dot braille cell characters are used in the text or, when
both are present, which is the more commonly used.</td>
</tr>
<tr>
<th>Allowed value(s):</th>
<td>
<code>xsd:string</code>
<code>6</code> | <code>8</code> | <code>6, 8</code> | <code>8, 6</code>
</td>
</tr>
<tr>
<th>Example:</th>
<td>
<pre>&lt;meta property="a11y:brailleSystem">UEB&lt;/meta></pre>
<pre>&lt;meta property="a11y:brailleCellType">6&lt;/meta></pre>
</td>
</tr>
</table>
</section>

<section id="cellType">
<h4>cellType</h4>
<section id="brailleSystem">
<h4>brailleSystem</h4>

<table class="tabledef">
<caption>Definition of the <code>cellType</code> property</caption>
<caption>Definition of the <code>brailleSystem</code> property</caption>
<tr>
<th>Name:</th>
<td>
<code>cellType</code>
<code>brailleSystem</code>
</td>
</tr>
<tr>
<th>Description:</th>
<td>Identifies whether 6- or 8-dot braille cell characters are used in the text or, when
both are present, which is the more commonly used.</td>
<td>Identifies the name of the braille system the publication has been formatted in
conformance with.</td>
</tr>
<tr>
<th>Allowed value(s):</th>
<td>
<code>6</code> | <code>8</code> | <code>6, 8</code> | <code>8, 6</code>
<code>xsd:string</code>
</td>
</tr>
<tr>
<th>Example:</th>
<td>
<pre>&lt;meta property="a11y:cellType">6&lt;/meta></pre>
<pre>&lt;meta property="a11y:brailleSystem">UEB&lt;/meta></pre>
</td>
</tr>
</table>
Expand Down Expand Up @@ -3249,7 +3249,11 @@ <h2>Change log</h2>
<details open="">
<summary>Changes since the <a href="https://daisy.org/s/ebraille/1.0/WD-ebraille-20241017/">2024-10-17
Working Draft</a></summary>
<p>There have been no substantive changes since the last working draft.</p>
<ul>
<li>18-Feb-2025: Renamed the <code>a11y:cellType</code> property to
<code>a11y:brailleCellType</code>. Refer to <a
href="https://github.com/daisy/ebraille/issues/194">issue 194</a>.</li>
</ul>
</details>

<details>
Expand Down