Skip to content

Commit

Permalink
add doc-dedication to aside dpub allowances
Browse files Browse the repository at this point in the history
closes #173

adds `doc-dedication` as an allowed dpub role for the `aside` element.

Additional source code cleanup and changing various element links to respec syntax.
  • Loading branch information
scottaohara committed Sep 30, 2019
1 parent dd88e83 commit c306325
Showing 1 changed file with 25 additions and 23 deletions.
48 changes: 25 additions & 23 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,28 +283,30 @@ <h2 id="docconformance">
</tr>
<tr id="aside" tabindex="-1">
<td>
<code><a>aside</a></code>
[^aside^]
</td>
<td>
<code>role=<a href=
"#index-aria-complementary">complementary</a></code>
</td>
<td>
<p>
Roles: <code><a href="#index-aria-feed">feed</a></code> -
<span class="new-feature">(new)</span>, <code><a href=
"#index-aria-note">note</a>, <a href=
"#index-aria-presentation">presentation</a>, <a href=
"#index-aria-none">none</a>, <a href=
"#index-aria-region">region</a></code> or <a href=
"#index-aria-search"><code>search</code></a>.
Roles: <a href="#index-aria-feed">`feed`</a> -
<span class="new-feature">(new)</span>,
<a href="#index-aria-note">`note`</a>,
<a href="#index-aria-presentation">`presentation`</a>,
<a href="#index-aria-none">`none`</a>,
<a href="#index-aria-region">`region`</a>
or <a href="#index-aria-search">`search`</a>.
</p>
<p>
DPub Roles: <a data-cite=
"dpub-aria-1.0#doc-example"><code>doc-example</code></a><code>,
<a data-cite="dpub-aria-1.0#doc-footnote">doc-footnote</a>,
<a data-cite="dpub-aria-1.0#doc-pullquote">doc-pullquote</a>,
<a data-cite="dpub-aria-1.0#doc-tip">doc-tip</a></code> -
"dpub-aria-1.0#doc-dedication">`doc-dedication`</a>,
<a data-cite=
"dpub-aria-1.0#doc-example">`doc-example`</a>,
<a data-cite="dpub-aria-1.0#doc-footnote">`doc-footnote`</a>,
<a data-cite="dpub-aria-1.0#doc-pullquote">`doc-pullquote`</a>,
<a data-cite="dpub-aria-1.0#doc-tip">`doc-tip`</a> -
<span class="new-feature">(new)</span>
</p>
<p>
Expand All @@ -316,7 +318,7 @@ <h2 id="docconformance">
</tr>
<tr id="audio" tabindex="-1">
<td>
<code><a>audio</a></code>
[^audio^]
</td>
<td>
<a>No corresponding role</a>
Expand Down Expand Up @@ -352,7 +354,7 @@ <h2 id="docconformance">
<tbody>
<tr id="base" tabindex="-1">
<td>
<code><a>base</a></code>
[^base^]
</td>
<td>
<a>No corresponding role</a>
Expand All @@ -363,7 +365,7 @@ <h2 id="docconformance">
</tr>
<tr id="body" tabindex="-1">
<td>
<a><code>body</code></a>
[^body^]
</td>
<td>
<code>role=<a href="#index-aria-document">document</a></code>
Expand All @@ -381,7 +383,7 @@ <h2 id="docconformance">
</tr>
<tr id="button" tabindex="-1">
<td>
<code><a>button</a></code>
[^button^]
</td>
<td>
<code>role=<a href="#index-aria-button">button</a></code>
Expand All @@ -408,7 +410,7 @@ <h2 id="docconformance">
</tr>
<tr id="canvas" tabindex="-1">
<td>
<a><code>canvas</code></a>
[^canvas^]
</td>
<td>
<a>No corresponding role</a>
Expand All @@ -426,7 +428,7 @@ <h2 id="docconformance">
</tr>
<tr id="caption" tabindex="-1">
<td>
<a><code>caption</code></a>
[^caption^]
</td>
<td>
<a>No corresponding role</a>
Expand All @@ -443,7 +445,7 @@ <h2 id="docconformance">
<tr id="col-colgroup" tabindex="-1">
<td>
<p>
<a><code>col</code></a><code>, <a>colgroup</a></code>
[^col^], [^colgroup^]
</p>
</td>
<td>
Expand All @@ -455,7 +457,7 @@ <h2 id="docconformance">
</tr>
<tr id="datalist" tabindex="-1">
<td>
<code><a>datalist</a></code>
[^datalist^]
</td>
<td>
<code>role=<a href="#index-aria-listbox">listbox</a></code>
Expand All @@ -473,7 +475,7 @@ <h2 id="docconformance">
</tr>
<tr id="dd-dt" tabindex="-1">
<td>
<a><code>dd</code></a>
[^dd^]
</td>
<td>
<code>role=<a href="#index-aria-definition">definition</a></code>
Expand All @@ -491,7 +493,7 @@ <h2 id="docconformance">
</tr>
<tr id="details" tabindex="-1">
<td>
<code><a>details</a></code>
[^details^]
</td>
<td>
<code>role=<a href="#index-aria-group">group</a></code>
Expand All @@ -509,7 +511,7 @@ <h2 id="docconformance">
</tr>
<tr id="dialog" tabindex="-1">
<td>
<a><code>dialog</code></a>
[^dialog^]
</td>
<td>
<code>role=<a href="#index-aria-dialog">dialog</a></code>
Expand Down

0 comments on commit c306325

Please sign in to comment.