Skip to content

Commit

Permalink
Respec fix for FACE readonly, use proper reference for ElementInternals
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhlauke committed Jun 18, 2021
1 parent d96bebd commit a63ca19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ <h2 id="docconformance">
<a>autonomous custom element</a>
</th>
<td>
Role exposed from author defined <a href="https://html.spec.whatwg.org/multipage/custom-elements.html#the-elementinternals-interface">`ElementInternals`</a>.
Role exposed from author defined {{ElementInternals}}.
Otherwise <a>no corresponding role</a>.
</td>
<td>
Expand Down Expand Up @@ -987,7 +987,7 @@ <h2 id="docconformance">
<a>form-associated custom element</a>
</th>
<td>
Role exposed from author defined <a href="https://html.spec.whatwg.org/multipage/custom-elements.html#the-elementinternals-interface">`ElementInternals`</a>.
Role exposed from author defined {{ElementInternals}}.
Otherwise <a>no corresponding role</a>.
</td>
<td>
Expand Down Expand Up @@ -3026,7 +3026,7 @@ <h3 id="docconformance-attr">
<tr id="att-readonly" tabindex="-1">
<th>
Any element which allows the `readonly` attribute:
`input` [^input/readonly^], `textarea` [^textarea/readonly^] and <a>form-associated custom element</a> which allows the [^face/readonly^]
`input` [^input/readonly^], `textarea` [^textarea/readonly^] and <a>form-associated custom element</a> which allows [^form-associated custom elements/readonly^]
</th>
<td>
`aria-readonly="true"`
Expand Down

0 comments on commit a63ca19

Please sign in to comment.