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 faces references to attributes table rows #321

Merged
merged 7 commits into from
May 12, 2021
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
68 changes: 46 additions & 22 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4545,7 +4545,8 @@ <h3>HTML Attribute State and Property Mappings</h3>
<a data-cite="html/form-elements.html#attr-optgroup-disabled">`optgroup`</a>;
<a data-cite="html/form-elements.html#attr-option-disabled">`option`</a>;
<a data-cite="html/form-control-infrastructure.html#attr-fe-disabled">`select`</a>;
<a data-cite="html/form-control-infrastructure.html#attr-fe-disabled">`textarea`</a>
<a data-cite="html/form-control-infrastructure.html#attr-fe-disabled">`textarea`</a>;
<a data-cite="html/custom-elements.html#form-associated-custom-element">form-associated custom element</a>
</td>
<td class="aria"><a class="core-mapping" href="#ariaDisabledTrue">`aria-disabled="true"`</a></td>
<td class="ia2"><div class="general">Use WAI-ARIA mapping</div></td>
Expand Down Expand Up @@ -4642,25 +4643,35 @@ <h3>HTML Attribute State and Property Mappings</h3>
<td class="atk">
<div class="relations">
<span class="type">Relations: </span>
<code>ATK_RELATION_CONTROLLED_BY</code> with an element pointed by the attribute.
Paired element exposes <code>ATK_RELATION_CONTROLLER_FOR</code> relation.
`ATK_RELATION_CONTROLLED_BY` with an element pointed by the attribute.
Paired element exposes `ATK_RELATION_CONTROLLER_FOR` relation.
</div>
</td>
<td class="ax"><div class="general">Not mapped</div></td>
<td class="comments"></td>
</tr>
<tr tabindex="-1" id="att-form">
<th><code>form</code></th>
<td class="elements"><a href="https://www.w3.org/TR/html/sec-forms.html#element-attrdef-formelements-form">`button`</a>; <a href="https://www.w3.org/TR/html/sec-forms.html#element-attrdef-formelements-form"><code>fieldset</code></a>; <a href="https://www.w3.org/TR/html/sec-forms.html#element-attrdef-formelements-form">`input`</a>; <a href="https://www.w3.org/TR/html/sec-forms.html#element-attrdef-formelements-form">`label`</a>; <a href="https://www.w3.org/TR/html/sec-forms.html#element-attrdef-formelements-form"><code>object</code></a>; <a href="https://www.w3.org/TR/html/sec-forms.html#element-attrdef-formelements-form"><code>output</code></a>; <a href="https://www.w3.org/TR/html/sec-forms.html#element-attrdef-formelements-form"><code>select</code></a>; <a href="https://www.w3.org/TR/html/sec-forms.html#element-attrdef-formelements-form"><code>textarea</code></a></td>
<td class="aria"><div class="general">Not mapped</div></td>
<td class="ia2"><div class="general">Not mapped</div></td>
<td class="uia"><div class="general">Not mapped</div></td>
<td class="atk"><div class="general">Not mapped</div></td>
<td class="ax"><div class="general">Not mapped</div></td>
<td class="comments"></td>
<th>`form`</th>
<td class="elements">
<a data-cite="html/form-control-infrastructure.html#attr-fae-form">`button`</a>;
<a data-cite="html/form-control-infrastructure.html#attr-fae-form">`fieldset`</a>;
<a data-cite="html/form-control-infrastructure.html#attr-fae-form">`input`</a>;
<a data-cite="html/form-control-infrastructure.html#attr-fae-form">`label`</a>;
<a data-cite="html/form-control-infrastructure.html#attr-fae-form">`object`</a>;
<a data-cite="html/form-control-infrastructure.html#attr-fae-form">`output`</a>;
<a data-cite="html/form-control-infrastructure.html#attr-fae-form">`select`</a>;
<a data-cite="html/form-control-infrastructure.html#attr-fae-form">`textarea`</a>;
<a data-cite="html/custom-elements.html#form-associated-custom-element">form-associated custom element</a>
</td>
<td class="aria"><div class="general">Not mapped</div></td>
<td class="ia2"><div class="general">Not mapped</div></td>
<td class="uia"><div class="general">Not mapped</div></td>
<td class="atk"><div class="general">Not mapped</div></td>
<td class="ax"><div class="general">Not mapped</div></td>
<td class="comments"></td>
</tr>
<tr tabindex="-1" id="att-formaction">
<th><code>formaction</code></th>
<th>`formaction`</th>
<td class="elements"><a href="https://www.w3.org/TR/html/sec-forms.html#element-attrdef-submitbuttonelements-formaction">`button`</a>; <a href="https://www.w3.org/TR/html/sec-forms.html#element-attrdef-submitbuttonelements-formaction">`input`</a></td>
<td class="aria"><div class="general">Not mapped</div></td>
<td class="ia2"><div class="general">Not mapped</div></td>
Expand All @@ -4670,7 +4681,7 @@ <h3>HTML Attribute State and Property Mappings</h3>
<td class="comments"></td>
</tr>
<tr tabindex="-1" id="att-formenctype">
<th><code>formenctype</code></th>
<th>`formenctype`</th>
<td class="elements"><a href="https://www.w3.org/TR/html/sec-forms.html#element-attrdef-submitbuttonelements-formenctype">`button`</a>; <a href="https://www.w3.org/TR/html/sec-forms.html#element-attrdef-submitbuttonelements-formenctype">`input`</a></td>
<td class="aria"><div class="general">Not mapped</div></td>
<td class="ia2"><div class="general">Not mapped</div></td>
Expand Down Expand Up @@ -5178,7 +5189,15 @@ <h3>HTML Attribute State and Property Mappings</h3>
</tr>
<tr tabindex="-1" id="att-name">
<th>`name`</th>
<td class="elements"><a href="https://www.w3.org/TR/html/sec-forms.html#element-attrdef-formelements-name">`button`</a>; <a href="https://www.w3.org/TR/html/sec-forms.html#element-attrdef-formelements-name">`fieldset`</a>; <a href="https://www.w3.org/TR/html/sec-forms.html#element-attrdef-formelements-name">`input`</a>; <a href="https://www.w3.org/TR/html/sec-forms.html#element-attrdef-formelements-name">`output`</a>; <a href="https://www.w3.org/TR/html/sec-forms.html#element-attrdef-formelements-name">`select`</a>; <a href="https://www.w3.org/TR/html/sec-forms.html#element-attrdef-formelements-name">`textarea`</a></td>
<td class="elements">
<a data-cite="html/form-control-infrastructure.html#attr-fe-name">`button`</a>;
<a data-cite="html/form-control-infrastructure.html#attr-fe-name">`fieldset`</a>;
<a data-cite="html/form-control-infrastructure.html#attr-fe-name">`input`</a>;
<a data-cite="html/form-control-infrastructure.html#attr-fe-name">`output`</a>;
<a data-cite="html/form-control-infrastructure.html#attr-fe-name">`select`</a>;
<a data-cite="html/form-control-infrastructure.html#attr-fe-name">`textarea`</a>;
<a data-cite="html/form-control-infrastructure.html#attr-fe-name">form-associated custom element</a>
</td>
<td class="aria"><div class="general">Not mapped</div></td>
<td class="ia2"><div class="general">Not mapped</div></td>
<td class="uia"><div class="general">Not mapped</div></td>
Expand Down Expand Up @@ -5405,14 +5424,18 @@ <h3>HTML Attribute State and Property Mappings</h3>
<td class="comments"></td>
</tr>
<tr tabindex="-1" id="att-readonly">
<th><code>readonly</code></th>
<td class="elements"><a href="https://www.w3.org/TR/html/sec-forms.html#element-attrdef-input-readonly">`input`</a>; <a href="https://www.w3.org/TR/html/sec-forms.html#element-attrdef-textarea-readonly"><code>textarea</code></a></td>
<td class="aria"><a class="core-mapping" href="#ariaReadonlyTrue"><code>aria-readonly="true"</code></a></td>
<td class="ia2"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="uia"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="atk"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="ax"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="comments"></td>
<th>`readonly`</th>
<td class="elements">
<a data-cite="html/input.html#attr-input-readonly">`input`</a>;
<a data-cite="html/form-elements.html#attr-textarea-readonly">`textarea`</a>
<a data-cite="html/custom-elements.html#attr-face-readonly">form-associated custom elements</a>
</td>
<td class="aria"><a class="core-mapping" href="#ariaReadonlyTrue"><code>aria-readonly="true"</code></a></td>
<td class="ia2"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="uia"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="atk"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="ax"><div class="general">Use WAI-ARIA mapping</div></td>
<td class="comments"></td>
</tr>
<tr tabindex="-1" id="att-referrerpolicy">
<th>`referrerpolicy`</th>
Expand Down Expand Up @@ -6886,6 +6909,7 @@ <h3>Change Log</h3>
<section>
<h4>Substantive changes since moving to the <a href="https://www.w3.org/WAI/ARIA/">Accessible Rich Internet Applications Working Group</a> (03-Nov-2019)</h4>
<ul>
<li>12-May-2021: Add FACES references to attributes table - `readonly`, `name`, `form`, `disabled`. See <a href="https://github.com/w3c/html-aam/issues/257">Issue 257</a>.</li>
<li>12-Dec-2019: Adds `hgroup`, `slot`, autonomous custom element and form associated custom element. See <a href="https://github.com/w3c/html-aam/issues/189">GitHub issue #189</a>.</li>
<li>26-Nov-2019: Updates mappings for `disabled`, `scope`, `spellcheck`, `tabindex` to point to WAI-ARIA. Adds AX `pattern`, `reversed`, `rows`, `size`, `span`, `src`, `start`, `step`, `type` attribute mappings. Adds `min-length`, `ping`, `playsinline`, `referrerpolicy`, `sizes`, `srcset`, `data[value]` attribute mappings. See <a href="https://github.com/w3c/html-aam/pull/245">GitHub pull request #245</a>.</li>
</ul>
Expand Down