Re: [w3c/editing] [execCommand] fix ReSpec errors (#196)

marcoscaceres commented on this pull request.



> -        "dom-EditingBeforeInputEvent-command"><code>command</code></dfn> and
-        <dfn id="dom-editingbeforeinputevent-value" title=
-        "dom-EditingBeforeInputEvent-value"><code>value</code></dfn> attributes
-        must both be initialized to the empty string, unless otherwise
-        specified.</p>
-
-        <p>When an <code><a href=
-        "#editinginputevent">EditingInputEvent</a></code> object is created,
-        the <dfn id="dom-editinginputevent-command" title=
-        "dom-EditingInputEvent-command"><code>command</code></dfn> and <dfn id=
-        "dom-editinginputevent-value" title=
-        "dom-EditingInputEvent-value"><code>value</code></dfn> attributes must
-        both be initialized to the empty string, unless otherwise
-        specified.</p>
+        <p data-dfn-for="EditingBeforeInputEvent">When an <a>
+        EditingBeforeInputEvent</a> object is created, the <dfn>command</dfn>

can probably use `{{EditingBeforeInputEvent}}`` here, but `<a>` is also fine. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/editing/pull/196#pullrequestreview-267495283

Received on Sunday, 28 July 2019 08:13:47 UTC