- From: Grisha Lyukshin <notifications@github.com>
- Date: Tue, 19 May 2020 22:25:25 -0700
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 20 May 2020 05:25:37 UTC
@gked commented on this pull request. > + </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. + </p> + <p> + This specification purposefully does not prescribe the means by which a user agent will indicate to the user that some commands are not applicable in a given contenteditable region. + </p> + </section> + <section id='sotd'> + <p></p> I pushed another commit. It caused github to disable Commit Suggestion button. I'll make a change on my and push it here. -- 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_r427748753
Received on Wednesday, 20 May 2020 05:25:37 UTC