Skip to content

Commit

Permalink
use double hyphen for validation check in custom command
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Aug 5, 2024
1 parent 0ad30b5 commit c949ff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -86045,8 +86045,8 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
<td>Opens the targeted <code>dialog</code> element as modal.
</table>

<p>A <dfn>valid custom command</dfn> is a string that contains any character whose code point
is U+002D.</p>
<p>A <dfn>valid custom command</dfn> is a string whose first two code points are the U+002D
HYPHEN-MINUS character.</p>

<span data-x="concept-element-dom">DOM interface</span>:
<pre><code class="idl">interface mixin <dfn interface>InvokerElement</dfn> {
Expand Down

0 comments on commit c949ff4

Please sign in to comment.