Skip to content

Commit

Permalink
Editorial: correct readonly references for custom elements
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Oct 18, 2019
1 parent 74b6124 commit 489bda2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -66868,7 +66868,7 @@ document.body.append(parent);
<dd><span>Global attributes</span>, except the <code data-x="attr-is">is</code> attribute</dd>
<dd><code data-x="attr-fae-form">form</code>, for <span data-x="form-associated custom element">form-associated custom elements</span></dd>
<dd><code data-x="attr-fe-disabled">disabled</code>, for <span data-x="form-associated custom element">form-associated custom elements</span></dd>
<dd><code data-x="attr-input-readonly">readonly</code>, for <span data-x="form-associated custom element">form-associated custom elements</span></dd>
<dd><code data-x="attr-face-readonly">readonly</code>, for <span data-x="form-associated custom element">form-associated custom elements</span></dd>
<dd><code data-x="attr-fe-name">name</code>, for <span data-x="form-associated custom element">form-associated custom elements</span></dd>
<dd>Any other attribute that has no namespace (see prose).</dd>
<dt><span data-x="concept-element-dom">DOM interface</span>:</dt>
Expand Down Expand Up @@ -66911,7 +66911,7 @@ document.body.append(parent);
behavior for the attribute.</p>

<p><strong>Constraint validation</strong>: If the <code
data-x="attr-input-readonly">readonly</code> attribute is specified on a <span>form-associated
data-x="attr-face-readonly">readonly</code> attribute is specified on a <span>form-associated
custom element</span>, the element is <span>barred from constraint validation</span>.</p>

<p>The <span data-x="concept-form-reset-control">reset algorithm</span> for <span
Expand Down Expand Up @@ -121718,7 +121718,7 @@ interface <dfn>External</dfn> {
<td> <span>Boolean attribute</span>
<tr>
<th> <code data-x="">readonly</code>
<td> <span data-x="attr-input-readonly">form-associated custom elements</span>
<td> <span data-x="attr-face-readonly">form-associated custom elements</span>
<td> Affects <code data-x="dom-ElementInternals-willValidate">willValidate</code>
<td> <span>Boolean attribute</span>
<tr>
Expand Down

0 comments on commit 489bda2

Please sign in to comment.