- From: Bo Cupp <notifications@github.com>
- Date: Fri, 08 May 2020 08:35:05 -0700
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <w3c/editing/pull/251/review/408325089@github.com>
@BoCupp-Microsoft commented on this pull request. > + github: "https://github.com/w3c/editing", + shortName: "contenteditable-interface", + wg: "Web Applications Working Group", + wgURI: "https://www.w3.org/2019/webapps/", + wgPatentURI: "https://www.w3.org/2004/01/pp-impl/114929/status", + license: "w3c-software-doc" + }; + </script> + <script src='https://www.w3.org/Tools/respec/respec-w3c-common' class='remove'></script> +</head> + +<body> + <section id='abstract'> + <h2>Abstract</h2> + <p> + This specification defines an API that indicates to user agents which editing-related commands are applicable to contenteditable regions of a document. User agents SHOULD take this information into account when presenting any editing-related UI to ensure its applicability. The 'its' is referring to editing-related UI in that sentence. The API provides hints as to what editing operations (and therefore what editing UI) are applicable in a given contenteditable element. We could change it to... "User agents can take this information into account when presenting any editing-related UI to ensure it is applicable to a given contenteditable region." -- 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/251#discussion_r422212552
Received on Friday, 8 May 2020 15:35:17 UTC