Skip to content

Commit 3717f5d

Browse files
domenicannevk
authored andcommitted
Meta: fix ambiguous <dfn> for name=""
See #5958 (comment).
1 parent 8aa2c9c commit 3717f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52614,7 +52614,7 @@ interface <dfn>HTMLLegendElement</dfn> : <span>HTMLElement</span> {
5261452614

5261552615
<h5>Naming form controls: the <code data-x="attr-fe-name">name</code> attribute</h5>
5261652616

52617-
<p>The <dfn element-attr for="button,fieldset,input,object,output,select,textarea"><code
52617+
<p>The <dfn element-attr for="button,fieldset,input,output,select,textarea"><code
5261852618
data-x="attr-fe-name">name</code></dfn> content attribute gives the name of the form control, as
5261952619
used in <span>form submission</span> and in the <code>form</code> element's <code
5262052620
data-x="dom-form-elements">elements</code> object. If the attribute is specified, its value must

0 commit comments

Comments
 (0)