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

marcoscaceres commented on this pull request.



> -        <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>
+        and <dfn>value</dfn> attributes must both be initialized to the empty
+        string, unless otherwise specified.</p>
+
+        <p data-dfn-for="EditingInputEvent">When an <a>EditingInputEvent
+        </a> object is created, the <dfn>command</dfn> and <dfn>value</dfn>
+        attributes must both be initialized to the empty string, unless

Unrelated, but I wonder if the IDL should just EventInputEventInitDict should default the corresponding members to `= ""`. Initializing them in prose is not ideal. 

-- 
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-267495344

Received on Sunday, 28 July 2019 08:15:44 UTC