Skip to content

Commit

Permalink
Remove EPUB SSV from role terms list
Browse files Browse the repository at this point in the history
Not sure we can use EPUB SSV terms with a 'role' attribute; also, most of those terms are defined by DPUB-ARIA anyway.

See #12 (comment)
  • Loading branch information
marisademeglio committed Nov 15, 2020
1 parent c65db02 commit 327d6ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/new/sync-media.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ <h4>Properties</h4>
</tr>
</tbody>
</table>
<p>Values for the <code>role</code> property on time containers must come from <a href="https://www.w3.org/TR/wai-aria/#document_structure_roles">WAI-ARIA Document Structure</a>, <a href="https://www.w3.org/TR/dpub-aria-1.0/">DPUB-ARIA</a>, or the <a href="https://idpf.github.io/epub-vocabs/structure/">EPUB Structural Semantics Vocabulary</a>.</p>
<p>Values for the <code>role</code> property on time containers must come from <a href="https://www.w3.org/TR/wai-aria/#document_structure_roles">WAI-ARIA Document Structure</a> or <a href="https://www.w3.org/TR/dpub-aria-1.0/">DPUB-ARIA</a>.</p>
<pre class="example" title="Using role to mark a page number">
&lt;body&gt;
&lt;par&gt;
Expand Down
5 changes: 1 addition & 4 deletions src/pages/sync-media.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ There are benefits to applying structural semantics to time containers in SyncMe
| -----| --------- | ------------|
| `role`{#role} | One or more `strings` | Semantic role(s) |

Values for the `role` property on time containers must come from [WAI-ARIA Document Structure](https://www.w3.org/TR/wai-aria/#document_structure_roles), [DPUB-ARIA](https://www.w3.org/TR/dpub-aria-1.0/), or the [EPUB Structural Semantics Vocabulary](https://idpf.github.io/epub-vocabs/structure/).
Values for the `role` property on time containers must come from [WAI-ARIA Document Structure](https://www.w3.org/TR/wai-aria/#document_structure_roles) or [DPUB-ARIA](https://www.w3.org/TR/dpub-aria-1.0/).

{% example "Using role to mark a page number" %}
<body>
Expand Down Expand Up @@ -586,6 +586,3 @@ Note about custom extensions in the `sync` namespace {.note}
__TODO__:
Lossless roundtrip from XML to JSON
:::



0 comments on commit 327d6ab

Please sign in to comment.