File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -74900,11 +74900,13 @@ dictionary <dfn dictionary>ValidityStateFlags</dfn> {
7490074900 <span data-x="face-validation-message">validation message</span>. Otherwise, set
7490174901 <var>element</var>'s <span>custom validity error message</span> to the empty string.</p></li>
7490274902
74903+ <li><p>If <var>anchor</var> is not given, then set it to <var>element</var>.</p></li>
74904+
74905+ <li><p>Otherwise, if <var>anchor</var> is not a <span>shadow-including inclusive
74906+ descendant</span> of <var>element</var>, then throw a <span>"<code>NotFoundError</code>"</span>
74907+ <code>DOMException</code>.</p></li>
74908+
7490374909 <li><p>Set <var>element</var>'s <span data-x="face-validation-anchor">validation anchor</span> to
74904- null if <var>anchor</var> is not given. Otherwise, if <var>anchor</var> is not a
74905- <span>shadow-including descendant</span> of <var>element</var>, then throw a
74906- <span>"<code>NotFoundError</code>"</span> <code>DOMException</code>. Otherwise, set
74907- <var>element</var>'s <span data-x="face-validation-anchor">validation anchor</span> to
7490874910 <var>anchor</var>.</p></li>
7490974911 </ol>
7491074912
You can’t perform that action at this time.
0 commit comments